Okay so I'm not really sure if this topic should be in this category, so to the moderators, please do move this thread to the proper category if that's the case.
So here's the problem. I'm not really sure why, or maybe it's just that I don't know much about Windows 7. I can't get Virtualdub or VirtualDubMOD to work on Windows 7. Before when I was still using XP, everything was alright, but I had to buy another laptop 'cause something happened to its LCD.
Whenever I use Avisynth with VD or VDMOD to put in MKV files and convert the to xvid, there's no problem with the video output. The problem is that whenever I'm going to compress the file's audio to mp3 or any other format, there are no options in the box beside the list of codecs installed.
Now when I use the DirectShow driver input for VD to put in MKV files, there's no problem with compressing the audio to other formats, but then the video output keeps on repeating frames (a specific frame keeps on appearing). I really don't know why that happens.
Also I tried demuxing the audio using VDMod, 'cause I was thinking of using a new file (not the one that's with the file but the demuxed one and I'm going to convert it to mp3) with the file and then proceed with the conversion. But the wav output was very bad and it's very fast.
So please kindly help me here and if there's anyone who's having (or has experienced) the same problem, your responses will be greatly appreciated.
Okay, not that I'm dismissing the suggestions that you're going to give to me, but it would be greatly appreciated if those suggestons are related to VD or VDMOD and not other video editing/converting software, 'cause for me it's easier to use the said two softwares.
+ Reply to Thread
Results 1 to 19 of 19
-
-
Audio -> Full Processing
Audio -> Conversion... convert to something that's compatible with your MP3 encoder. For example, 48 KHz, 16 bit, stereo, high quality.
Here's a video with 4 channel audio:
The mp3 encoder doesn't support 4 channel audio so it shows no options:
After converting the audio to stereo you can see supported options:
Last edited by jagabo; 30th Oct 2011 at 06:29.
-
how do I determine the number of channels of the audio inside the file? it's an mkv file.
-- oh wait, lemme try that first. -
don't see any "downmix". it is the output? cause if it is, i already tried that and still, the error shows.
-
ffdshow is directshow decoder (not used by vdub unless you load through directshow). He was using that as an illustration of something similar you should look for in your ac3 acm decoder
Whenever I use Avisynth with VD or VDMOD to put in MKV files and convert the to xvid, there's no problem with the video output. The problem is that whenever I'm going to compress the file's audio to mp3 or any other format, there are no options in the box beside the list of codecs installed.
e.g. (I''m assuming this is 5.1 audio source)
Code:a=ffaudiosource("video.mkv") fl = GetChannel(a, 1) fr = GetChannel(a, 2) c = GetChannel(a, 3) lfe = GetChannel(a, 4) sl = GetChannel(a, 5) sr = GetChannel(a, 6) l_sl = MixAudio(fl, sl, 0.2929, 0.2929) c_lfe = MixAudio(lfe, c, 0.2071, 0.2071) r_sr = MixAudio(fr, sr, 0.2929, 0.2929) l = MixAudio(l_sl, c_lfe, 1.0, 1.0) r = MixAudio(r_sr, c_lfe, 1.0, 1.0) MergeChannels(l, r) audio=last video=ffvideosource("video.mkv") audiodub(video,audio)
-
okay, can you tell me how to downmix the audio which is a 6-channel aac?
-
The same way. You can use the same script (I'm assuming the aac is in the mkv)
-
http://code.google.com/p/ffmpegsource/
unzip , place the .dll, .avsi, and .exe in the plugins folder to audioload
This is better than directshow, because directshow isn't necessarily frame accurate and can cause problems (like on your system right now) . ffms2 doesn't rely on system installed codecs for decoding.
If you cleaned up your directshow filters, it should work too with directshowsource() or vdub directshow plugin. Then you could use ffdshow as in the screenshot above to downmix. You would need preferred filter tweaker for this on windows7
https://www.videohelp.com/tools/Preferred-Filter-Tweaker -
okay, I don't know how to use that. never used that before.
-- tried putting the dll in avisynth's plugin folder, but then virtualdub's not responding after using the script. -
-
poisondeathray, no the program stops working, and so Windows 7 stops working on it and finds a solution, blah blah blah.
Anyway, I've found a solution. thanks to those who replied (jagabo, poisondeathray and Gavino).
I was so stupid, didn't think that it was possible. the answer's here actually:
I dunno why, but it seems that whenever I'm using Avisynth, the audio's not being sent to VD using DirectShow, or something like that. And so here's what I did:
I used Avisynth to put the MKV file in VD, and then click Audio>Audio from other file, and then in the drop down list, use DirectShow driver Input, then select the same file (the MKV) and that's it. I can now compress the audio and it's already in stereo when you use the DirectShow driver Input. -
Did you goto your directshow decoder settings and tell it to decode ac3 to 2 stereo? Maybe that will fix it and save you a step. If you are using directshowsource to feed the mnkv into vdub then it will not matter what acm codec u have installed or configured.
If you want to see what I've done with my videos,
check out my video work on youtube, http://www.youtube.com/user/duhmez/
Similar Threads
-
Virtualdub or Virtualdubmod for DV AVI trimming?
By sasuweh in forum Video ConversionReplies: 8Last Post: 19th Oct 2010, 21:31 -
VirtualdubMod - no ac3 sound in Windows 7 64?
By burcs in forum AudioReplies: 0Last Post: 8th Feb 2010, 17:09 -
Constant bugs with Virtualdub & Virtualdubmod
By XDPD7 in forum Video ConversionReplies: 2Last Post: 18th Jul 2009, 11:18 -
BD to AviSynth (Or VirtualDub/VirtualDubMod) ???
By RogerTango in forum Blu-ray RippingReplies: 4Last Post: 3rd Jan 2009, 08:31 -
Cannot open RM files in VirtualDubMod in Windows Vista
By hzgg2 in forum EditingReplies: 2Last Post: 8th May 2008, 15:43