Video: Increase num_capture_buffers to 32 #703
This commit is contained in:
parent
4c2a991a66
commit
0990e54a66
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ func (c *Convert) AvcConvertCommand(f *MediaFile, avcName, codecName string) (re
|
|||
"-c:a", "copy",
|
||||
"-vf", format,
|
||||
"-num_output_buffers", "32",
|
||||
"-num_capture_buffers", "16",
|
||||
"-num_capture_buffers", "32",
|
||||
"-crf", "23",
|
||||
"-b:v", c.AvcBitrate(f),
|
||||
"-f", "mp4",
|
||||
|
|
Loading…
Reference in a new issue