View Single Post
  #912  
Old 26-10-2018, 06:00
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by doofoo24 View Post
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
Attached Files
File Type: zip PPX2.zip (17.8 KB, 28 views)
Reply With Quote
The Following 4 Users Say Thank You to Simorq For This Useful Post:
doofoo24 (26-10-2018), K4miKaZe (26-10-2018), oltjon (26-10-2018), ZAZA4EVER (26-10-2018)