Hi allI'm using window 7 64 bit, avisynth 2.5 32bit and i have just install K-Lite codec Pack 10.0.5 which include both 32 and 64bit version.
But i dont know how to make ffdshow 64bit as default (prefer) x264 decoder. It's allway use FFdshow 32bit as default x264 decoder.
I tried disable all in Media Foudation in Win7DSFilterTwaker tool but no luck. When play x264 (in avi container) via MPCHC, it still using FFDshow 32bit, when open avsscript
via MPC or open it in aegisub, it still using FFdshow 32bit as video decoderCode:DirectShowSource("videopath.avi")
So anyone please tell me how can i do to make FFDshow 64bit allways is defaul x264 decode.
Thank you.
+ Reply to Thread
Results 1 to 11 of 11
-
Last edited by xicudiz; 8th Oct 2013 at 08:55.
-
32 bit software requires 32 bit codecs and filters. 64 bit software requires 64 bit codecs and filters. The two don't mix.
-
@jagabo: i got problem when install avisynth 64 bit. I downloaded 64 bit Avisynth 2.5.8 w/multithreading from http://forum.doom9.org/showthread.php?t=162558. Follow instruction in readme.txt. (copy avisynth.dll devil.dll from downloaded folder after unrar to C:\Windows\System32)But when run avisynth64_install.cmd i got error msg: 64-bit windows not detected.I'm pretty sure that my system is win 7 64 bit, have avisynth 2.58 32bit installed and run avisynth64_install.cmd as administrator.
Any advise? -
Check if Windows is 64 bit with Start -> Computer (right click) -> Properties. Or from Control Panel select System. Halfway down the page you should see "System Type: 64-bit Operating System".
By the way, I don't really recommend using 64 bit AviSynth. Many filters are only available in 32 bit versions. You'll be limiting what you can do. There's no real speed advantage to 64 bit programs. Just the ability to use more memory (which can be a problem with 32 bit AviSynth and some filters with high def video). -
-
-
Looking at the CMD file it first checks to see if "HKLM\SOFTWARE\Wow6432Node" exists in the Registry. That should exist on all Win64 systems but the script isn't seeing it for some reason, hence the error message. The test works fine on my 64 bit Win7 computer but maybe it doesn't work in Windows Vista? Maybe "HKLM" needs to be expanded to "HKey_Local_Machine" under Vista?
Similar Threads
-
VirtualDub 64bit doesn't work with ffdshow?
By shun in forum AudioReplies: 2Last Post: 21st Dec 2012, 20:40 -
MultiAVCHD and AVCHDCoder both just don't work with x264 64bit - Why?
By borst_one in forum Authoring (Blu-ray)Replies: 1Last Post: 19th Jan 2012, 10:12 -
I can't change AVC codec to ffdshow under win7(64bit)
By skinney6 in forum Newbie / General discussionsReplies: 8Last Post: 11th Jan 2012, 11:08 -
Windows 7 64bit + ffdshow x64 + TVersity 1.7.2.1 = no subs
By Igniss in forum Media Center PC / MediaCentersReplies: 0Last Post: 12th Dec 2009, 12:25 -
x264, set quantizer to 10 and vary keyinterval to reach set target bitrate?
By frifox in forum Video ConversionReplies: 6Last Post: 20th Feb 2009, 15:59