Mailing List archive

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

[linux-dvb] Re: Convert VDR/DVB Recording with FFMPEG



On Tuesday 29 January 2002 08:04, Axel Gruber wrote:
> Hi all
>
> is anyone able to convert a recorded Movie-Sequence (with VDR/DVB) with
> ffmpeg to another format ?
>
> I only get error-messages..
>
> I Want to convert it to MPEG1 (VCD)

What error messages?

I've found "mencoder" (part of mplayer - available in the current CVS). to be 
very good at re-encoding VDR's recordings.  I've only tried it with divx 
output, but according to the documentation it supports other output formats 
using ffmpeg's libavcodec.

For example, to use two-pass encoding to re-encode the video to divx and copy 
the original MPEG audio, I use:

mencoder -pass 1 -divxopts br=1500 -oac copy -pp 0x20000 001.vdr
mencoder -pass 2 -divxopts br=1500 -oac copy -pp 0x20000 001.vdr

The resulting quality is very similar to the original MPEG-2.  If you want, 
you can also re-encode the audio to mp3.

You need to follow the instructions available at 

http://www.mplayerhq.hu/DOCS/encoding.html


Dave.


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


Home | Main Index | Thread Index