Re: [FFmpeg-user] Set keyframe interval raw video

2016-10-26 Thread Carl Eugen Hoyos
2016-10-26 6:50 GMT+02:00 Anatol : > On Thu, Oct 20, 2016 at 12:13 PM, Carl Eugen Hoyos > wrote: >> Careful with the fps filter: If input fps == output fps, don't >> use it to be on the safe side. > Why we should be careful with the fps filter? > What's wrong with it? Please fix your quoting! (

Re: [FFmpeg-user] Set keyframe interval raw video

2016-10-25 Thread Anatol
On Thu, Oct 20, 2016 at 12:13 PM, Carl Eugen Hoyos wrote: > 2016-10-20 10:38 GMT+02:00 Gabor Alsecz : > > Dear All, > > > > Would like to know what is the best way/parameter to force key frame > > interval. I would need 2*FPS > > I'm feeding FFmpeg's stdout with raw images at fps 25. > > > So far

Re: [FFmpeg-user] Set keyframe interval raw video

2016-10-20 Thread Carl Eugen Hoyos
2016-10-20 10:38 GMT+02:00 Gabor Alsecz : > Dear All, > > Would like to know what is the best way/parameter to force key frame > interval. I would need 2*FPS > I'm feeding FFmpeg's stdout with raw images at fps 25. > So far i have the following command: > ffmpeg -y -loglevel info -f lavfi -i aev

[FFmpeg-user] Set keyframe interval raw video

2016-10-20 Thread Gabor Alsecz
Dear All, Would like to know what is the best way/parameter to force key frame interval. I would need 2*FPS I'm feeding FFmpeg's stdout with raw images at fps 25. So far i have the following command: ffmpeg -y -loglevel info -f lavfi -i aevalsrc=0 -f rawvideo -pix_fmt rgb24 -video_size 1280x72