Darksiders Warmastered Edition

Darksiders Warmastered Edition

Оценок: 55
Fix Cutscene Audio
От zofrex
If the music and sound effects volume is too quiet compared to voices you can fix the issue yourself by downmixing the videos to stereo.
   
Наградить
В избранное
В избранном
Удалить
Overview
It seems the sound is too quiet on systems with stereo sound because of the 5.1 surround sound videos. This can be fixed by downmixing the videos to stereo. If you don't know how to downmix you have two options:


I have slow internet so I opted to downmix them myself, and I'm a massive nerd, so I did it using free software and a bit of scripting - which means you can do it too!
Set Up
We'll be using "ffmpeg" to do the hard work here. Download ffmpeg from the official website.[ffmpeg.org]

Extract the zip file you get, and put the "ffmpeg.exe" file in Darksiders' videos folder. On my machine, that's "C:\Program Files (x86)\Steam\steamapps\common\Darksiders Warmastered Edition\media\videos".

Now create a text file in that same folder and name it "fix.bat". In that file put:

mkdir fixed for %%F in (Scene_*.wmv) do ffmpeg -i %%F -c:v copy -ac 2 -max_muxing_queue_size 1000 fixed\%%F
Downmix the videos
If you've done the setup right your videos folder should look like this (with ffmpeg and fix.bat):



Now double-click "fix.bat" and it will create fixed versions of all the videos in the new folder "fixed".
Back up the old videos
Now move all the videos with names like "Scene_xx.wmv" to another folder as backups, just in case something went wrong and you need to undo all this.
Copy the fixed files into place
Lastly, take all the files in the "fixed" folder and move them into the videos folder.

Ta-ta! We're done. Now when you play the volume should be much more balanced :)

Big shout out to Fhaarkas who did all the brainwork of figuring out this fix in the first place!
Комментариев: 31
Netherdawg 4 июл. 2023 г. в 15:43 
followed every step accordingly but the command only created an empty folder
Herb Dinglehopper 16 авг. 2022 г. в 13:28 
Too much effort for what it does imo
xX_DoomSlayer_Xx 12 авг. 2021 г. в 9:58 
wot
phoenix™ 21 июн. 2020 г. в 19:52 
very useful.. thx!
windwalker 20 мая. 2020 г. в 15:43 
worked great thanks!
Jirb 27 июн. 2019 г. в 13:06 
I can't run "fix.bat". I just get an error message saying "The app cannot be run on this computer".
RATMAN 23 дек. 2018 г. в 16:02 
bro i cant find the "ffmpeg.exe" file
raish 22 дек. 2018 г. в 2:32 
I changed your batch slightly to make it more intuitive, put all videos in a backup folder and then sends the fixed videos in the right place so that the user doesn't need to do anything extra. I also added filtergraph that properly downmixes 5.1 to 2.1 acoording to ATSC standard (thanks to https://superuser.com/questions/852400/properly-downmix-5-1-to-stereo-using-ffmpeg) .
Here's the batch script: https://pastebin.com/UDPmV7Tm
Pedrini 18 июл. 2018 г. в 18:47 
Top
Slayrix 18 июл. 2018 г. в 18:17 
Ok ive done all the steps, it works, but now the audio cuts out from time to time, is this normal or did i do something wrong.