Mailing List archive

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

[linux-dvb] Re: Encoding DVD to replay with VDR



Matthias Fechner writes:
 > Hi,
 > 
 > On Sun, 9 Sep 2001, Marcus O.C. Metzler wrote:
 > 
 > > Try pes2vid <filename> | ntuxplayer -o with the file you created.
 > 
 > So now i can compile and start it, if i start it with the file:
 > ./pes2vid /video/blade-dvd/2001-09-09.12.12.50.99.rec/001.vdr |ntuxp
 > layer -o

I tried it and it seems better to use
cat <filename>| pes2vid |ntuxplayer -o

cat seems better optimized for pipes. Of course you could write into
file first, i.e. pes2vid <filename> > <myfilename> ; ntuxplayer
<myfilename>.

 > 
 > It will start and running for 3 seconds, than it will end.
 > 
 > What is on tv i cannot say, because my TV is about 20 m in an other room
 > and i cannot run so fast.
 > 
 > Is there a posibillity to display it on my monitore(over an xterm or...)
 > 

You can use any program using video4linux, like xawtv, fbtv, tuxview
etc..

Marcus

-- 
---------------------------------------------------------------------
Dr. Marcus Metzler                             
mocm@netcologne.de                     http://www.metzlerbros.de
mocm@convergence.de                    http://www.convergence.de

Convergence Integrated Media GmbH          
Rosenthaler Str. 51                   
D-10178 Berlin                             
---------------------------------------------------------------------


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


Home | Main Index | Thread Index