PDA

View Full Version : Xvid encoding speed


jarthel
23rd March 2003, 00:15
Here's the script
--------------
LoadPlugin("D:\downloads\windows\utilities\divx\avisynth\plugins25\MPEG2Dec3.dll")


mpeg2source("e:\dvdrips\escaflowne5\escaflowne5.d2v")
------------------

I'm using umaniac's latest build (March 20).

I'm using the following Xvid settings
- encoding mode = 1pass cbr
- motion search=ultra high
- quantization type=h.263
- fourCC = Xvid
- VHQ = 1
- enable lumamasking = enabled
- quartelpel = enabled
- maximum b frames = 3
- disabled SSE2
- all other settings are default
-----------------

I'm using Avisynth2.51.

I'm using WinXP pro and my system is in sgnature.

Well I'm not concern about speed but when the script consists only of mpeg2source and I'm getting only 10 to 13 FPS encoding speed, maybe there's something wrong? Maybe it's normal too considering the Xvid settings.

Thanks for the reply. :)

Jayel

bond
23rd March 2003, 10:45
if you want more speed you can use nic's mpegdecoder

jarthel
23rd March 2003, 11:16
Well I was expecting more like 20 FPS for a very basic avisynth script.

Putting telecide/decimate functions in the script decreases the speed to 9 to 12 FPS.

kilg0r3
23rd March 2003, 13:23
well, disable quarterpel, and lumi, especially if you use koepi's build. the reason for this can be found on my site AND in the appropriate thread.

jarthel
23rd March 2003, 16:49
thanks for the all reply. :)


Jayel
-------------

Nice site kilgor :)

Koepi
23rd March 2003, 17:55
VHQ is very slow, disable it for more speed, too.

Regards
Koepi