ripped audio and avi files
-
- Joined: Thu Dec 16, 2004 3:32 pm
ripped audio and avi files
when I rip with dvd decoder the vob has audio but when I run it though dgindex I cant seem to get any audio and when I convert it to an avi with makeAVIS it runs in media player but when I close out it always gives a crash message and wont load in movie maker (says I dont have the right drivers, I looked over the movie maker thread and saw this topic but I didnt understand any of the fixes ppl said)
- taifunbrowser
- Joined: Sat Sep 11, 2004 7:39 pm
- Location: DDR ARCADES
- Contact:
sdaf
.d2v files, as far as I know, have no "reference" to the audio.
To get audio, in dgindex, go to audio > output method > decode ac3 to wav, and you'll have a wav file you can use. (that's what I'd do at least)
I'm assuming your .avs uses TIVTC to mpeg2source and deinterlace the d2v?
As far as you getting it to makeAvis, try vfapi. You'll probably have better luck (I have).
To get audio, in dgindex, go to audio > output method > decode ac3 to wav, and you'll have a wav file you can use. (that's what I'd do at least)
I'm assuming your .avs uses TIVTC to mpeg2source and deinterlace the d2v?
As far as you getting it to makeAvis, try vfapi. You'll probably have better luck (I have).
- taifunbrowser
- Joined: Sat Sep 11, 2004 7:39 pm
- Location: DDR ARCADES
- Contact:
asdf
*note, you have to "save to project" again after choosing the audio mode to actually do the audio command.
Also, the wav gotten, because tivtc doesn't add / remove frames actively, will synch up fine with your video, so:
works.
Also, the wav gotten, because tivtc doesn't add / remove frames actively, will synch up fine with your video, so:
Code: Select all
video = mpeg2source("d2v")
audio = WavSource("wav")
AudioDub(video,audio)
TFM(d2v="d2v")
TDecimate()
-
- Joined: Thu Dec 16, 2004 3:32 pm
-
- Joined: Thu Dec 16, 2004 3:32 pm