[FFmpeg-user] Decoding adpcm_psx
Markus Laaja
markus.laaja at dnainternet.net
Fri Oct 26 23:12:28 EEST 2018
Greetings.
In short, I'm running into constant input errors when trying to decode
from different adpcm formats.
Compiling ffmpeg on a linux environment to see if it helps, is way
beyond my reach just to solve this, unfortunately.
Can anyone confirm this shouldn't happen?
Thanks for everyone in advance.
The input and output cut short:
D:\ffmpeg-4.0.2-win32-static\bin>ffmpeg -f adpcm_psx -ar 22050 -ac 1 -i
ST1.adpcm_psx ST1.wav
ffmpeg version 4.0.2 Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 7.3.1 (GCC) 20180722
libavutil 56. 14.100 / 56. 14.100
libavcodec 58. 18.100 / 58. 18.100
libavformat 58. 12.100 / 58. 12.100
libavdevice 58. 3.100 / 58. 3.100
libavfilter 7. 16.100 / 7. 16.100
libswscale 5. 1.100 / 5. 1.100
libswresample 3. 1.100 / 3. 1.100
libpostproc 55. 1.100 / 55. 1.100
Unknown input format: 'adpcm_psx'
--- It's the same with other adpcm formats, it seems.
D:\ffmpeg-4.0.2-win32-static\bin>ffmpeg -f adpcm_xa -i ST1.adpcm_psx ST1.wav
Unknown input format: 'adpcm_xa'
Unknown input format: 'adpcm_ms'
Unknown input format: 'adpcm_yamaha'
More information about the ffmpeg-user
mailing list