[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:32:20 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=550634
GStreamer | gst-plugins-bad | git
Pascal de Bruijn <pmjdebruijn> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pmjdebruijn at pcode.nl
--- Comment #17 from Pascal de Bruijn <pmjdebruijn at pcode.nl> 2010-12-31 15:32:14 UTC ---
While obviously not a solution, this maybe provide a temporary workaround for
end users:
for MTS in *.MTS; do ffmpeg -i ${MTS} -vcodec copy -acodec copy -scodec none
`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