themostestultimategenius
1st June 2007, 15:16
Hello
I've been trying to use SPP deblocking during encoding because SmoothD, DeBlock and MDeblock don't give me the results I want but SPP does.
I found this thread after searching.
http://forum.doom9.org/showthread.php?t=102812
avisource("f:\video.avi")
tomsmocomp(0,5,1)
ffdshow("default")
lanczosResize(512,384)
works for me...
"default" uses the same settings you currently have enabled in your ffdshow config
I tried that but it said there wasn't any function called ffdshow.
I'm using FFDShow Rev 1220 20070529.
When I added loadcplugin as the documentation said to do so, I got an error saying
http://xs216.xs.to/xs216/07225/65645df.PNG
If I use loadplugin I get some weird error.
http://img177.imageshack.us/img177/8886/435645dsfdsfdsxf5.png
This is my script if it helps,
loadCplugin("D:\programs\avisynth\plugins\ffavisynth.dll") #What am I supposed to change this to? :confused:
MPEG2Source("C:\Documents and Settings\Matthew the Genius\Desktop\Encode\[2004.12.29]BoA - My Name + Spark (SBS)\[2004.12.29]BoA - My Name + Spark (SBS).d2v")
ffdshow("default")
It'd be great if anyone could help.
:thanks:
I've been trying to use SPP deblocking during encoding because SmoothD, DeBlock and MDeblock don't give me the results I want but SPP does.
I found this thread after searching.
http://forum.doom9.org/showthread.php?t=102812
avisource("f:\video.avi")
tomsmocomp(0,5,1)
ffdshow("default")
lanczosResize(512,384)
works for me...
"default" uses the same settings you currently have enabled in your ffdshow config
I tried that but it said there wasn't any function called ffdshow.
I'm using FFDShow Rev 1220 20070529.
When I added loadcplugin as the documentation said to do so, I got an error saying
http://xs216.xs.to/xs216/07225/65645df.PNG
If I use loadplugin I get some weird error.
http://img177.imageshack.us/img177/8886/435645dsfdsfdsxf5.png
This is my script if it helps,
loadCplugin("D:\programs\avisynth\plugins\ffavisynth.dll") #What am I supposed to change this to? :confused:
MPEG2Source("C:\Documents and Settings\Matthew the Genius\Desktop\Encode\[2004.12.29]BoA - My Name + Spark (SBS)\[2004.12.29]BoA - My Name + Spark (SBS).d2v")
ffdshow("default")
It'd be great if anyone could help.
:thanks: