Skip to content

Commit

Permalink
Update RunME.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyilingwei authored Dec 7, 2023
1 parent 21c1cf6 commit 142592e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RunME.bat
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ for %%i in ("%input_folder%\*.mp4") do (
)

echo [INFO] !file_name! merge completed
echo [INFO] Size: !mp4_size! bytes, Output filename: !file_name!.mp4, Output size: !output_size! bytes
echo [INFO] Size: !mp4_size! bytes, Output filename: !file_name!.mp4, Output size: !output_size! bytes >> log.log
echo [INFO] Output filename: !file_name!.mp4, Size: !total_size!^-^>!output_size! bytes
echo [INFO] MP4 Size: !mp4_size! bytes, M4A Size: !m4a_size! bytes, Output filename: !file_name!.mp4, Size: !total_size!^-^>!output_size! bytes >> log.log
echo.

if "!save_source!"=="1" (
Expand Down

0 comments on commit 142592e

Please sign in to comment.