humax
5th October 2007, 10:05
Hello
I have a VC1 File - its a demuxxed EVO .
I want to create a AVS for MeGui .
ffdshow is installed .
I went to avs script creator and chose the VC1 File . An now nothing happens .......
can play the VC1 with Power DVD but if i click on the selfmade AVS the file isnt playing
Do i have to start ffdshow ??
this is the content of my file :
DirectShowSource("hd.vc1")
Do i have to Load the dll too ??
Like :
Loadplugin (c:\DirectShowSource.dll) ??
This doesnt work too
DirectShowSource("hd.vc1",fps=23.976,audio=false)
#crop
Lanczos4Resize(1280,720) # Lanczos4 (Sharp)
#denoise
ConvertToYV12()
Thx for help .
I have a VC1 File - its a demuxxed EVO .
I want to create a AVS for MeGui .
ffdshow is installed .
I went to avs script creator and chose the VC1 File . An now nothing happens .......
can play the VC1 with Power DVD but if i click on the selfmade AVS the file isnt playing
Do i have to start ffdshow ??
this is the content of my file :
DirectShowSource("hd.vc1")
Do i have to Load the dll too ??
Like :
Loadplugin (c:\DirectShowSource.dll) ??
This doesnt work too
DirectShowSource("hd.vc1",fps=23.976,audio=false)
#crop
Lanczos4Resize(1280,720) # Lanczos4 (Sharp)
#denoise
ConvertToYV12()
Thx for help .