[MPlayer-users] encode divx4
gabor
gabor at realtime.sk
Thu Oct 24 11:04:02 CEST 2002
On Thu, 2002-10-24 at 09:18, Nicolas Brainez wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> Hello,
>
> I'm trying to encode a DVD to a divx mpeg4 on 3 pass :
>
> mencoder -dvd 1 -ovc frameno -oac mp3lame -lameopts vbr=3 -o frameno.avi
>
> -> works fine, I get an 60mb file with audio only
>
> mencoder -dvd 1 -oac copy -pass 1 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1230 -o movie.avi
>
> -> works fine too, I get audio AND video in this file (in faq I've read that I'm supposed to have only video)
>
> mencoder -dvd 1 -oac copy -pass 2 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1230 -o movie.avi
>
> -> I get a 6Gb file (audio and video) !!
>
> Where am I faulty ?
when using libavcodec ( lavc ) you have to use the vpass switch, and not
the pass one...
so :
mencoder -dvd 1 -oac copy -ovc lavc -lavcopts
vcodec=mpeg4:vbitrate=1230:vpass=1 -o movie.avi
and the same way for the second pass...
but i'm not sure if this is causing the problem you described
bye,
gabor
>
> Thx in advance.
>
> _______________________________________________
> RTFM!!! http://www.MPlayerHQ.hu/DOCS
> Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch
> http://mplayerhq.hu/mailman/listinfo/mplayer-users
--
listening to Alizee - Moi... Lolita
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20021024/1d6bdb18/attachment.pgp>
More information about the MPlayer-users
mailing list