ripped audio and avi files

If you have questions about compression/encoding/converting look here.
Locked
Foxfire0666
Joined: Thu Dec 16, 2004 3:32 pm
Org Profile

ripped audio and avi files

Post by Foxfire0666 » Sun Jul 15, 2007 6:07 pm

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)

User avatar
taifunbrowser
Joined: Sat Sep 11, 2004 7:39 pm
Location: DDR ARCADES
Contact:
Org Profile

sdaf

Post by taifunbrowser » Sun Jul 15, 2007 6:30 pm

.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).

User avatar
taifunbrowser
Joined: Sat Sep 11, 2004 7:39 pm
Location: DDR ARCADES
Contact:
Org Profile

asdf

Post by taifunbrowser » Sun Jul 15, 2007 6:31 pm

*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:

Code: Select all

video = mpeg2source("d2v")
audio = WavSource("wav")
AudioDub(video,audio)
TFM(d2v="d2v")
TDecimate()
works.

Foxfire0666
Joined: Thu Dec 16, 2004 3:32 pm
Org Profile

Post by Foxfire0666 » Mon Jul 16, 2007 1:04 am

thanks, that got the sound working, Im going to try dling vfapi now

Foxfire0666
Joined: Thu Dec 16, 2004 3:32 pm
Org Profile

Post by Foxfire0666 » Mon Jul 16, 2007 1:47 am

well I tried vfapi but when ever I try and put a file into it, it just gives a weird error that doesnt give any sort of explination what is wrong

Locked

Return to “Conversion / Encoding Help”