I seem to have some problems with avisyth... I got it from DVD2SVCD and I have some plugins like MPEG2DEC and SmoothDeinterlacer, but when I want to do a NTSC conversion, it doesnt seem to work properly. I think I don't have the right plugins and I'd like to know where to get them. Actually, I'm using this technique : http://www.geocities.com/xesdeeni2001/StandardsConversion/
I used it before and it worked well, I have to format my CPU, so I wonder if I installed something wrongly. I don't think it is an environmental settings problems in TMPGEnc Plus problem. Anyway here are some shots from the different programs I'm using.
here is my script for avisynth:
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\Mpeg2dec\MPEG2DEC.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\SmoothDeinterlacer.dll")
MPEG2Source("E:\TEST\test.d2v")
SeparateFields()
Weave()
SmoothDeinterlace(doublerate=true)
ConvertFPS(50) # or ChangeFPS(50)
LanczosResize(720,576)
SeparateFields()
SelectEvery(4,1,2)
Weave()
ConvertToRGB()
And here is the result once the avs file is loaded:
I hope can someone can sort this out![]()
+ Reply to Thread
Results 1 to 9 of 9
-
-
yeah, thx, i found the right plugins... they were both wrong, it works now
cheers
etienne -
Why on earth would you separate fields then weave with no processing inbetween ?!?!??!
-
im just following that guide: http://www.geocities.com/xesdeeni2001/StandardsConversion/
im not computer litterate at all
tel me which script to use -
I suspect there was a filter in there , that worked better on fields ,
and somebody deleted it and forgot to delete the Separate() , Weave()
pair.
It won't hurt except maybe make it slower -
true that, it won't hurt, it will just take a little longer for no good reason.
I reocmmend remove the separatefields(), weave(0 unless there is something inbetween the 2.
Similar Threads
-
NTSC video with a film-like/PAL to NTSC conversion type of look that shouldn't
By Bix in forum RestorationReplies: 34Last Post: 8th Feb 2010, 15:17 -
PAL to NTSC, NTSC to PAL framerate conversion?
By Baldrick in forum Video ConversionReplies: 44Last Post: 5th Dec 2009, 23:31 -
IVT with AVISynth of source that has both PAL and NTSC conversions
By csdesigns in forum Video ConversionReplies: 9Last Post: 10th Feb 2009, 13:15 -
Problems with CMD-850 PAL to NTSC conversion
By vwy33 in forum Video ConversionReplies: 18Last Post: 31st Jul 2008, 07:55 -
NTSC to PAL, PAL to NTSC framerate conversion?
By Baldrick in forum Video ConversionReplies: 23Last Post: 23rd Apr 2008, 11:19