[FFmpeg-user] Streaming quality

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Jun 27 10:46:45 EEST 2020



> Am 27.06.2020 um 05:26 schrieb Simon Roberts <simon at dancingcloudservices.com>:
> 
> ffmpeg -i <filename> -f mpegts tcp://192.168.1.109:2000

Either specify a constant quantiser with “-qscale 10 -mbd 2” or a constant bitrate with “-b:v 1000k” or use “-vcodec libx264” for an encoder with a better default or “-vcodec copy” to avoid re-encoding.

Carl Eugen 


More information about the ffmpeg-user mailing list