>
> Here's my command line:
>
> ffmpeg -f lavfi -i anullsrc -rtsp_transport tcp -thread_queue_size 512 -i
> rtsp://admin:passw...@xx.xx.xx.xxx/544/h264/ch1/main/av_stream -tune
> zerolatency -vcodec libx264 -preset slower  -x264opts
> bitrate=2500:vbv-maxrate=2500:vbv-bufsize=166  -g 120 -pix_fmt yuv420p+
> -c:v copy -c:a aac -strict experimental -b:a 128k  -f flv rtmp://
> a.rtmp.youtube.com/live2/my_youtube_key
>
>
> Unless I'm much mistaken you have -c:v copy which implies it's not going
to change the video bit rate at all - it's just copying the video stream.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to