Log in

View Full Version : H264>XVID conversion


killerhex
2nd June 2006, 23:50
i tried using a few apps to encode to xvid

RA4
Winenc

but i dont know any the setting that would encode without too much quality loss
with ra4 the picture flips upside down

with winenc i get alot of quality loss

yes i know that h264[avc] offers great quality but its hard to encode to other formats without some kind of problem like video and audio desync or flipped picture upside down

Dayvon
3rd June 2006, 00:02
This message seems very unintelligable to me. However, I do recommend that if you use Xvid, you might as well use DGIndex and VirtualDubMod to make AVI's. You can read all about this at www.doom9.org in the guides section. As most people have trouble understanding AVScripts I will post a very general use one that you can modify to use to you needs.
mpeg2source("C:\DVD\VIDEO_TS\VTS_01_1.d2v",cpu=4)
ColorMatrix()
crop( 0, 56, 0, -56)
LanczosResize(720,304)

Again, moral of the story is check Doom9's guides and then come here for additional info/questions.

MrTroy
4th June 2006, 17:10
i tried using a few apps to encode to xvid

RA4
WinencYou'd better use VDub. Download and install these four:
- DirectShow h264 decoder
- XviD codec binaries
- VirtualDub
- AviSynth

You can find them all using Google.

Now make the following script, save as *.avs and load into VirtualDub:
DirectShowSource("yourvideo.x264")