After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 540351 - [avidemux] Doesn't know about Duck DK4 ADPCM
[avidemux] Doesn't know about Duck DK4 ADPCM
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-26 18:02 UTC by Bastien Nocera
Modified: 2008-06-30 09:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2008-06-26 18:02:52 UTC
MPlayer says:
Opening audio decoder: [imaadpcm] IMA ADPCM audio decoder
AUDIO: 44100 Hz, 2 ch, s16le, 177.1 kbit/12.55% (ratio: 22136->176400)
Selected audio codec: [dk4adpcm] afm: imaadpcm (Duck DK4 ADPCM (rogue format number))

Totem only tells me:
** Message: don't know how to handle audio/x-avi-unknown, codec_id=(int)97
** Message: Missing plugin: gstreamer|0.10|totem|audio/x-avi-unknown decoder|decoder-audio/x-avi-unknown, codec_id=(int)97 (audio/x-avi-unknown decoder)

I'm not sure which one of those this is supposed to be:
$ gst-inspect-0.10 | grep IMA
ffmpeg:  ffenc_adpcm_ima_wav: FFMPEG IMA/DVI ADPCM audio encoder
ffmpeg:  ffdec_adpcm_ima_amv: FFMPEG IMA/AMV ADPCM audio decoder
ffmpeg:  ffdec_adpcm_ima_dk3: FFMPEG IMA/DK3 ADPCM audio decoder
ffmpeg:  ffdec_adpcm_ima_dk4: FFMPEG IMA/DK4 ADPCM decoder
ffmpeg:  ffdec_adpcm_ima_qt: FFMPEG IMA/Quicktime ADPCM audio decoder
ffmpeg:  ffdec_adpcm_ima_smjpeg: FFMPEG IMA/SMJPEG ADPCM audio decoder
ffmpeg:  ffdec_adpcm_ima_wav: FFMPEG IMA/DVI ADPCM audio decoder
ffmpeg:  ffdec_adpcm_ima_ws: FFMPEG IMA/Westwood ADPCM audio decoder
Comment 1 Bastien Nocera 2008-06-26 18:03:07 UTC
And the file is at http://samples.mplayerhq.hu/V-codecs/DUCK/salsa.avi
Comment 2 Sebastian Dröge (slomo) 2008-06-30 09:20:44 UTC
2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

        * gst-libs/gst/riff/riff-ids.h:
        * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
        (gst_riff_create_audio_template_caps):
        Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
        Fixes bug #540351.