POV-Ray : Newsgroups : povray.general : mencoder - from *.png into *.avi? : Re: mencoder - from *.png into *.avi? Server Time
30 Jul 2024 22:25:27 EDT (-0400)
  Re: mencoder - from *.png into *.avi?  
From: Nicolas George
Date: 10 May 2008 03:57:01
Message: <4825554d$1@news.povray.org>
Thibaut Jonckheere  wrote in message <48255435$1@news.povray.org>:
> mencoder mf://E:\Pov\road\anim\*.png -mf w=800:h=600:fps25:type=png -of 
> mpeg -ovc lavc -lavcopts vcoded=mpeg4:mbd=2:trell -o 
> E:\Pov\road\anim\road_parametric5.mpeg
> 
> (this is rather low bitrate)

There is no option tu set the bitrate, you get whatever the default would
be. Furthermore, you put very few options to increase the efficiency of the
encoding. I personally use the following settings:

-ovc x264 -x264encopts
frameref=8:bframes=2:8x8dct:me=umh:subq=7:nodct_decimate:trellis=2:weight_b:direct_pred=auto:crf=20

The crf option is the overall quality.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.