Mailing List archive

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

[vdr] Re: can't convert "viva" to mp3



Jochen Georges wrote:

hello,
i want to convert a music video, which i recorded at "viva" to mp3.

vdrsync.pl -audio-only 001.vdr produces no c0.mpa

vdrsync.pl 001.vdr only produces an
e0.mpv

tcmplex -i e0.mpv -m 2 -o mytest.mpg
produces a silent movie.

I don't know vdrsync.
If i remember right vdr is using the pes format, so you can use the mpegtools[1] from the metzlers [2].

So basicly you can use:
pes2aud_es 001.vdr | yourmp3encoder --someencoderoptions

if your encoder doesn't support stdin:
pes2aud_es 001.vdr > 001.mp2
yourmp3encoder --someencoderoptions 001.mp2

cu
Florian

[1] http://www.metzlerbros.org/dvb/libdvb-0.5.0.tar.gz
[2] http://www.metzlerbros.org/dvb/



--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index