parent
c30b0a4a30
commit
2d5c259a7f
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ func (c *Convert) AvcConvertCommand(f *MediaFile, avcName, codecName string) (re
|
|||
c.conf.FFmpegBin(),
|
||||
"-i", f.FileName(),
|
||||
"-c:v", codecName,
|
||||
"-c:a", "libmp3lame",
|
||||
"-c:a", "aac",
|
||||
"-vf", format,
|
||||
"-num_output_buffers", strconv.Itoa(c.conf.FFmpegBuffers()+8),
|
||||
"-num_capture_buffers", strconv.Itoa(c.conf.FFmpegBuffers()),
|
||||
|
|
Loading…
Reference in a new issue