[FFmpeg-user] Add IFrames to H264 video file

2015-12-28 Thread Oren Winkler
Hi, I am trying to process H264 raw data, that contains only one IFrame, at the beginning of the file, and the rest of the data is PFrames only. I want to increase the number of IFrames in the file, using ffmpeg tool for it: Command line: ffmpeg -f h264 -i in77.h264 -vcodec libx264 -y -g 30 out1.

Re: [FFmpeg-user] Add IFrames to H264 video file

2015-12-29 Thread Carl Eugen Hoyos
Oren Winkler 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. Please provide your input file. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-us

Re: [FFmpeg-user] Add IFrames to H264 video file

2015-12-30 Thread Carl Eugen Hoyos
Oren Winkler 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