+ Reply to Thread
Results 1 to 17 of 17
-
This is the script:
LoadPlugin("C:\Users\YasTon\Desktop\MeGUI_2418_x86 \MeGUI_2418_x86\tools\avisynth_plugin\ffms2.dll")
LoadPlugin("C:\Users\YasTon\Desktop\MeGUI_2418_x86 \MeGUI_2418_x86\tools\avisynth_plugin\RemoveGrain. dll")
LoadPlugin("C:\Users\YasTon\Desktop\MeGUI_2418_x86 \MeGUI_2418_x86\tools\avisynth_plugin\Repair.dll")
LoadPlugin("C:\Users\YasTon\Desktop\MeGUI_2418_x86 \MeGUI_2418_x86\tools\avisynth_plugin\SmoothD.dll" )
LoadPlugin("C:\Users\YasTon\Desktop\MeGUI_2418_x86 \MeGUI_2418_x86\tools\avisynth_plugin\FFT3DFilter. dll")
DirectShowSource("C:\Users\YasTon\Desktop\Encoded\ ep01.ts", fps=25.000, audio=false, convertfps=true).AssumeFPS(25,1)
#deinterlace
#crop
LanczosResize(720,405) # Lanczos (Sharp)
#denoise
Tweak(hue=2,sat=1.3,bright=1.2,cont=1)
ConvertToYV12() -
Is there a space at the beginning of the filename ? Or is that the message board or my broswer playing tricks?
"C:\Users\YasTon\Desktop\Encoded\ ep01.ts"
or
"C:\Users\YasTon\Desktop\Encoded\ep01.ts"
Open the avs file in something like vdub, is there an error message ? If so, post it verbatim -
No, there's no space... and by the way this script "ConvertToYV12()" in the end i didn't put, it has been done automatically !!!
-
Groucho2004Guest
Apparently megui produces a log. Check if it contains any meaningful error message.
Last edited by Groucho2004; 4th Jan 2015 at 15:59.
-
- My sister Ann's brother
-
-
I understood nothing, i don't have knowledge about it just simple ways... thank you guys ^^
Actually i need some to handle it by TeamViewer if you want to... -
-
Whatever, whether or not MeGUI puts the line there is up for debate, I just don't use most of the free apps if there is serious mod to be done on a source, so I can't say. There are different editions of ffms2 and Avisynth, and the setup I've been using requires LoadCPlugin.
In any case IMO the O.P. is apparently trying to do stuff that requires Avisynth. Anyway we have no original sample that I've seen anywhere, so a lot of guessing will result from that.- My sister Ann's brother