[gstreamer-bugs] [Bug 155163] [avidemux] don't know FOURCC s323 and samr (from mobiles/3GP files)

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun Dec 12 16:12:47 PST 2004


http://bugzilla.gnome.org/show_bug.cgi?id=155163
GStreamer | gst-plugins | Ver: 0.8.5

bugs at leroutier.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
      everconfirmed|0                           |1
           Keywords|                            |PATCH_NEEDED
            Summary|Doesn't play 3GP files      |[avidemux] don't know FOURCC
                   |                            |s323 and samr (from
                   |                            |mobiles/3GP files)



------- Additional Comments From bugs at leroutier.net  2004-12-12 19:12 -------
s323 decoding should work : ffdec_h263[i] should do the trick
it just looks like the "s263" FOURCC should be added in avidemux to video/x-h263

-----------------------------------------------------------

for audio ("samr"), gst-ffmpeg has this 'CODEC_ID_AMR_NB'

    case CODEC_ID_AMR_NB:
    case CODEC_ID_AMR_WB:
      /* what's this? ffmpeg uses external libs here that we don't include
       * so there's no point in defining those. Still, I want to know what
       * it actually is... */
      break;

so, good news for ronald, we know what it is, some mobile specific audio format

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list