Hi!

David Timms wrote:
> Hi, I notice the following when exporting from a captured HD channel; it 
> doesn't seem to cause an issue with the written stream, as it plays OK:
> from the gdb debug window:
> 
> Muxer problem: 00:00:14.298/00 > 00:00:08.460/36 (dts:00:00:08.642/34) 
> s->getbuffree():-6245079
> Muxer problem: 00:00:14.299/57 > 00:00:08.462/02 (dts:00:00:08.642/34) 
> s->getbuffree():-6247104
> [more of the same as: http://fedora.pastebin.com/md3b4b08

Looks like a timestamp problem - or a 6-second gap.

> mplayer gives following with original clip:
> http://fedora.pastebin.com/m638026c6
> 
> the extract with dvbcut mpeg program stream dvd (dvbcut mux):
> http://fedora.pastebin.com/m104977d9
> 
> Just a little concerned about those negative sizes. Is it a normal 
> condition for certain types of TSs

You mean the return values from getbuffree()? They refer to a "virtual"
buffer inside the muxer (not a real array of bytes, that is). The
(virtual) buffer size is actually a threshold, as far as I can tell (you
got to ask Sven for details), and it's exceeded on a regular basis,
resulting in the negative return value. Nothing to worry about.

-- 
Michael "Tired" Riepe <mich...@mr511.de>
X-Tired: Each morning I get up I die a little

------------------------------------------------------------------------------
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to