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 1280x720 -framerate=25 -i "-" -f flv -acodec aac -vcodec h264_nvenc -profile:v high -vf "fps=25,format=yuv420p" -minrate 3000k -maxrate 3000k -bufsize 6000k output.mp4 Thanks! br, g. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
