I'm trying to encode a .ts 1080i to 720p x264, but I'm having some trouble.
This is my .avs
But I'm getting this error: click here when I'm trying to load my .avs in MeGUI. This is what I've put in my plugins folderCode:LoadPlugin("C:\Programmer\AviSynth 2.5\plugins\mt_masktools.dll") mpeg2source("C:\Documents and Settings\User\Skrivebord\Encoding\source_sample.d2v",info=3) tdeint() removegrain(1) crop(0,26,-0,-34) Spline36Resize(1280,688) limitedsharpenfaster(strength=10)
Am I doing anything wrong?Code:masktools (folder) avs25 (folder) common (folder) mt_masktools.dll LimitedSharpenFaster.avsi RemoveGrainSSE3.dll
+ Reply to Thread
Results 1 to 3 of 3
-
-
I guess your imported LSP script addresses a newer version of RemoveGrain than the one you use (likely before mode 19 was added), I had the same error when using FixBlendIVTC script until loaded the right RemoveGrain version (thanks to manono for uploading; it's rare and not supported by the author anymore). Check the docs for your version and look for the last added mode in versions history. Then try this one instead:
http://rapidshare.com/files/41010355/RemoveGrain.dll.html -
IT WORKS!
Thank you, I've been asking this question in numerous forums, but no one could figure it out. Thanks!
Similar Threads
-
Encoding 1080i@25FPS to 720p
By jiopi in forum Video ConversionReplies: 24Last Post: 9th Nov 2010, 00:58 -
720p vs 1080i?
By therock003 in forum Newbie / General discussionsReplies: 15Last Post: 27th Apr 2010, 21:52 -
720p vs 1080i - which is best?
By snadge in forum DVB / IPTVReplies: 19Last Post: 31st Aug 2009, 18:19 -
1080i/p ts source file to 720p x264
By cnckane in forum DVB / IPTVReplies: 0Last Post: 9th May 2008, 09:06 -
I want a new tv. should i get a 1080i or a 720p
By championjosh in forum Off topicReplies: 8Last Post: 1st Jan 2008, 12:34