ripped audio and avi files

This forum is for questions and discussion of all the aspects of handling your footage. If you have questions about capturing/ripping footage, AviSynth, or compression/encoding/converting, look here.

ripped audio and avi files

Postby 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)
Foxfire0666
 
Joined: 16 Dec 2004

sdaf

Postby 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: 11 Sep 2004
Location: DDR ARCADES

asdf

Postby 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.
User avatar
taifunbrowser
 
Joined: 11 Sep 2004
Location: DDR ARCADES

Postby Foxfire0666 » Mon Jul 16, 2007 1:04 am

thanks, that got the sound working, Im going to try dling vfapi now
Foxfire0666
 
Joined: 16 Dec 2004

Postby 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
Foxfire0666
 
Joined: 16 Dec 2004


Return to Footage Help

Who is online

Users browsing this forum: No registered users and 0 guests