[Bug 745192] matroskademux: V_MS-VFW-FOURCC streams have DTS instead of PTS

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 26 03:00:40 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=745192

--- Comment #7 from Matej Knopp <matej.knopp at gmail.com> ---
You can't just use DTS instead of PTS for streams with bframes when there
should be PTS in the output. Such file will not be compliant. It will play in
some players but will have problems in other (that use decoders that don't
output frames in presentation order and rely on PTS, such as Apple decoders)

The proper way in this case would be to mux DTS instead of PTS for VFW streams.
IIRC avidemux already sets DTS (although it seems to set PTS on keyframes as
well, which I'm not sure is right; and avimux always muxes PTS which definitely
isn't right).

It seems that right now avidemux | matroskamux and avidemux | avimux wouldn't
work either.

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