[FFmpeg-devel] Mono ADPCM for EA WVE Files / Fix Framerate

redacted redacted aaronrules5alt at gmail.com
Fri Jul 19 14:34:18 EEST 2024


Hello there,

The Sims 1: Unleashed makes use of WVE files for its intro videos.
Two of the files for the game use Mono ADPCM audio instead of Stereo.
However, FFmpeg's ADPCM_EA codec always expects the files to be in Stereo.

In addition, they're supposed to play at 30 fps, but the EA demuxer assumes
15 by default.
It appears the framerate is set with the use of the 0x1B code in the SCHl /
PT00 header.

I have made changes in the patch attached to fix these problems.

Thank you!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Mono-ADPCM-for-EA-WVE-Files-Fix-Framerate.patch
Type: application/octet-stream
Size: 7020 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20240719/e03521c3/attachment.obj>


More information about the ffmpeg-devel mailing list