Greetings
On Wed, Jun 28, 2017 at 3:56 PM, Mettavihari D <[email protected]> wrote: > Greetings > > Thank you for the note > What do you suggest that I put in this line > If I can have the syntax to use then I can adjust the values. > > Regards > Mettavihari > > On Wed, Jun 28, 2017 at 7:17 AM, Reuben Martin <[email protected]> wrote: >> On Tuesday, June 27, 2017 7:09:46 PM CDT Mettavihari D wrote: >>> I tried the following: >>> /root/bin/ffmpeg -re -i /data/video/sinhala/innput-15m.mp4 -acodec >>> copy -vcodec copy -maxrate 1.5M -bufsize 3M -f flv -metadata >>> streamName=xlarge rtmp://some.site.com. >> >> You cannot adjust the bitrate of the stream without re-encoding it. (i.e. you >> cannot use "-vcodec copy”) >> >> -Reuben >> >> Does this syntax look OK /root/bin/ffmpeg -re -i /data/video/sinhala/input-15m.mp4 -b 1500k -minrate 1500k -maxrate 1500k -bufsize 3000k -f flv -metadata streamName=xlarge rtmp://some.site.com. regards Mettavihari >> _______________________________________________ >> 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". > > > > -- > Streaming video from http://learntv.lk -- Streaming video from http://learntv.lk _______________________________________________ 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".
