Log in

View Full Version : Converting using MainConcept MPEG Encoder


spawnerlista
9th January 2004, 03:34
How can I expand de height of an AVI conversion with black using MPEG Encoder? The movie has 720x 412 and I wanna expand with black to have 720x480.

bb
21st January 2004, 14:51
Assuming that you're talking about v1.4 there's no option to add black bars. You can only crop or scale (= resize), but neither crop nor scale allow for enlarging the video.

I suggest you use AviSynth for frameserving and its "AddBorders" command.

bb

spawnerlista
22nd January 2004, 02:30
Yeah, I´m using 1.4.
I have tried to Addborders on Virtual Dub, but it can´t works.
Any other idea?

bb
22nd January 2004, 04:22
I was talking about AviSynth, not VirtualDub. If you want to use VirtualDub, the frameserving is more difficult to set up, and it will be slower.

bb

spawnerlista
22nd January 2004, 04:52
Okay, but AviSynth is not only a kind of plugin?
How can I use that so?
You are not talking about AviUtl?

spawnerlista
22nd January 2004, 06:01
Okayyyyy. I did a mistake. I´m trying to create my script. Thanks.