Quote:
Originally Posted by doofoo24
did you test the game ?
i tried your method on Nioh Complete Edition there is 3.28gb of wmv compressed to 1.46gb after convert wmv to mp4...
but when i try to convert back mp4 to wmv seem not to work for me using PPX2 so i am using
dir/b/s *.mp4 >mkvlist.txt
for /F "delims=;" %%F in (mkvlist.txt) do ffmpeg.exe -y -i "%%F" -qscale:v 0 -vcodec wmv2 -b:a 256k "%%~dF%%~pF%%~nF.wmv"
del mkvlist.txt
|
Code:
Number Of Threads.bat
1: Convert Multi MP4 > WMV
2: DEL ALL MP4 Files
3: Remove *.WMV Extension
4: REN *.MP4>*.WMV