Videos: Add -crf 23 parameter to ffmpeg #703

See https://slhck.info/video/2017/02/24/vbr-settings.html
This commit is contained in:
Michael Mayer 2021-02-15 18:13:40 +01:00
parent 74663f53b0
commit 2e0870f664

View file

@ -338,6 +338,7 @@ func (c *Convert) AvcConvertCommand(f *MediaFile, avcName string) (result *exec.
"-vf", format,
"-num_output_buffers", "32",
"-num_capture_buffers", "16",
"-crf", "23",
"-b:v", c.AvcBitrate(f),
"-f", "mp4",
avcName,