File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -283,8 +283,7 @@ echo Encoding video...
283
283
284
284
:: Muxing ::
285
285
for /f " tokens=2 delims==" %%i in ('FINDSTR " r_frame_rate" " %~dp0 temp\info.txt" ') do (set fps=%%i )
286
- for /f %%k in ('^ " " %~dp0 programs\div" %fps% ^" ') do (set double=%%k )
287
- " .\programs\mp4box_x64" -hint -add " .\temp\video_512kb.h264" :fps=%double% -add " .\temp\audio.mp4" -new " .\output\encode_512kb.mp4"
286
+ " .\programs\mp4box_x64" -hint -add " .\temp\video_512kb.h264" :fps=%fps% -add " .\temp\audio.mp4" -new " .\output\encode_512kb.mp4"
288
287
goto Defaults
289
288
290
289
: ExtraHQ_10bit444
@@ -332,8 +331,7 @@ echo Encoding video...
332
331
333
332
:: Muxing ::
334
333
for /f " tokens=2 delims==" %%i in ('FINDSTR " r_frame_rate" " %~dp0 temp\info.txt" ') do (set fps=%%i )
335
- for /f %%k in ('^ " " %~dp0 programs\div" %fps% ^" ') do (set double=%%k )
336
- " .\programs\mp4box_x64" -hint -add " .\temp\video_%ExtraScale% x_512kb.h264" :fps=%double% -add " .\temp\audio_extra.mp4" -new " .\output\encode_%ExtraScale% x_512kb.mp4"
334
+ " .\programs\mp4box_x64" -hint -add " .\temp\video_%ExtraScale% x_512kb.h264" :fps=%fps% -add " .\temp\audio_extra.mp4" -new " .\output\encode_%ExtraScale% x_512kb.mp4"
337
335
goto check_more_hqfactors
338
336
339
337
:check_more_hqfactors
You can’t perform that action at this time.
0 commit comments