On Mon, 25 Aug 2014 12:04:37 +0530 Shatrughna Pandey <[email protected]> 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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
