[FFmpeg-user] Streaming Syntax error
Reuben Martin
reuben.m at gmail.com
Wed Jun 28 04:47:53 EEST 2017
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
More information about the ffmpeg-user
mailing list