Log in

View Full Version : VirtualDub Vs. Xvid_encraw


frameloose
9th February 2010, 20:26
Getting a bit crazy here.

Trying to make xvid processing as efficient(?) as possible here.

Using avisynth as (frameserver?), with all modifications i need (cropping, resizing and so on...), when im using vdub i get like 140-170fps, but with xvid_encraw i get ~90fps...

And my thought was that xvid_encraw whould be faster because of less stuff, so to say :P

how come that xvid_encraw is so much slower? what can i do to speed it up?

As always, sorry for my bad english :P

mariush
10th February 2010, 00:46
Are you using the same parameters in both? Virtualdub uses the video for windows codec with its own settings, xvid_encraw uses its own xvid built inside.

frameloose
12th February 2010, 22:13
i thought that xvid_encraw used the windows settings so to say, thanks for input, will have to check what i can do there.