View Full Version : MPEG 1 Audio
Xesdeeni
24th January 2003, 15:23
DirectShowSource() reads the video only from an MPEG 1 file (including VCD .DAT), but not the audio. Is a plugin required to read the audio from the same file?
Xesdeeni
Wilbert
24th January 2003, 15:38
That's not possible. If you want to load the audio you need the plugin MPASource (see FAQ).
Xesdeeni
24th January 2003, 16:25
It looks like that plugin requires the audio be de-multiplexed from the video. Is it not possible to get the audio directly from the MPEG?
Xesdeeni
Wilbert
24th January 2003, 16:31
No, not yet. I hope that MPEGDecoder will be able to do that one of these days. Maybe you can beg Nic about that :)
Nic
24th January 2003, 16:56
LoL, I must have missed MPASource, if the codes open ill try & add it :)
(well actually what ill probably do is add demux code to mpasource and then let people use an return AudioDub(vid, aud) ;) )
-Nic
Wilbert
24th January 2003, 17:08
LoL, I must have missed MPASource, if the codes open ill try & add it :)
Yup, one for AviSynth v2.07 and one for v2.5.
WarpEnterprises
25th January 2003, 21:23
MPASOURCE:
It (only) uses the mpg123-Lib from the current LAME CVS.
The only challenge was to count the samples (which remebered me strongly on NIC's frame-counting problems).
But AFAIK AviSynth should get as precise counts as possible.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.