Log in

View Full Version : extracting wav from mpg file.


ChAoS Overlord
9th March 2002, 14:41
I have a movie in mpeg, that I want to rip the sound from. So I tried virtualdub/nandub "save to wav"-option. The problem is: I get a 'sync error' message at a certain spot of the ripping. What other way is there to get the soundtrack from this mpeg?

DJ Bobo
9th March 2002, 15:47
there is no wav files in mpeg files.

Use TMPG to demultiplex your file

ChAoS Overlord
9th March 2002, 16:04
Yes I know there are none, but normally it works, it's only with these two mpeg's I have problems, other mpegs I can get wav info from (it is converted back to PCM wave I think).

movmasty
10th March 2002, 22:32
audio and video went out of syncro in that mpg, this happens often,

demux the stream(you will get mpv and mpa files)
then
1)remux audio and video,then reload in vdub
2)or convert that mpa to wav using winamp

ChAoS Overlord
11th March 2002, 19:00
It worked fine!! Thx a million all of you!