Is this possible? I tried DirectShowSource(), which works for ac3, but get a 'specified module could not be found' if I try with an AAC file.
+ Reply to Thread
Results 1 to 16 of 16
-
-
Make sure the AAC checkbox is ticked in LAV Splitter's configuration window.
-
Or use L-Smash ( lsmashaudiosource() in case of mp4/m4a, lwlibavaudiosource() works always) or ffms2 ( ffaudiosource() ).
-
"The number of tracks equals 0".
lwlibavaudiosource()
ffms2 ( ffaudiosource() ).
EDIT: And having downloaded and installed LAV Splitter, DirectShowSource() now causes MPC to just crash completely. -
lwlibavaudiosource() will try to write an index file. Is the folder you are operating in write protected? Try different folder or manually set a different index location or set cache=false to disable completely.
"No function named FFAudioSource". -
Yes, turns out it was read-only for some reason. But MPC is still crashing when I try to preview, installing LAV Splitter has completely broken it.
EDIT: Uninstalled LAV, changed folder permissions, and set cache to false. Still getting the error.
EDIT: Downloaded ffms2, not sure how to install?Last edited by koberulz; 4th Oct 2016 at 13:27.
-
try FFdshow, works with me.
http://ffdshow-tryout.sourceforge.net/download.php
I love it when a plan comes together! -
LAV is the standard splitter that comes with MPC-HC. In my experience it rarely, if ever, crashes. If it crashes with the latest versions you should contact the developers or at least upload the sample file here for others to do it. Note that LAV isn't always used by default in all DirectShow applications. There's the splitters, the video and audio decoders and merits might need to be increased. That's one of the reasons many people prefer l-smash/ffms2 in AviSynth.
-
Using the following aac sample:
http://cdn.online-convert.com/example-file/audio/example.aac
with
Code:DirectShowSource("example.aac")
I love it when a plan comes together! -
run Win7DSFilterTweaker, shows us what it says about aac
I love it when a plan comes together! -
try it, never used Vista. See what it displays about aac...
I love it when a plan comes together! -
Can't, I just get an error saying it doesn't support my version of Windows.
-
perhaps someone with more experience can help you, have you instaled codec packs? in the meantime try the microsoft codec utility fix:
http://download.microsoft.com/download/E/2/3/E237A32D-E0A9-4863-B864-9E820C1C6F9A/Micr....Codec.Run.exeI love it when a plan comes together!
Similar Threads
-
Using avisynth on an mp4 file with AAC audio
By pooksahib in forum Video ConversionReplies: 9Last Post: 27th May 2016, 07:30 -
How to open AVC and AAC in VirtualDub (AviSynth/DShowPlugin)?
By klischee in forum EditingReplies: 37Last Post: 8th Aug 2014, 02:38 -
Can't open .mp4 AVC/AAC video in Virtualdub
By sum_guy in forum EditingReplies: 4Last Post: 27th Feb 2014, 17:04 -
How to open AAC audio file?
By blackion in forum Newbie / General discussionsReplies: 15Last Post: 27th Jul 2013, 22:03 -
Encoding AAC Audio from an Avisynth script
By pengy in forum AudioReplies: 3Last Post: 6th Sep 2012, 13:09