No matter which audio format i choose i always get an error if it's a webM:
I already put audio in full processing mode, but it doesn't work.
Can virtualdub2 even save videos with a webm container including audio?
+ Reply to Thread
Results 1 to 2 of 2
-
-
The WebM format supports several audio codecs, which are designed to provide high-quality audio compression while maintaining compatibility with web technologies. The primary audio codecs supported by WebM are:
Opus: This is a highly efficient audio codec that provides excellent quality at low bitrates. It is particularly well-suited for both music and speech.
Vorbis: This is an older but still widely supported audio codec known for its good compression efficiency and high-quality audio output. It is often used in conjunction with the Ogg container format but is also supported in WebM.
PCM (Pulse Code Modulation): A raw audio format that represents analog audio signals in a digital form, typically used for uncompressed audio.
FLAC (Free Lossless Audio Codec): FLAC is a lossless audio codec that preserves the original audio quality without any loss in fidelity. It is often used in Webm files for high-quality audio applications, such as music downloads or archiving.
MP3: While not a native Webm audio codec, some Webm players and browsers may support the inclusion of MP3 audio within a Webm container.
It's important to note that the specific audio codecs supported in a Webm file may vary depending on the software or platform used to create or play the file. Some players or browsers may have limited support for certain audio codecs within the Webm format.
Notes:
You cannot legally mux MP3, AAC, FLAC, or other codecs into a “WebM” file if you want it to remain standards-compliant.
Some MKV players will play additional audio types in an .mkv container, but a file with a “.webm” extension should stick to Vorbis or Opus only.Last edited by videoAI; 11th Jun 2025 at 12:08.
Similar Threads
-
Virtualdub2 capturing 60fps and save the Video as 30fps (slow motion)
By blueliquid in forum Capturing and VCRReplies: 0Last Post: 1st Feb 2024, 04:11 -
all i need is the audio ... problem with virtualdub2
By roeselpi in forum Newbie / General discussionsReplies: 5Last Post: 17th Nov 2022, 22:38 -
QTGMV / VIRTUALDUB2 & 24bit AUDIO Help !!
By Johnnysh in forum Video ConversionReplies: 10Last Post: 11th Nov 2022, 23:58 -
Virtualdub2 and FFmpeg: How do I convert this code to Virtualdub2?
By Guernsey in forum Newbie / General discussionsReplies: 0Last Post: 8th Sep 2020, 04:25 -
How To Use ffmpeg to merge audio_only.webm with video_only.webm
By carlarogers in forum Video ConversionReplies: 3Last Post: 4th Aug 2020, 08:21