Videos: Fix bitrate typo in ffmpeg/convert.go #2228
This commit is contained in:
parent
7c688f5ea2
commit
cc31fdbe9f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ func AvcConvertCommand(fileName, avcName, ffmpegBin, bitrate string, encoder Avc
|
||||||
"-vsync", "vfr",
|
"-vsync", "vfr",
|
||||||
"-r", "30",
|
"-r", "30",
|
||||||
"-b:v", bitrate,
|
"-b:v", bitrate,
|
||||||
"-itrate", bitrate,
|
"-bitrate", bitrate,
|
||||||
"-f", "mp4",
|
"-f", "mp4",
|
||||||
"-y",
|
"-y",
|
||||||
avcName,
|
avcName,
|
||||||
|
|
Loading…
Reference in a new issue