Browsed by
Month: June 2017

FFMpeg Video Splitting and Splicing

FFMpeg Video Splitting and Splicing

In the last post I mentioned that I used a 5 second clip from a larger video.  More often that not, large videos will contain fluff that will need to be trimmed before they are published.  There are several media editor that will do this.  I’ve used OpenShot Video Editor on my system with good results.  However, if you had tens if not hundreds of these trim functions to do, using a GUI like OpenShot would be time consuming.  Fortunately,…

Read More Read More

FFMpeg Video Stabilization

FFMpeg Video Stabilization

FFMpeg is a command line video processing tool that has granular, if not sub atomic controls to process audio and video data. It will do a high degree of processing and since it uses the CLI, this allows its use in the background for bulk jobs. This ability puts FFMpeg out front of other processing tools. I’ve used GUI tools like vReveal, VirtualDub, and ProDAD. vReveal was an impressive tool that allowed me to leverage CUDA which used GPUs from…

Read More Read More

IOS Sensor Tracking with SensorLog

IOS Sensor Tracking with SensorLog

Over the years I’ve used a variety of sensor tracking programs that ran on smart phones.  These programs will read the sensors built in the phone and log them.  I like this because it uses hardware that is already available.  There are many apps that I have used to do this.  The latest one I used is called SensorLog authored by Bernd Thomas.  As of this writing it is at version 1.9.2, dated June 2nd, 2017.  I’ll be covering some…

Read More Read More