![]() |
KVCD: Border Problem?
I have a DVD.On the TV the DVD has some small Borders but if I encode it to KVCD the Movie has very Big Borders like Widescreen.
How can I produce a Movie that has the same Borders as the DVD source??? I use this script: Code:
LoadPlugin("F:\Programme\AviSynth2\mpeg2dec.dll") |
Re: Border Problem
Quote:
It could be that you are seeing the "Anamorphic" DVD video on your TV, and your TV is not adjusting the correct aspect :idea: So the real aspect is the one produced by your script :!: -kwag |
I have really no Idea.
On the DVD Case is written "Picture Format 2,35:1 in 16:9". That's all I can say. |
Try this:
GripCrop( width=528, height=576, overscan=2, source_anamorphic=true ) If that doesn't work try removing the GripBorders line. |
Quote:
BUT it increases the File size. Is there a way to prevent this effect??? |
Well naturally, if you're decreasing the borders you're increasing the size of the actual video, which is going to result in a larger file size.
|
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.