[gstreamer-bugs] [Bug 383420] [ffmpeg] ISO-derivative muxers don't handle audio correctly

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Dec 11 08:02:12 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=383420

  GStreamer | gst-ffmpeg | Ver: HEAD CVS





------- Comment #3 from Wim Taymans  2006-12-11 16:00 UTC -------
ffmpeg movenc only supports packets with a fixed duration.
It does not respect timestamps on incomming packets so the input data needs to
be a perfect stream.

The following line sortof works:

gst-launch audiotestsrc num-buffers=100 ! lame ! mp3parse ! ffmux_mp4 !
filesink location=test.mp4

For aac, we don't have a parser.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list