Hi
I'm a cat
please, thanks
I'm looking for a directshow PCM audio codec 64bit for windows, where I can find it?
+ Reply to Thread
Results 1 to 5 of 5
-
-
PCM is integral part of system so driver (codec) is already installed in your OS.
-
but mainconcept totalcode 64bit cannot open a .avs that have audio LPCM, or seems that
Eactly I cannot find any solutions: when I use Avisynth R3661 or lower version --> all is ok.
When I install Avisynth > R3661 --> Mainconcept won't read the audio part of the avs file
what can it be^? -
Try to open the avs with virtualdub2.Originally Posted by marcorocchini;2792953
When I install [url=https://www.videohelp.com/software/Avisynth
Does this work (with audio)?
If not, there is a problem with your source commandline. -
I can't exactly understand the problem, but using versions of Avisynth equal to or lower than R3661: Mainconcept correctly opens the audio content of an .avs file while versions higher than R3661 happen that perhaps the directshow system denies the use of the audio part to the requesting program.
For now I have half solved the problem with these entries in the registry:
Code:reg delete "HKEY_CLASSES_ROOT\Media Type\Extensions\.avi" /va /f reg delete "HKEY_CLASSES_ROOT\WOW6432Node\Media Type\Extensions\.avi" /va /f reg delete "HKEY_CLASSES_ROOT\Media Type\Extensions\.avs" /va /f reg delete "HKEY_CLASSES_ROOT\WOW6432Node\Media Type\Extensions\.avs" /va /f reg add "HKEY_CLASSES_ROOT\Media Type\Extensions\.avi" /v "Media Type" /t REG_SZ /d {E436EB83-524F-11CE-9F53-0020AF0BA770} /f reg add "HKEY_CLASSES_ROOT\Media Type\Extensions\.avi" /v "SubType" /t REG_SZ /d {e436eb88-524f-11ce-9f53-0020af0ba770} /f reg add "HKEY_CLASSES_ROOT\WOW6432Node\Media Type\Extensions\.avi" /v "Media Type" /t REG_SZ /d {E436EB83-524F-11CE-9F53-0020AF0BA770} /f reg add "HKEY_CLASSES_ROOT\WOW6432Node\Media Type\Extensions\.avi" /v "SubType" /t REG_SZ /d {e436eb88-524f-11ce-9f53-0020af0ba770} /f reg add "HKEY_CLASSES_ROOT\Media Type\Extensions\.avs" /v "Media Type" /t REG_SZ /d {E436EB83-524F-11CE-9F53-0020AF0BA770} /f reg add "HKEY_CLASSES_ROOT\Media Type\Extensions\.avs" /v "Source Filter" /t REG_SZ /d {B98D13E7-55DB-4385-A33D-09FD1BA26338} /f reg add "HKEY_CLASSES_ROOT\Media Type\Extensions\.avs" /v "Source Filter.LAV" /t REG_SZ /d {D3588AB0-0781-11CE-B03A-0020AF0BA770} /f reg add "HKEY_CLASSES_ROOT\WOW6432Node\Media Type\Extensions\.avs" /v "Media Type" /t REG_SZ /d {E436EB83-524F-11CE-9F53-0020AF0BA770} /f reg add "HKEY_CLASSES_ROOT\WOW6432Node\Media Type\Extensions\.avs" /v "Source Filter" /t REG_SZ /d {B98D13E7-55DB-4385-A33D-09FD1BA26338} /f reg add "HKEY_CLASSES_ROOT\WOW6432Node\Media Type\Extensions\.avs" /v "Source Filter.LAV" /t REG_SZ /d {D3588AB0-0781-11CE-B03A-0020AF0BA770} /f
Similar Threads
-
DSCmd - a little DirectShow-based command-line media player for Windows
By fluxus in forum Latest Video NewsReplies: 7Last Post: 8th Dec 2025, 05:24 -
need a 64bit for Windows LPCM directshow audio codec
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 18th Apr 2025, 07:33 -
Avermedia usb hd capture c874 in windows 10 64bit
By merlluza in forum Capturing and VCRReplies: 1Last Post: 31st May 2023, 23:29 -
AVI conversion with audio codec PCM
By jpgiz in forum Video ConversionReplies: 5Last Post: 7th Apr 2023, 14:15 -
compile vs-placebo for Windows 64bit?
By Selur in forum ProgrammingReplies: 3Last Post: 19th Jul 2021, 14:27



Quote