Change command args order for handbrakecli

This commit is contained in:
Julian Mutter 2022-09-12 17:22:41 +02:00
parent 140d30d767
commit b4c01557f6
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,4 +2,5 @@ rip.log
ripped/
tmp/
/transcoder/raw/
/transcoder/transcoded/
/transcoder/transcode.log

View File

@ -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",