Log in

View Full Version : mpeg2 -> divx conversion question..


t49lnh3ybt
25th November 2006, 21:25
I used dgindex to create d2v and mpa files from a mpeg2 file. I can't encode audio because of mpa. The mpa file is "movie_name T01 DELAY 0ms.mpa". I can play it but can't hear anything. How can I encode audio properly?

CWR03
25th November 2006, 21:29
Open the .mpa file with GSpot and post the information here.

t49lnh3ybt
25th November 2006, 21:43
File Type: MPEG1/MPEG2 (.MP2/.MPA)
Mime Type: audio/mpeg

I think it's too short..

CWR03
26th November 2006, 10:47
MPEG Layer 2 should play fine with Windows' default codecs. There may be a problem with the audio file itself. If all else fails, try running it through something that can convert it to MP3.

Guest
26th November 2006, 14:49
I used dgindex to create d2v and mpa files from a mpeg2 file. I can't encode audio because of mpa. The mpa file is "movie_name T01 DELAY 0ms.mpa". I can play it but can't hear anything. How can I encode audio properly? How did you recombine the audio and video? Did you use AudioDub() as described in the Quick Start guide?

You can get NicAudio.dll and then use:

LoadPlugin("NicAudio.dll")
video=MPEG2Source("myvob.d2v")
audio=NicMPASource("myvob.mpa")
AudioDub(video,audio)

Then encode using that script.