Mailing List archive

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

[vdr] Re: how to split vdr file after a given time?



Also sprach Matthias Bodenbinder zu "09.01.2004 13:00" Anno Domini:
> Hello,
> 
> I have a recording which consists of three vdr files. 
> How do I split the file 002.vdr after 3778.584 sec (suggested by vdrsync.pl, 
> see log below)? I am looking for a solution for Linux.
> 

I recently had the same problem. My solution was, to demux the audio and
video with X08 instead (http://members.aon.at/johann.langhofer/x08.htm).
Afterwards I used mpg123 and mp2enc to reencode the audio as a pure
stereo one for muxing:

mpg123 -w - --stereo 001.mp2 | mp2enc -b 192 -s 48000 -s -o 001.mpa

After that, you can multiplex the audio&video as usual with tcmplex!
Oh, mp2enc is from the MJPEG tools package from sourceforge!

CU
-- 
Patrick Cernko | mailto:errror@errror.de | http://www.errror.de
Quote of the Week: "Quis custodit custodes?
                    Ceterum censeo Microsoftem esse delendam!"
                   (anonyum)

Attachment: signature.asc
Description: OpenPGP digital signature


Home | Main Index | Thread Index