Adobe Premier Pro sound problem
-
- Joined: Sun Jun 12, 2005 12:20 am
Re: Adobe Premier Pro sound problem
What if I want to just save all the episodes so I have them on my computer. Should I use a program other than virtualdub to convert each episode? Or just encode with a different codec to lower size but keep quality
- The Origonal Head Hunter
- The Propheteer
- Joined: Sat Jul 16, 2005 12:21 am
- Status: Hooked on a Feeling
- Location: State of Denial
Re: Adobe Premier Pro sound problem
If you just want them around for watching purposes, you can just convert them to something like dvix/xvid with VDM.
-
- Joined: Sun Jun 12, 2005 12:20 am
Re: Adobe Premier Pro sound problem
all right awesome, but is there a way to include the sound in VDM cause when I encode the .d2v its just the video. Or is there a different program to use to add the .ac3 file after encoding?
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Adobe Premier Pro sound problem
you can add the audio through avisynth:Hedgehog661 wrote:all right awesome, but is there a way to include the sound in VDM cause when I encode the .d2v its just the video. Or is there a different program to use to add the .ac3 file after encoding?
Code: Select all
video = mpeg2source("your_video_file.d2v")
audio = directshowsource("your_audio_file.ac3")
AudioDub(video, audio)