GNOME Bugzilla – Bug 550288
Sound not played - a quicktime file
Last modified: 2008-09-02 15:30:59 UTC
A quicktime video file created by a cheap Casio camera doesn't have sound when played using gstreamer (tested with totem and gst-launch). ffplay and mplayer play the file correctly with sound. A test file: http://banzai.px.cz/!blbosti/test.mov ffplay reports Audio: adpcm_ima_wav mplayer reports Selected audio codec: [imaadpcm] afm: imaadpcm (IMA ADPCM) Should be easy to fix ? (a fourcc code addition to qtdemux.c as far as i understand ?) I dont have the skills to create a working patch, so could one of the developers step in ...
Thanks, the sample allowed me to fix it with the following patch: * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps): Add mapping for IMA Loki SDL MJPEG ADPCM codec. Add some alternative byteswapped mappings that seem to pop up sometimes. Fixes #550288.
great, thanks a lot for the quick fix !