We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560c810 commit 35b5d38Copy full SHA for 35b5d38
1 file changed
MKV-Ripper.cmd
@@ -40,6 +40,10 @@ exit /b
40
rem Generate output arguments
41
:Output
42
set EXT=
43
+if "%1" neq "Video" if "%1" neq "Audio" (
44
+ set EXT=null
45
+ exit /b
46
+)
47
if "%1" == "Video" set OUTPUT=!OUTPUT! -map 0:!i! -c:v copy -an -dn -sn
48
if "%1" == "Audio" set OUTPUT=!OUTPUT! -map 0:!i! -c:a copy -vn -dn -sn
49
if "%2" == "h264" set EXT=mp4
0 commit comments