Mailing List archive

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

[linux-dvb] Re: Making "Non-PS-MPEG2-Files" or remux streams recorded with vdr for using them in (e.g.) FlaskMpeg



Axel Gruber writes:
 > Hello
 > 
 > I have tryed long - but now it works very well - with flaskmpeg
 > 
 > Here some Scripts that works for me:
 > 
 > To get all VDR.00X files from all /videoX devīs (if you have more HArddrives
 > - i have 4 :-))
 > rm /mp1/recording/encoder/*
 > cp -R /video0/%*/*/*.* /mp1/recording/encoder/
 > rm -R -f /video0/%*
 > rm -R -f /video1/%*
 > rm -R -f /video2/%*
 > cat 0*.vdr >large.mpg
 > rm *.vdr
 > rm index*
 > 
 > This makes also al "large file" out of the several parts.
 > 
 > Second: The Demuxing:
 > 
 > cd /mp1/recording/encoder/
 > /vdr/DVB/apps/gVideo/av_pes2any/es_demux large.mpg a1 v1
 > rm large.mpg
 > 
 > Third: Multiplex:
 > 
 > cd /mp1/recording/encoder/
 > /vdr/jpeg/mplex/mplex -V -S 5000 v1 a1 out1.mpg
 > rm v1
 > rm a1
 > chmod 666 out1.mpg

Are you aware that the mplex program in the mpegtools directory does
include es_demux, so that the second and third step can be done in one
step ?


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