Mailing List archive

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

[vdr] Re: avi to vdr



I want to convert a divx (620x272 and 23,96 fps) to vdr (001.vdr
and genindex) because i want to play it on my (slow) box.

This is something I've been trying to do too, with mixed success. I
don't have the details in front of me, but mplayer/mencoder is partially
working for me for DVDs and (S)VCDs, especially with the -dumpstream
option.
dumpstream does not work here. As far as I understand, dumpstream works with MPEG2 files only (which DivX is not). When used with MPEG2 files (e.g. from a SVCD), genindes didn't work.

I've had success with the following command: (all in one line)

mencoder file.avi -ovc lavc -oac lavc -lavcopts vcodec=mpeg2video:vbitrate=2500:mbd=2:acodec=mp2:abitrate=192 -vf scale=480:576 -of mpeg -ofps 25 -o 001.vdr

maybe you have to add an 'aspect' option, too.


--
Michael Reinelt Tel: +43 676 3079941
Geisslergasse 4 Fax: +43 316 692343
A-8045 Graz, Austria e-mail: reinelt@eunet.at


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



Home | Main Index | Thread Index