Sergey Boytsov <sergboec <at> gmail.com> writes: > ffmpeg -probesize 2048 -i file .h264 For testing, the following is usually more useful: $ ffmpeg -probesize 2G -analyzeduration 2G -i file.h264 Carl Eugen