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!
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!