Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #1  
Old 01-05-2021, 11:57
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
Automated USM Video Re-Encoding

Hello Kids,

It's Panker1992 again

https://drive.google.com/file/d/1d78...ew?usp=sharing

Here is how to Re-Encode USM Video Files to Lower Bitrate

In this video i demonstrate also how to keep eye candy the same as before and how to crop if you find videos that have more than one output layouts

I won't Be publicing the tools because their are free but licensed
ONLY THE SCRIPTS that utilizes them.

Let me be clear: Lossy Compression saves space time and generally cartoon videos pre encoded at 20mbps is overkill sometime increasing size dramatically.

Therefore you won't miss anything by doing so.

Update 1:

As per requested Total War - Rome Remastered webm script Uploaded.

Other games that i have reduced size by doing this method
Resident Evil 2,3 and 7, output video is mp4 can be done with ffmpeg only.
Total War - Rome Remastered, webm_vp9 from 20mbps to 2mbps.
Divinity Original Sins - Bink Files. bink Reconder and BPK by profragger.
Attached Files
File Type: zip Video_Encoding.zip (2.8 KB, 93 views)
File Type: zip Recode_webm_to_webm_VP9.zip (1.1 KB, 61 views)
File Type: zip Recode_mp3_to_mp3.zip (1.0 KB, 38 views)
File Type: zip Recode_ogg_to_ogg.zip (1.0 KB, 49 views)
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.

Last edited by panker1992; 05-05-2021 at 09:17. Reason: Total War WEBM File Re-Encoding
Reply With Quote
The Following 11 Users Say Thank You to panker1992 For This Useful Post:
doofoo24 (06-05-2021), ffmla (02-05-2021), Gehrman (01-05-2021), Grumpy (02-05-2021), GTX590 (02-05-2021), Harsh ojha (01-05-2021), kj911 (02-05-2021), L33THAK0R (01-05-2021), mausschieber (02-05-2021), shazzla (02-05-2021), ZAZA4EVER (02-05-2021)
Sponsored Links
  #2  
Old 01-05-2021, 21:34
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 352
Thanks: 119
Thanked 59 Times in 38 Posts
L33THAK0R is on a distinguished road
Thank you so much for this incredible set of scripts and included tutorials! Now I'm really interested to find out why the heck "Batman: Arkham City" has dual video output, I always assumed this was an unintentional issue with VGMToolbox, and not an intended effect.

I know in your video you said you would cover audio at another time, but I have a very small question which I may be able to answer myself but I just thought I'd ask here anyway, do recoded .usm files with .wav instead of .adx audio files still render properly in-game or would this be a case-by-case basis?
Reply With Quote
  #3  
Old 02-05-2021, 01:53
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
Quote:
Originally Posted by L33THAK0R View Post
Thank you so much for this incredible set of scripts and included tutorials! Now I'm really interested to find out why the heck "Batman: Arkham City" has dual video output, I always assumed this was an unintentional issue with VGMToolbox, and not an intended effect.

I know in your video you said you would cover audio at another time, but I have a very small question which I may be able to answer myself but I just thought I'd ask here anyway, do recoded .usm files with .wav instead of .adx audio files still render properly in-game or would this be a case-by-case basis?
every game that utilizes USM do so in a different manner,

For example you may get a game to utilize only video through usm so audio files are absent and game load them from wem files automatically.

Batman for example has dual screen 3900x1080p encoding on usm and you have to crop. other games like microsoft simulator only has videos and nothing else so its case by case!! But it works
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
  #4  
Old 02-05-2021, 23:50
Snake288 Snake288 is offline
Registered User
 
Join Date: Nov 2018
Location: Paris
Posts: 206
Thanks: 92
Thanked 34 Times in 28 Posts
Snake288 is on a distinguished road
Post Hello panker1992

Hello
panker1992

Is there a size reduction MP4 script upload method for *.mp4 videos used in some games ?

Is there a size reduction *.mp3 ,*.wav ,*.aac,*.oog script upload method for *.mp3 ,*.wav ,*.aac,*.oog Music used in some games ?

Sample Video

milestone.mp4 - 17.5 MB

Last edited by Snake288; 03-05-2021 at 00:34. Reason: Hi panker1992
Reply With Quote
  #5  
Old 04-05-2021, 08:33
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
Quote:
Originally Posted by Snake288 View Post
Hello
panker1992

Is there a size reduction MP4 script upload method for *.mp4 videos used in some games ?

Is there a size reduction *.mp3 ,*.wav ,*.aac,*.oog script upload method for *.mp3 ,*.wav ,*.aac,*.oog Music used in some games ?

Sample Video

milestone.mp4 - 17.5 MB
Yes There is

More Specsific
MP4 = Reductions
MP3 to MP3 with lower quality
OGG to OGG
and WEM to WEM
i will upload soon except wem to wem which i need time to automate it

"ffmpeg" -hide_banner -i "%%i" -threads 8 -c:v libx265 -b:v 800k -c:a copy -c:s copy -y "D:\%%~ni.mp4"
https://drive.google.com/file/d/1iLG...ew?usp=sharing
Encoded you Video from 17.5MB to 1.8MB
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.

Last edited by panker1992; 04-05-2021 at 08:40.
Reply With Quote
  #6  
Old 04-05-2021, 12:07
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,167
Thanks: 284
Thanked 1,358 Times in 615 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
and WEM to WEM
i will upload soon except wem to wem which i need time to automate it
Wem into ogg,
ogg into packed file using oggre_wwise
oggre_wwise decode into wav
wav into wem using xdelta

Should be easy to do with a bat file, one for encode, one for decode.
I'm nearly finished mine, so I will share it on the forum (I deleted the complete project by accident a few weeks ago )

p.s. ofc that method is for vorbis only, as for wwise wave audio, I suppose just skip the ogg bit and try this utility with an xdelta: https://anonfiles.com/B0z550uaue/WEMConverter_7z (not tested yet)
Reply With Quote
  #7  
Old 05-05-2021, 07:52
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
Wem into ogg,
ogg into packed file using oggre_wwise
oggre_wwise decode into wav
wav into wem using xdelta

Should be easy to do with a bat file, one for encode, one for decode.
I'm nearly finished mine, so I will share it on the forum (I deleted the complete project by accident a few weeks ago )

p.s. ofc that method is for vorbis only, as for wwise wave audio, I suppose just skip the ogg bit and try this utility with an xdelta: https://anonfiles.com/B0z550uaue/WEMConverter_7z (not tested yet)
when i said wem to wem conversion i meant lossy
you get 1024mb worth of wems and fairly reduce their size to wem different quality down to 600mb
this is example!!!

of course i can losssless compress ogg files with oggre and i have script to automate it into multithreading even !!
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
  #8  
Old 05-05-2021, 08:18
Snake288 Snake288 is offline
Registered User
 
Join Date: Nov 2018
Location: Paris
Posts: 206
Thanks: 92
Thanked 34 Times in 28 Posts
Snake288 is on a distinguished road
Hello
panker1992

Is there a size reduction *.mp3 ,*.wav ,*.aac,*.oog script upload method for *.mp3 ,*.wav ,*.aac,*.oog Music used in some games ?

I look forward to hoping that you can prepare quickly without problems
Reply With Quote
  #9  
Old 05-05-2021, 09:18
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
uploaded

i forgot AAC but i can imagine you can find out how
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
  #10  
Old 27-06-2022, 01:07
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 396
Thanks: 450
Thanked 437 Times in 200 Posts
dixen is on a distinguished road
How rebuild USM with 5.1 channel audio? For example, Metal Gear Rising: Revengeance.
ADX 1 channel > WAV = no error
ADX 5.1 > WAV = ffmpeg error
Reply With Quote
  #11  
Old 27-06-2022, 03:05
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,167
Thanks: 284
Thanked 1,358 Times in 615 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by dixen View Post
How rebuild USM with 5.1 channel audio? For example, Metal Gear Rising: Revengeance.
ADX 1 channel > WAV = no error
ADX 5.1 > WAV = ffmpeg error
Scaleform Tool?

https://mega.co.nz/#!glh3HAzK!AAAAAA...AAASZuESpVd7Zs
Reply With Quote
  #12  
Old 27-06-2022, 04:48
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 396
Thanks: 450
Thanked 437 Times in 200 Posts
dixen is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
Same error - unsupported format
Quote:
[Error] The file ("ev0030_40534641.adx") is noncompliant audio file.
- Convert the audio channels from 6 to 1 or 2 [channels].
UPD
I do it)) Multichannel ADX fine decoding to WAV with VGAudio
https://github.com/Thealexbarney/VGAudio

Last edited by dixen; 28-06-2022 at 09:23.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
video encoding guide using Adobe Media Encoder - LONG READ!! Kitsune1982 Conversion Tutorials 1 06-04-2018 06:18
Sharing: How to make a video sharing website like YouTube Stephanee Chit Chat 1 29-12-2008 21:52
CPU jumps up to 100% now, not before dav6 Software 11 24-05-2008 04:33
weird error.... sheykh PC Games 5 07-05-2006 21:23



All times are GMT -7. The time now is 03:02.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com