Log in

View Full Version : Mpegdecoder.dll


Xndo
30th May 2005, 00:38
does anyone know if this will extract or know of a good way to get the audio out of mpeg1 format files ?

and before anyone goes nuts, This ia unrelated topic to one of my pervious posts ( this is for legit Christian Video manipulation )

IanB
30th May 2005, 04:09
Xndo,

Quick and dirty, load the mpeg1 into VirtualDub, turn off the option [Video/Select Range/Cut off audio when video stream ends] and do a "save WAV..."

Or DirectShowSource("mpeg1.mpg", video=false, audio=true)

Or DGDecode to strip the audio off (it may choke with some mpeg1's)

Or TmpegEnc -> [Tools/Demux/...] if you want the raw audio stream

Or ....

IanB

Guest
30th May 2005, 04:45
Originally posted by IanB
Or DGDecode to strip the audio off (it may choke with some mpeg1's)
It currently chokes with *all* MPEG1. But I did just achieve successful I frame decode of MPEG1 in my private build, so hopefully in not too long MPEG1 will be supported.

Xndo
1st June 2005, 01:38
ya that would be just killer when you release the next version for dgindex. I tried to tell my friend that but he's new to the whole dvd production thing. Granted that this decorder dll does make a d2v file, but I'll try to get the other commands given a try. side note: making dvd menus = pain in my butt