I'm not sure where I should be posting this thread, so please feel free to move it if necessary.
I've been trying to install the Lame ACM encoder on my Vista 64 bit OX but it just won't install properly. I know that I have to use a slightly different method of installing 32bit encoders on a 64 bit OS. I've managed to successfully install Huffyuv and Lagarith (both 32 bit) on my system by:
1. Opening up a command prompt by typing "cmd" in the run box and pressing Ctrl+Shift+Enter (to run as Administrator).
2. Changing directories to sysWOW64 ("cd C:\windows\syswow64")
3. Typing the following (example_path replaced with the actual path to the extracted files), then hit enter: rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 0 c:\Temp_Folder_Path\codecXXX.inf
I've also tried installing using the conventional method but to no avail. I've even manually added registry entries to the ControlSet and copying the LameACM.acm and LameACM.xml files to the SysWow64 and System32 folders.
I've tried using Lame version 3.97 and Lame 64 bit. Lame 64 bit causes VirtualDub to crash whenever I try to open the Audio Compression settings window. Newer versions of Lame do not have the ACM files.
Any help or suggestions would be much appreciated.
Thanks in advance.
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 24 of 24
Thread
-
-
You could try using a 32bit command prompt; that way SysWOW64 and System32 are the same thing.
Also remember when adding registry keys for 32bit dll's, don't add them as they appear since they need to go in the 32bit section of the registry.
Might be worth writing an installer in InnoSetup. Works fine in XP x64, no idea about Vista though. -
I finally figured out the problem (after about 8 system restores after each failed installation).
For some reason, Vista had a block on the LameACM.inf, LameACM.acm and lame_acm.xml because the files "came from another computer". How silly... and there were no indication whatsoever that the files were being blocked. I so happened to right click and view the properties of the files and found that they were blocked. I simply "Unblocked" each of the files and installed it by:
1. Opening up a command prompt by typing "cmd" in the run box and pressing Ctrl+Shift+Enter (to run as Administrator).
2. Changing directories to sysWOW64 ("cd C:\windows\syswow64")
3. Typing the following (example_path replaced with the actual path to the extracted files), then hit enter: rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 0 c:\Temp_Folder_Path\codecXXX.inf
And now Lame shows up as an encoding option in VirtualDub! I wonder how many more of these ridiculous "hidden security features" windows has to waste my time with.
Hope this helps others out there. -
I wonder how many more of these ridiculous "hidden security features"
windows has to waste my time with.
and Windows Vista is an even-bigger oversized OS,
intended to transform our PCs into mere carnivalish
media players, I'm afraid the most appropriate comment
about the statement quoted above is:
"You have seen nothing yet!" :-(
=====================================
P.S.:
Hope this helps others out there. -
-
@edt: Thanks for finding this! I just spent hours trying to get 32-bit Lame ACM to install, and it was the blocking files that were preventing it (as a side note, the temporary path cannot contain spaces, either). Just started my first encoding using 32-bit tools on 64-bit OS.
@wilbernot: The files are in c:\lame, and you told the installer they are in c:\temp. -
I can't get this to work. I'v checked the properties of the lame files and I don't see any setting for it being "blocked". The error I get is "Cannot copy files to destination folder. Retry?" and it just repeats if I retry. I've made sure my file locations are EXACTLY correct, so I don't understand what is going wrong.
Edit: ...ARGH! I wasn't running command prompt as an admin. Those little details nobody mentions... -
I have the same problem but don't understand this blocking thing? I have checked the security tab under properties for the files but I have never seen/heard about this blocking thing before - where would I see if the files were blocked?
Part from that I've done exactly what is suggested above but I still have the same error message - any other ideas...?//Richard -
i did all of the above but i get an error messange:
error in setupapi
missing entry:installhinfsection
any help? -
I followed exactly the advise to install codecs (both changing security settings and running command prompt as administator), either lame mp3 or ac3, do not get any error messages as if everything installs properly, and yet VirtualDub does not show either codecs. Please advise.
Foxconn A79A-S|AMD Phenom 9950 BE|8GB RAM|150GB WD Velociraptor|2 HD4850 in Crossfire|Windows Vista 64 Ultimate SP1
Abit NF7-S|AMD Barton 2500|1GB RAM|3*160GB HD|HD3850|Windows XP Pro SP3 -
Originally Posted by edt
-
I really need help from anyone - but let me first thank you for the clear-up on installing 32-bit codecs on 64-bit systems! That certainly helped...
Back to my problem: Has anyone had conflicts running both versions of the codec? Sony Vegas Pro 8.1 (64-bit) will no longer render HuffYUV - and I can't even configure settings for the codec before rendering! When I start to render all I see is the ETA keep rising above 30mins and even further, without any progress (I check the task manager, which tells me the processor isn't doing anything - very strange). I have a 60min feature I just completed and now this! And just earlier I did some in-project rendering with huffyuv 64 ...
Can anyone give any leads? Should I just focus on using HuffYUV 32 or 64 and trash the other?
Any help appreciated!
-- DGT -
Recommended reading. Older short thread.
http://forum.doom9.org/showthread.php?t=117724
64 bit stuff
http://members.optusnet.com.au/squid_80/ -
Hi,
I did everything like MysticOdin said and was looking that it was installed but still in my VirtualDub doesn't exist. Can someone help me to solve this problem. I'm newbe in this subject and please be patient about my lack of knowledge of some things.
My OS is Vista x64, and I have VirtulDub 1.9.9 x64 and VirtualDub 1.9.7 and on both. I cannot use lame MP3. In virtualdub 1.9.7 I see in audio compression lame mp3 but when I choose, I've got the message: Error initializing audio stream decompression:
No installed audio codec could be found to decompress the compressed source audio.JKoniak -
To anyone with a 64-bit OS, if nothing else is working for you, try this (worked for me):
1. Download the LAME x64 files (including .INF) here: http://members.optusnet.com.au/squid_80/lame64.zip
2. Open an instance of command prompt (Start --> Run --> cmd)
3. Change working directory to system32 (yes, system32) by typing "cd C:\windows\system32"
4. Type the following: rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 0 c:\Temp_Folder_Path\LameACM.inf
Make sure to replace c:\Temp_Folder_Path with the folder you actually have the extracted lame64.zip files in (for example, your desktop).
I hope this method works for you! -
Hi All,
I've followed every single step as mentioned above, but still receiving the following error message: "An Error occurred while copying file LameACM.acm. Cannot copy file to destination directory.'
What else should I do in order to get Lam MP3 working in the virtualdub???????
-
wonder if he made sure the .acm file is in there too, not just the .inf, just a quick thought since at one point i too copied the inf file for the install, and this message popped up. note for anybody else thats having this problem.
-
Just a quote from pcspeak's link:
64-bit versions belong in system32. 32-bit versions belong in syswow64.Last edited by Newrone; 10th Aug 2011 at 18:00. Reason: Correction
-
Thanks NoBugsOnMe! This worked for me.
-
-
-
-
Similar Threads
-
Cannot install lame mp3 on vista x64
By jarko in forum AudioReplies: 14Last Post: 28th Apr 2010, 03:12 -
eSATA and Autoplay in Vista x64
By Poppa_Meth in forum ComputerReplies: 2Last Post: 19th Aug 2009, 05:49 -
how to setup automkv to use lame mp3 encoder instead of fraunhofer
By deejay.2001 in forum Video ConversionReplies: 0Last Post: 1st Aug 2009, 06:42 -
Best codecs for Vista x64
By dbone1 in forum Software PlayingReplies: 0Last Post: 31st Dec 2008, 10:24 -
Vista x64 ?
By seadragon in forum SVCD2DVD & VOB2MPGReplies: 1Last Post: 13th Nov 2007, 04:45