Change command args order for handbrakecli
This commit is contained in:
parent
140d30d767
commit
b4c01557f6
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user