Adobe Premier Pro sound problem
-
Hedgehog661
- Joined: Sun Jun 12, 2005 12:20 am
Re: Adobe Premier Pro sound problem
I think the episodes i created are interlaced because they have random horizontal lines.. is there anyway to redo the episodes so they're progressive?
-
Hedgehog661
- Joined: Sun Jun 12, 2005 12:20 am
Re: Adobe Premier Pro sound problem
sorry to bother you guys soo much too but also is there a better way than this to just rip my episodes to have on my computer and watch later? lol
- 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
You should Read all of this. It will tell you how to go through everything tech wise you could ever need to know. Read it then come back with your specific questions.
-
Hedgehog661
- Joined: Sun Jun 12, 2005 12:20 am
Re: Adobe Premier Pro sound problem
I got a few of the episodes deinterlaced and set to 720 x 480 running at 23.976 fps.
I tried encoding with huffyuv and Lagarith but the files were huge (14gb and 5gb) for one episode... is there a way to make them smaller? (~200mb each?)
I tried encoding with huffyuv and Lagarith but the files were huge (14gb and 5gb) for one episode... is there a way to make them smaller? (~200mb each?)
- 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 installed the AMVApp and are using Premiere, you can simply import the avs script directly into your project. But to answer your question, no, there isn't. Lossless files are necessarily bigger to maintain visual quality. It's better to just make clips, however, instead of converting entire episodes.
-
Hedgehog661
- 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.
-
Hedgehog661
- 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)

