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



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


Thatīs all - the file "out1.mpg" works fine with Flaskmpg - without audio
and video dropouts and also the Sync between audio and Video is very well !


If you have further questions - contact me by mail.

CU

-- 
Sent through GMX FreeMail - http://www.gmx.net



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



Home | Main Index | Thread Index