Hello,
I'm using VirtualDub2 v44282
Although I installed the AC3ACM64 plugin as well as many codecs (see attached file), VirtualDub2 does not recognize .ac3, .aac… audio (see attached file). And every time I have to extract the audio file, convert it to .mp3 and add it as "Audio from other file".
Is there a way to have audio files recognized by Virtualdun?
Thanks for your help
+ Reply to Thread
Results 1 to 16 of 16
-
Windows 10 x64 v2004, Intel Core i7, 12GB RAM, 1TB HD
-
– Generally speaking, when requesting help on this forum, you shouldn't mention that you need help to deal with illegally acquired movies, AKA “warez”.
– Even when it comes to these things, the AVI + Xvid + AC3 combo with a 704x368 resolution is seriously antiquated and should be outlawed by now.
– I checked a few such files I happen to have lying around (actually stuff recovered from a HDD purchased used – I wouldn't even bother downloading anything with such lousy quality anyway) : strangely, the first one I tried had the audio not recognized in VirtualDub2, as mentioned (using v. 43073 which is beginning to be a bit obsolete), but the second one worked, although both have 5.1 AC3 audio. I tried the first one again, but changed the input driver : “Open” => “Input driver” => “Caching input driver” (instead of the default “Audio/video interleave input driver”), then the audio could be played properly.
– Installing sh*tloads of codecs haphazardly is not recommended.Last edited by abolibibelot; 1st Jan 2021 at 19:35.
-
If you want to recompress the audio, make sure that the "Full processing mode" item in the Audio menu is ticked
At least this is how things work in the "normal" VirtualDub."Programmers are human-shaped machines that transform alcohol into bugs." -
VirtualDub2 comes with an AC3 decoder. And your screenshot shows you have an AC-3 ACM encoder. What's the problem?
-
TNX for replying
However, how do you proceed to change the input driver : “Open” => “Input driver” => “Caching input driver”?
I can't find such command in VirtualDub2.
RegardsWindows 10 x64 v2004, Intel Core i7, 12GB RAM, 1TB HD -
Finally, I find how to change the input driver.
When the input driver is (default) "Caching input driver", VirtualDub2 does not recognize .ac3, .aac… audio (see above image).
On the other hand, if the input driver is "Audio/Video interleave input driver (internal" (see image), VirtualDub allows me to select "AC-3 ACM Codec" in 3/2 channels, no Mono or Stereo (see image).
So, when I start saving the video, VirtualDub returns the error message "Error initializing audio stream compression. Not installed audio codecs could compress the source audio to the desired format…" (see attached image). Yet, AC3 codecs, AAC are installed (see attached file installed codecs above).
Thanks for your helpWindows 10 x64 v2004, Intel Core i7, 12GB RAM, 1TB HD -
VirtualDub2 is only showing formats that match your audio type. I believe you can tick the Show All Formats option to see others. But if you pick one that doesn't match your audio it will fail.
Use Audio -> Conversion to downmix to stereo or mono if that's what you want. Audio -> Full Processing Mode must be enabled. -
Well seen
Thank you very muchWindows 10 x64 v2004, Intel Core i7, 12GB RAM, 1TB HD -
In the audio compression window you're selecting the format for re-encoding. Your source is 6 channel according to the MediaInfo details you posted.
If the source is AC3 and you want the output to be AC3, why are you recompressing it? You're selecting the method for re-encoding the audio when you select the AC3 ACM codec.
To avoid re-encoding, open the AVI using the Audio/Video Interleaved method, and select Direct Stream Copy under the Audio menu.
The original AC3 audio will simply be copied to the output file. No need to decode and recompress it. Make sure you open it that way as the Caching Input Driver always decodes, so you can't use Direct Stream Copy.
[Attachment 56662 - Click to enlarge]
If you want the output file to have MP3 audio, which your first screenshot indicates, you have to use Full Precessing Mode, then under the Audio/Conversion menu select Stereo as the number of channels, then for Audio Compression, select FFmpeg MP3. You probably won't see any choices for MP3 unless the audio is stereo, or you convert it to stereo under the conversion menu first, as MP3 only supports stereo audio.
Once you've done this:
[Attachment 56663 - Click to enlarge]
You should see this:
[Attachment 56664 - Click to enlarge]
Click "Config" to set the quality (I assume that's how it works. I've not used it myself).
The following, I'm guessing, would give you the default VBR quality (-V 2 for LAME MP3, which ffmpeg uses). That's all you need. A higher bitrate won't sound better, as -V 2 is considered to be "transparent". Assuming that's how it works and the fader is selecting the -V number. -V 0 is maximum quality. -V 9 is lowest quality.
[Attachment 56666 - Click to enlarge]Last edited by hello_hello; 7th Jan 2021 at 05:17.
Avisynth functions Resize8 Mod - Audio Speed/Meter/Wave - FixBlend.zip - Position.zip
Avisynth/VapourSynth functions CropResize - FrostyBorders - CPreview (Cropping Preview) -
Thank you very much for this additional information
Windows 10 x64 v2004, Intel Core i7, 12GB RAM, 1TB HD -
Hello,
This time it is another video with AAC audio (see attached image).
Only "Caching input driver" is available. So no audio compression nor Lame MP3, neither AAC nor AC3 are available (see attached image).
Any idea?Windows 10 x64 v2004, Intel Core i7, 12GB RAM, 1TB HD -
Are you sure you have full processing mode enabled under the audio menu?
None of what I can see in your screenshots should have any bearing on the type of audio compression you can use.
The menu where it displays Caching Input driver is interactive. It depends on the chosen "File Open" type, and the selected source file. For example:
"ffmpeg video" is selected as the file type (as far as I know, "ffmpeg video" (or audio) is the Caching Input Driver).
[Attachment 56681 - Click to enlarge]
"All media types" selected. Now I can choose between the Caching Input Driver and the AVI Input Driver.
[Attachment 56682 - Click to enlarge]
Select an MKV to open though, and the option disappears. The AVI Input Driver can't open MKVs.
[Attachment 56683 - Click to enlarge]
Select an m2v file, and now the second option changes to mpeg.
[Attachment 56684 - Click to enlarge]
Select a File Type that only the Caching Input Driver can open, and the lower drop down box is greyed out again.
[Attachment 56685 - Click to enlarge]
It's rather interactive, and even the type of file selected in the File Name section can change your options, but VirtualDub2 is trying to only offer you the appropriate options for the File Type selected in the drop down list, and the type of file in the File Name section, however none of that should have anything to do with your ability to choose an audio compressor for the output once you've opened a file.Avisynth functions Resize8 Mod - Audio Speed/Meter/Wave - FixBlend.zip - Position.zip
Avisynth/VapourSynth functions CropResize - FrostyBorders - CPreview (Cropping Preview) -
YES, I have Full processing mode enabled under the audio menu.
The video I'm using (convert) is an MKV. So, the input drive option disappears (gray). No audio compression is available. PCM (no audio compression) is used by default (see attached).
When I save that video, the resulting file sized several GB because the audio data is huge.
Aside from the ability to extract the audio file, convert it to .mp3 and add it as "Audio from other file".
Is there any way to compress the audio with VirtualDub2?
RegardsWindows 10 x64 v2004, Intel Core i7, 12GB RAM, 1TB HD -
Once again, turn on Show All Formats and you'll see why those audio codecs aren't available.
-
When I tick "Show all format", all codecs/formats appears (see image). But, as soon as I click on [OK], the "Select Audio Compression" is closed, "Show all format" turned off and therefore no more audio compression available.
Windows 10 x64 v2004, Intel Core i7, 12GB RAM, 1TB HD -
Similar Threads
-
Converted AAC audio from a movie to AC3 but burned BD still doesn't work
By fistigeburt in forum AudioReplies: 4Last Post: 9th Sep 2020, 14:52 -
batch Mkvmerge to select only the AC3 audio and ignore any AAC audio
By olpdog in forum EditingReplies: 3Last Post: 11th Aug 2019, 04:00 -
How to convert only Audio (DTS to AAC/AC3) for Video File in MKVToolNix GUI
By brijeshkumarsingh in forum Video ConversionReplies: 1Last Post: 28th Nov 2018, 07:11 -
convert AC3 audio in my MP4 videos to AAC
By njitgrad in forum AudioReplies: 13Last Post: 4th Feb 2018, 16:08 -
Convert 5.1 audio AAC to AC3 DVD - Pal Vob- no audio for voices
By allrounder55 in forum AudioReplies: 0Last Post: 20th Aug 2017, 02:22