Is there any way to use qtgmc instead of the built-in yadif filter? My video files are mpeg2, and that should be Directshow compatible. My avs ("A.avs") looks like this:
and then the ffmpeg commandline looks like:Code:SetMemoryMax(1600) SetMTMode(3,8) video=DirectShowSource("S:\TEST5\A.m2v") SetMTMode(2) video=video.AssumeTFF() video=video.QTGMC(Preset="Slow") video=video.SelectEven() video=video.Lanczos4Resize(1920,1080) video2=BlankClip(video,length=102) return(video+video2)
Unfortunately all I get is "AFIFileOpen failed with error -2147221164. S:\TEST5\A.avs: Operation not permitted". Even when I just try to load the video in avisynth, no filters or anything:Code:ffmpeg -v verbose -y -i "S:\TEST5\A.avs" -c:v libx264 -preset slow -b:v 7550k -r:v 30000/1001 -x264opts open-gop:b-pyramid=strict:slices=4:qpmax=51:nr=250 -f rawvideo "S:\TEST5\A.264"
I get the same message. I am currently using the absolute latest version of ffmpeg (N-46469-gc995644 (Nov 5 2012)) with --enable-avisynth and --enable-libx264 and avisynth 2.58. I really need to be able to get the quality of qtgmc here, so how do I do this?Code:DirectshowSource("S:\TEST5\A.m2v")
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
Using Avisynth MT with QTGMC
By agni451 in forum Video ConversionReplies: 11Last Post: 15th May 2014, 07:37 -
FFmpeg Runtime error / FFmpeg git-df82454 32-bit Static (2012-10-03)
By MashedPotatoes in forum Newbie / General discussionsReplies: 5Last Post: 6th Oct 2012, 17:22 -
Add QTGMC Deinterlacer to MeGUI's avisynth script creator drop down list?
By Simcut in forum Newbie / General discussionsReplies: 2Last Post: 30th Jul 2012, 16:58 -
QTGMC Help
By TuFFrabit in forum Newbie / General discussionsReplies: 16Last Post: 23rd Jun 2012, 06:53 -
Help me get started with QTGMC
By JackDanielZ in forum Video ConversionReplies: 20Last Post: 3rd Jun 2012, 09:04