Change command args order for handbrakecli
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,4 +2,5 @@ rip.log
|
||||
ripped/
|
||||
tmp/
|
||||
/transcoder/raw/
|
||||
/transcoder/transcoded/
|
||||
/transcoder/transcode.log
|
||||
|
@@ -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