Oren Winkler <Oren.Winkler <at> nice.com> writes: > It seems like the raw data file is corrupted, or > some information is missing, although we can play > it in Elecard StreamEye Tools.
Possibly related to ticket #3442. You can decode the stream if you either cut away the first byte (up to 29) or by skipping it: $ ffmpeg -skip_initial_bytes 1 -i in77.h264 Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
