I wrote a python script that uses FFmpeg to detect and copy motion from video files.
Watch my video walk through or download the code from Github.
Categories: Uncategorized
Tags: ffmpeg, programming, python, software, tools, video tools
I wrote a python script that uses FFmpeg to detect and copy motion from video files.
Watch my video walk through or download the code from Github.
Categories: Uncategorized
Tags: ffmpeg, programming, python, software, tools, video tools
Note to self. Another useful ffmpeg command is:
ffmpeg -i in.mp4 -vcodec libx264 -crf 24 out.mp4
Use to compress video file size.
Tested with 438 mb input file from action cam. Reduced to 200 mb. Barely noticeable loss in quality.
Speed ~0.45x.