Change command args order for handbrakecli
This commit is contained in:
@ -103,9 +103,9 @@ class Dvd:
|
||||
"HandBrakeCLI",
|
||||
"--preset",
|
||||
handbrake_preset,
|
||||
"--first-audio",
|
||||
"--audio-lang-list",
|
||||
HANDBRAKE_AUDIO_LANG_LIST,
|
||||
"--first-audio",
|
||||
"--input",
|
||||
self.dvd_path,
|
||||
"--output",
|
||||
|
Reference in New Issue
Block a user