I have an MKV file which contains an MPEG-4 h.264 video stream and an AAC audio stream. I've installed Avisynth 2.5.8 and MatroskaSplitter, otherwise known as the Haali Media Splitter, as well as FFDshow.
My goal here is to convert the MKV file to an AVI. Yes, I've read all the tutorials on how to do this, including numerous YouTube videos, but for some reason I don't hear any audio. At present, when I double click the .MKV file, it opens in Windows Media Player and sound is present. When I open my .AVS script in WMP, as below:
DirectShowSource("D:\test.mkv")
...I get video, but no audio. If I open the .AVS script in VirtualDubMOD (latest version), same thing, the video will play but no audio. If I open it in VirtualDub (latest version), worse results, I get a black window and the video will not play at all!
I'm using Windows 7 64-bit. I just tried the CCCP pack (un-installed FFDshow before hand), no difference.
Any ideas? If you need screenshots of anything, please let me know.
Thanks.
+ Reply to Thread
Results 1 to 4 of 4
-
-
You might have to set ffdshow as the preferred audio decoder using Preferred Filter Tweaker in windows7.
OR use another converter that does not need avisynth, like xmedia recode, winff (ffmpeg frontend) or an older version of handbrake (0.9.3). -
Thank you! Without knowing why, the 32-bit FFDshow was using the Microsoft AAC filter, despite me specifically setting it to FFDshow when I installed this package. Many thanks.
Question, I notice VirtualDub now loads fine and plays the video. Is conversion in VirtualDub preferrable over VirtualDubMOD? I know VDM is an older piece of software.
Last edited by aln688; 2nd Apr 2010 at 05:17. Reason: Added a question
Similar Threads
-
Opening Avisynth script on virtualDub - Error Message
By HugoBraule in forum Newbie / General discussionsReplies: 2Last Post: 25th Apr 2010, 21:48 -
MVTools & AVISynth script question with FFDShow
By Gnodab03 in forum Software PlayingReplies: 7Last Post: 8th Jan 2010, 19:05 -
Any avisynth script for audio adjusting?
By flatbush in forum AudioReplies: 2Last Post: 29th Sep 2009, 15:37 -
Error when opening avs in VirtualDubMod
By chrishallowell in forum Newbie / General discussionsReplies: 6Last Post: 28th Aug 2007, 07:57 -
Audio in AviSynth script
By leghorn in forum EditingReplies: 1Last Post: 1st Jul 2007, 04:03