Search found 3 matches

by Memnarch
Fri Oct 01, 2021 6:29 pm
Forum: Help and Support
Topic: [Audio Encoding Issue]Which Quicktime version does SCUMMVM support for Riven?
Replies: 1
Views: 533

Re: [Audio Encoding Issue]Which Quicktime version does SCUMMVM support for Riven?

Okay, that was simple. My files were not playing correctly due to a hack in SCUMMVM for Riven-Videos inside MohawkArchives. See: https://github.com/scummvm/scummvm/blob/b2fd07f191866c97edfc05b7ea6611649d1eeeca/common/quicktime.cpp#L679 All I needed to do was to report an offset of 0 for my sideloade...
by Memnarch
Fri Oct 01, 2021 12:21 am
Forum: Help and Support
Topic: [Audio Encoding Issue]Which Quicktime version does SCUMMVM support for Riven?
Replies: 1
Views: 533

[Audio Encoding Issue]Which Quicktime version does SCUMMVM support for Riven?

Hello, I did some restoration work on Rivens Videos and encountered a problem. I extracted the audio stream using ffmpeg (copy) from the original and put it into the new one. However upon playback, the game does not play the audio. My assumption is, that the .mov container written by ffmpeg is a new...
by Memnarch
Sun Sep 19, 2021 6:50 pm
Forum: Help and Support
Topic: [Programming] Calling HQx2 scaler twice to scale by 4 results in crash
Replies: 1
Views: 485

[Programming] Calling HQx2 scaler twice to scale by 4 results in crash

Hi, I'm probably doing something wrong but right now I don't know what :/ My goal is to scale a grafic by x4. So I thought I'd call the HQx2 scaler twice. The scaler is initialized with the Pixelformat at this point, BufferA/B are Byte-Vectors. The first call to scale works as expected, the seconds ...