b:a
This commit is contained in:
parent
3366c72ac1
commit
904ff277ad
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ def encode(input_file, output_file):
|
|||
'ffmpeg',
|
||||
'-i', input_file,
|
||||
'-codec:a', 'libopus',
|
||||
'-b:a', '128K',
|
||||
'-codec:v', 'libx264',
|
||||
'-preset', 'veryslow',
|
||||
'-qp', '23',
|
||||
|
|
Loading…
Reference in a new issue