[gstreamer-bugs] [Bug 550634] [mpeg ts demuxer] Doesn't support seeking and duration reporting

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 31 07:42:07 PST 2010


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

--- Comment #18 from Pascal de Bruijn <pmjdebruijn at pcode.nl> 2010-12-31 15:42:02 UTC ---
OK, the above actually fails if a fails has subs embedded, since the none
"codec" isn't recognized. ffmpeg has a different parameter to strip out
subtitles (-sn):

for MTS in *.MTS; do ffmpeg -i ${MTS} -vcodec copy -acodec copy -sn `echo
${MTS} | sed 's/MTS/mkv/g'`; done

-- 
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