I trying to convert MKV files to AVI. Because MKV have more then one audio tract I have to demux it before open it in VirtualDub. But I do not know how to import AAC audio to VirtualDub using AVISynth. Although I've CoreAAC installed and AAC files are played properly in Media Player Classic. But I can't open them in AVISynth directly. I tried DirectShowSource("File.aac") but it returns could not open either video or audio, could not find proper codec combination.
As a temporal solution I "mux" aac to mka file and it opened in AVISynth properly, but I need extra time to pass throw one more muxing doing this way.
Could someone help me to open AAC files in AVISynth directly?
+ Reply to Thread
Results 1 to 14 of 14
-
-
Hi there.
I recommend "BassAudioSource()" for opening standalone compressed audio files:
http://forum.doom9.org/showthread.php?t=135855&highlight=bassaudio&page=2
You will also need the latest "Bass DLLs" from «un4seen.com».
HTH. -
Originally Posted by lovyagin
-
Oh, pam I doing something wrong? I took BassAudio.dll from 7z archive of https://www.videohelp.com/tools/BeHappy/old-versions#download and put to plugins directory of AVISynth. But it says no function named BassAudioSource()...
-
Originally Posted by poisondeathray
-
As I said, you will also need the files bass.dll AND bass_*.dll,
which should all be copied to a "PATHed" folder (usually the system32 directory). -
Originally Posted by El Heggunte
-
Originally Posted by Gavino
BassAudio.dll, Bass.dl,l Bass_aac.dll - all in PATHed or current directory, script
LoadPlugin("BassAudio.dll")
BassAudioSource("file.aac")
works finely, just strange clean gray video appears, this is weird, but not a problem.
Thanks you all again for help. -
Originally Posted by lovyagin
-
I use DirectShowSource("d:\file.mkv") to open mkv in virtualdub.
I think,therefore i am a hamster. -
Originally Posted by Gavino
Originally Posted by johns0
Similar Threads
-
How to open AVC and AAC in VirtualDub (AviSynth/DShowPlugin)?
By klischee in forum EditingReplies: 37Last Post: 8th Aug 2014, 02:38 -
Lost ability to use Avisynth script to open .flv file with virtualdub.
By DaneClark in forum Video ConversionReplies: 4Last Post: 20th Feb 2011, 11:33 -
How can I open iPhone 4 H264/AAC .MOV files in VirtualDub?
By Syclone0044 in forum EditingReplies: 1Last Post: 24th Nov 2010, 05:18 -
Error with Nero AAC encoder in XVID4PSP - "Could not open AAC encoder&
By TheViking in forum Video ConversionReplies: 2Last Post: 5th Nov 2009, 01:41 -
Avisynth script problem (aac to wav conversion)
By greggery in forum Video ConversionReplies: 0Last Post: 22nd Nov 2007, 11:59