0 of 0

File information

Last updated

Original upload

Created by

HotSalmon

Uploaded by

acw215079

Virus scan

Some manually verified files

Tags for this mod

About this mod

This is a new upload of the FMV movies for the DMC: HD Collection, fixing the poor audio quality and slowdown now that the inversion was fixed with a recent version of Proton.

Permissions and credits
These are fixed video files for DMC:HD Collection that have fixed the audio quality and slowdown issues still present on Linux and Steam Deck.

Installation:
Drop the data folder into the installation folder

Try it manually:
If you don't want to download all 1.7GB of cutscene you can use this script to encode the videos yourself. To do so, navigate to the video folders for each game, open them in your terminal of choice, and run this command.

for fmv in *.wmv; do echo "Transcoding $fmv"; ffmpeg -v quiet -stats -i $fmv ${fmv:0:-4}.mp4; rm -rf $fmv; mv -- ${fmv:0:-4}.mp4 $fmv; done

Credit for the fix itself goes to SiJeiX on here and the folks over on ProtonDB for working the command around the Proton update. All I've done is make the files accessible for those who don't feel like putting in the work.