PDA

View Full Version : NTSC DivX/XviD >>>> PAL (S)VCD


DaXearo
22nd December 2002, 21:27
I'm trying to convert NTSC DivX/XviD AVI's to (S)VCD using TMPGenc.
I'm frameserving the AVI using AviSynth 2.07.
Here is my typical .avs file for it:

LoadPlugin("textsub.vdf")
AviSource("Resident Evil.avi",false)
ConvertToYUY2()
TextSub("Resident Evil.srt")
ConvertFPS(25,Zone=100)


TMPGenc encodes it well and the framerate is exactly 25fps & the sound is also OK.

The -ONLY- is that the resulting (S)VCD video has 'UGLY COLORS'
I attached a screenshot (Don't look at the resolution etc., watch ONLY the colors!)

I guess it's something I forget or so in the Avisynth script (.avs file)

Any solutions?

Thanks!

hakko504
22nd December 2002, 21:40
Actually i noticed a similar thing today with A2.5a (Can't see your picture yet, but I assume it's the same thing). Could you confirm that this is a problem with AviSynth, by removing all filters from the script? Maybe also try DirectShowSource if you have ffdshow installed. I would try it myself, but I'm packing for a holiday trip to my parents, and I don't have the time to test it until I'm back. Also maybe try with older versions of Avisynth.

Wilbert
22nd December 2002, 21:54
What happens if you add
ConvertToRGB24
as the last line of your script?

DaXearo
22nd December 2002, 21:56
Removing all filter (except the needed ones :) , does nothing...still ugly colors..

Trying with ConvertToRGB24....

DaXearo
22nd December 2002, 22:13
Wilbert , I love you :d
J/K :p

ConvertToRGB24 works.
Thx a lot for the help!

Wilbert
22nd December 2002, 22:24
It's probably this problem http://forum.doom9.org/showthread.php?s=&threadid=27932. The fix of Koepi (that zip-file) should also fix it.