[gstreamer-bugs] [Bug 601576] qtmux enhancements (moov recovery, mem usage and edit lists)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 26 07:22:14 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=601576
  GStreamer | gst-plugins-bad | 0.10.14

--- Comment #12 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-01-26 15:22:11 UTC ---
To test I just used this:
gst-launch videotestsrc num-buffers=1000 ! x264enc ! qtmux
moov-recovery-file=test.mrf ! filesink location=test.broken.mov

and to repair
./gst/qtmux/qtmoovrecover test.mrf test.broken.mov test.fixed.mov

would be good to change the help output of qtmoovrecover
-Usage: ./gst/qtmux/qtmoovrecover moovrecoveryfile mdatfile outputfile [-fs]
+Usage: ./gst/qtmux/qtmoovrecover moovrecoveryfile inputfile outputfile [-fs]

gstreamer can play the repaired file just fine, but mplayer complains (no idea
if for a good reason or not)
mplayer: /build/buildd/ffmpeg-0.5+svn20090706/libavformat/mov.c:1999:
mov_read_packet: Assertion `sc->ctts_data[sc->ctts_index].duration %
sc->time_rate == 0' failed.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list