Mailing List archive

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

[linux-dvb] Re: Question about mpegtools



Hello,

i have done some tests using VDR files.

neither es_demux or direct mplex worked. there is a warning concerning
huge A-V PTS difference. The file plays with Mplayer with warnings and
no sound !!!

Are you sure you can generate a valid VOB file using the commands you
have tested ?

I have to use 

pes2vid_es 001.vdr > 001.m2v
pes2aud_es 001.vdr > 001.mp2
mplex -t DVD -o VOB_01_1.VOB 001.mp2 001.m2v

Anyway, as mplex is demuxing using temp files ; it doesn't matter to
have to do demuxing 'by hand' using pes2xxx_es.


regards
Patrick.

Dariush Forouher wrote:
> 
> What about:
> 
> mplex -t DVD -o VOB_01_1.VOB 001.vdr
> 
> regards
> Dariush
> 
> Am Die, 2002-04-30 um 03.52 schrieb Rene Bartsch:
> > Hi,
> >
> > with the following commands I can transcode a VDR-recording (PES) to DVD
> > (VOB):
> >
> > "es_demux 001.vdr audio-file001 video-file001"
> >
> > and then
> >
> > "mplex -t DVD -o VOB_01_1.VOB -i ES_STREAM audio-file001 video-file001"
> >
> > But there are two problems. On the one hand, it does not have audio-pid
> > 128 but 0 and on the other I'd prefer a on-the-fly solution in order to
> > save diskspace.
> >
> > Is there any possibility to do so?
> >
> > The best solution would be something like
> >
> > "cat ???.vdr | mpegtools [options] | split_mpg 1024 > VTS_01_?.VOB"
> >
> > Thanx
> >
> > Rene
> >
> >
> >
> >
> >
> > --
> > Info:
> > To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
> >
> 
> --
> Info:
> To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index