Quantcast KVCD: Border Problem? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
02-25-2003, 03:30 PM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
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 ##
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
02-25-2003, 03:41 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
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
So the real aspect is the one produced by your script

-kwag
Reply With Quote
  #3  
02-25-2003, 03:44 PM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #4  
02-26-2003, 12:01 PM
digitalize digitalize is offline
Free Member
 
Join Date: Dec 2002
Posts: 99
Thanks: 0
Thanked 0 Times in 0 Posts
Try this:
GripCrop( width=528, height=576, overscan=2, source_anamorphic=true )
If that doesn't work try removing the GripBorders line.
Reply With Quote
  #5  
02-26-2003, 01:42 PM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
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

BUT it increases the File size.

Is there a way to prevent this effect???
Reply With Quote
  #6  
02-26-2003, 06:55 PM
gonzopdx gonzopdx is offline
Free Member
 
Join Date: Dec 2002
Location: Corvallis, OR
Posts: 86
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Paranoia: How Add 60 to Horizontal Border? tengo6dedos Video Encoding and Conversion 3 05-12-2008 06:46 PM
How to remove black border? genK Video Encoding and Conversion 0 09-19-2004 12:01 PM
black border to compensate for overscan? cweb Video Encoding and Conversion 2 06-12-2004 10:04 AM
KVCD: Border Problem, edges are always cut off? Gamecraze Video Encoding and Conversion 15 10-21-2003 12:36 AM
KVCD: One black border on video? Wolfi Video Encoding and Conversion 6 05-08-2003 04:00 PM




 
All times are GMT -5. The time now is 05:49 PM  —  vBulletin © Jelsoft Enterprises Ltd