digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Border Problem? (http://www.digitalfaq.com/archives/encode/2781-kvcd-border-problem.html)

Bchteam 02-25-2003 02:30 PM

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")
LoadPlugin("F:\Programme\AviSynth2\fluxsmooth.dll")
LoadPlugin("F:\Programme\AviSynth2\GripFit_preview.dll")
LoadPlugin("F:\Programme\AviSynth2\blockbuster.dll")
LoadPlugin("F:\Programme\AviSynth2\legalclip.dll")
LoadPlugin("F:\Programme\AviSynth2\sampler.dll")
LoadPlugin("F:\Programme\AviSynth2\convolution3d.dll")
LoadPlugin("F:\Programme\AviSynth2\dustv5.dll")
LoadPlugin("F:\Programme\AviSynth2\decomb.dll")
LoadPlugin("F:\Programme\AviSynth2\temporalcleanerold.dll")
LoadPlugin("C:\WINDOWS\system32\vobsub.dll")
 
mpeg2source("E:\the others\theothers.d2v")
LegalClip()
GripCrop( width=528, height=576, overscan=2 )
GripSize()
FaeryDust()
TemporalCleaner()
Convolution3D(preset="movieHQ")
VobSub("E:\the others\VTS_02_0") 
GripBorders()
LegalClip()
#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##


kwag 02-25-2003 02:41 PM

Re: Border Problem
 
Quote:

Originally Posted by Bchteam
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???

Are you sure the one you make with the script is not the correct one and not the one played back from your DVD :?:
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

Bchteam 02-25-2003 02:44 PM

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.

digitalize 02-26-2003 11:01 AM

Try this:
GripCrop( width=528, height=576, overscan=2, source_anamorphic=true )
If that doesn't work try removing the GripBorders line.

Bchteam 02-26-2003 12:42 PM

Quote:

Originally Posted by digitalize
Try this:
GripCrop( width=528, height=576, overscan=2, source_anamorphic=true )
If that doesn't work try removing the GripBorders line.

This works :D

BUT it increases the File size.

Is there a way to prevent this effect???

gonzopdx 02-26-2003 05:55 PM

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.


All times are GMT -5. The time now is 09:03 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.