This document contains some of the ffmpeg snippets I use most commonly, and typically in the context of converting research-related image data to video. It is not meant to be exhaustive.
- Documentation: https://ffmpeg.org/ffmpeg.html
- Superuser community: https://superuser.com/questions/tagged/ffmpeg
- More on concatenation / named pipes: https://trac.ffmpeg.org/wiki/Concatenate
- A tutorial: Learn FFmpeg libav the Hard Way