Sorry I'm sure this is old news to most but I can not find the answer to this!
I am making a video in Premiere and want to encode it. I suppose I want to use xVid, which I have installed on my comp, but there is no option to use xVid in the "Adobe Media Encoder".
Is there a plug-in or something I need to install? I am lost. I understand what codecs to use and such, but do not know how or what programs to use for the actual encoding!
Also on a minor note, how can I crop the video in Premiere? In the Sequence window it looks fine, but in the players after I export I have a large amount of extra!
Thanks!
Encoding and crop questions.
-
- Joined: Wed Oct 29, 2003 11:51 pm
Encoding and crop questions.
This is my signature. There are many like it, but this one is mine.
- Unfound
- Joined: Thu Dec 11, 2003 5:38 pm
- Location: Joisey
- Contact:
First off, you should export to HuffyUV out of Premiere and the encode to Xvid in Virtual Dub Mod using the two pass method mentioned in the guides. (Too lazy to link). Also, for cropping, you can use either Virtual Dub Mod (Its in the filters column) or use an AVISynth script:
AVISource("File Name/File location.avi")
Crop(0,0,0,0)
Then, just change around the numbers to your liking.
AVISource("File Name/File location.avi")
Crop(0,0,0,0)
Then, just change around the numbers to your liking.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
What Unfound said. Premiere sucks at post-processing, so you want to export lossless and then use something else (read: VirtualDubMod) to compress.Speedy_Lube wrote:I am making a video in Premiere and want to encode it. I suppose I want to use xVid, which I have installed on my comp, but there is no option to use xVid in the "Adobe Media Encoder".
Is there a plug-in or something I need to install? I am lost. I understand what codecs to use and such, but do not know how or what programs to use for the actual encoding!
In Premiere Pro: apply the Garbage Matte and adjust as necessary.Speedy_Lube wrote:Also on a minor note, how can I crop the video in Premiere? In the Sequence window it looks fine, but in the players after I export I have a large amount of extra!
In Premiere 6.5 or lower: apply the Clip effect and adjust as necessary.
Just make sure that the third and fourth numbers are <i>negative,</i> otherwise it won't work right.Unfound wrote:Also, for cropping, you can use either Virtual Dub Mod (Its in the filters column) or use an AVISynth script:
AVISource("File Name/File location.avi")
Crop(0,0,0,0)
Then, just change around the numbers to your liking.
-
- Joined: Wed Oct 29, 2003 11:51 pm