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...
283283
284284:: Muxing ::
285285for /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"
288287goto Defaults
289288
290289: ExtraHQ_10bit444
@@ -332,8 +331,7 @@ echo Encoding video...
332331
333332:: Muxing ::
334333for /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"
337335goto check_more_hqfactors
338336
339337:check_more_hqfactors
You can’t perform that action at this time.
0 commit comments