Skip to content

Commit efa3d92

Browse files
committed
Fixed d default option for speed.
Fixes #41
1 parent 6a12db3 commit efa3d92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

batch encoder.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ if defined par_updated-from (
314314
set /a "quality_choice=%quality_inp%+0"
315315
)
316316
)
317-
if /i "%quality_input%"=="d" (set "quality_choice=4")
317+
if /i "%quality_inp%"=="d" (set "quality_choice=6")
318318

319319
if not defined quality_choice (
320320
if /i "%par_silent%"=="true" (

0 commit comments

Comments
 (0)