[FFmpeg-user] command to stream a video at a specific frame rate

Lou lou at lrcd.com
Mon Aug 25 20:20:35 CEST 2014


On Mon, 25 Aug 2014 12:04:37 +0530
Shatrughna Pandey <shatrughna.win at gmail.com> wrote:

> sir,
> 
> i have searched the web through out .But couldn't find a FFmpeg command to
> "steam a video at rtmp url at specific frame rate and resolution ". can any
> one send me such a command .
> thanx in advance for any help.....

ffmpeg -i input -r 25 -s 640x480 rtmp://output

Alternative methods include the scale and fps filters:
http://ffmpeg.org/ffmpeg-filters.html#scale
http://ffmpeg.org/ffmpeg-filters.html#fps

Also see:
http://ffmpeg.org/ffmpeg-protocols.html#rtmp


More information about the ffmpeg-user mailing list