Graigddu
16th June 2008, 22:45
Really wasn't sure if this should be under Deblock or MT so thought that it would be better under general usage unless otherwise told as the error concerns YV12:)
Iv'e been trying to run as above states Deblock_QED under MT but i'm a real newbie when it comes to avisynth and i get a
Invalid Arguments to function YV12 error in the HC encoder GUI at the encoder start up,i am using a tools GUI called The FilmMachine and editing it's avisynth auto script with this script.
SetMTMode(5)
# 16:9 encoding
loadplugin("C:\Program Files\AviSynth 2.5\plugins\mt.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\DeBlock\deblock.dll")
DirectShowSource("C:\Test Videos\Test.avi", fps=23.976, audio=false, convertfps=true)
SetMTMode(2)
ConvertToYV12()
Deblock_QED(25, uv=false)
FadeIn(50)
Lanczos4Resize(720,436,0.0,0.6)
AddBorders(0,70,0,70)
AssumeFPS(25,1,False)
I have been able to run Deblock under SetMTMode(2) but it this script causing the problem
Does any one know where i'm going wrong and is willing to give me a push in the right direction :thanks:
Iv'e been trying to run as above states Deblock_QED under MT but i'm a real newbie when it comes to avisynth and i get a
Invalid Arguments to function YV12 error in the HC encoder GUI at the encoder start up,i am using a tools GUI called The FilmMachine and editing it's avisynth auto script with this script.
SetMTMode(5)
# 16:9 encoding
loadplugin("C:\Program Files\AviSynth 2.5\plugins\mt.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\DeBlock\deblock.dll")
DirectShowSource("C:\Test Videos\Test.avi", fps=23.976, audio=false, convertfps=true)
SetMTMode(2)
ConvertToYV12()
Deblock_QED(25, uv=false)
FadeIn(50)
Lanczos4Resize(720,436,0.0,0.6)
AddBorders(0,70,0,70)
AssumeFPS(25,1,False)
I have been able to run Deblock under SetMTMode(2) but it this script causing the problem
Does any one know where i'm going wrong and is willing to give me a push in the right direction :thanks: