[FFmpeg-user] Add IFrames to H264 video file
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Dec 30 16:59:43 CET 2015
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
More information about the ffmpeg-user
mailing list