Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: VDR-format?



Wiljo Heinen schrieb:

In principle that should be easy. Just add an MPEG PS layer around the PES
packs (which is
essentially an MPEG pack header) plus add an MPEG PS system header at the
beginning
(here you have to fill in a few parms, like no. of video/audio streams,
buffer sizes, bitrates and such).

Unforunately my free time is currently tied up in getting a new PVAStrumento
version out
(handling multi-audio and AC3...) - so I would have time for this only in a
few weeks.

But anyway - my choice for VDR recordings would probably be TS, because that
format is
designed for these kind of streams (i.e. error recovery on the decoder
side). I don't know
how well players would cope with errors in the PS (although nowadays it
seems not
so much a problem as like two years ago).

And what player will play TS? Maybe Xine and MPlayer as they support DVB-cards, but that's been it. The most available format is MPEG-PS, especially DVD/VOB-compliant one. This would allow to copy recordings directly to DVD or even record on DVD.

Ralph Metzler is working on a ts2ps-demuxer. I also mailed with Sascha Volkenandt about implementing MPEG-PS into streamdev-plugin. The best solution for VDR would be to take the cTS2PES-class, rename it to cTS2PS, add the necessary functions for the PS-headers and add it to VDR. So the cTS2PES-class could be used and plugins could try the cTS2PS-class. And when it is reliable, VDR could be switched to cTS2PS-class easily, as it would have the same interface like cTS2PES.

Rene



--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index