Videos: Add -crf 23 parameter to ffmpeg #703
See https://slhck.info/video/2017/02/24/vbr-settings.html
This commit is contained in:
parent
74663f53b0
commit
2e0870f664
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue