Skip to content

Commit 1eb5cb9

Browse files
committed
Add support for flac
1 parent 35b5d38 commit 1eb5cb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MKV-Ripper.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ if "%2" == "h264" set EXT=mp4
5050
if "%2" == "hevc" set EXT=mp4
5151
if "%2" == "pcm" set EXT=wav
5252
if "%2" == "aac" set EXT=m4a
53+
if "%2" == "flac" set EXT=flac
5354
if "!EXT!" == "" (
5455
echo The %2 %1 codec is currently unsupported. Please submit a PR or issue on GitHub to request support to be added.
5556
exit /b

0 commit comments

Comments
 (0)