[FFmpeg-user] Regarding keeping the output frame rate at 30 fps constant

2015-09-14 Thread Devyani Godbole
Hi Team, I need to keep the output fps of my video file to constant 30 fps. This is being used in a video recorder that is getting live input from a 3rd party server. I tried using following commands: ffmpeg -f rawvideo -pix_fmt yuv420p -s 200x600 -y -an -i pipe:0 -vcodec libx264 -filter:v

[FFmpeg-user] Regarding getting output fps constant at 30 fps

2015-09-14 Thread Devyani Godbole
I need to keep the output fps of my video file to constant 30 fps. This is being used in a video recorder that is getting live input from a 3rd party server. I tried using following commands: ffmpeg -f rawvideo