digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Players, DVRs, Media Centers (http://www.digitalfaq.com/archives/players/)
-   -   KVCD: Small display on tv (http://www.digitalfaq.com/archives/players/7179-kvcd-small-display.html)

kepsy 12-14-2003 01:18 AM

Small display on tv
 
Hello! Just started trying out the dvd to kvcd conversion and I seem to be having a problem with the display on my tv. Here's my script:

#================================================= =====#
# -= AviSynth script by MovieStacker v2.0.0 (beta3) =- #
#================================================= =====#

LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")

Mpeg2Source("D:\Video Workspace\POTC.d2v")
LegalClip()
GripCrop(528, 480, overscan=2)
GripSize(resizer="BilinearResize")
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.58))
MergeLuma(blur(0.2))
GripBorders()
LegalClip()
AssumeFPS(23.976)

Everything is ok, very satisfied with picture and sound... however, I usually have to press the zoom on my dvd player to get the widescreen resolution to display on my tv properly (I'm not talking about a full screen display). I mean If I press the zoom, the sides fill up properly with the proper black borders on top and bottom. Without zoom, I get a widescreen in the middle of the screen with thick black borders all around (almost like it's half the size of what it should be).
I loaded the KVCDx3 template on Moviestacker and used TOK for the prediction and encode following black prince's excellent guide....
What am I doing wrong? Any help would be appreciated. Thanks.

kepsy

kwag 12-14-2003 01:35 AM

Hi kepsy,

Try changing the line:
GripCrop(528, 480, overscan=2)
To:
GripCrop(528, 480, overscan=1) ( or simply GripCrop(528, 480) for no overscan )
And give it a shot :cool:

-kwag

kepsy 12-14-2003 01:39 AM

kwag,
Amazing response time! Thank you! I shall try and let you know.
kepsy

kepsy 12-14-2003 11:41 AM

kwag,
The no overscan worked, but I had to lower my resolution to bring the CQ up to a decent level. If overscan creates undesirable borders on the side, when do we actually use them then? Sorry, this might have been asked before but I'm completely new to this and I did try to search the forums before I asked the question.... but it's kinda hard to do a search when you don't exactly know what you're doing wrong :? Thanks again for your help!
Excellent site!! Very happy with my one cd encodes... you got another convert... :lol:
kepsy

Dialhot 12-14-2003 01:01 PM

On a "normal", well functioning TV set these border aren't display. In fact, all tv sets eat a part of the image on the 4 edges. That is the "TV overscan".

So why encode image there if it won't be displayed ? As black borders use less space in the mpeg, you understand why we use the overscan parameter.

In other words : your TV set is not "normal" :-)

kwag 12-14-2003 01:47 PM

Quote:

Originally Posted by kepsy
kwag,
The no overscan worked, but I had to lower my resolution to bring the CQ up to a decent level.

Try at least with one block overscan. It should work, and you'll get a higher CQ that without overscan blocks :)
Obviously, with 2 blocks, your TV doesn't stretch the image completely. Probably at 704x or 720x you could use two overscan blocks.

-kwag

kepsy 12-15-2003 12:40 AM

Dialhot,
I get it... my tv is demented :lol: Does the standalone player affect the overscan display at all? or just the tv? Thanks for clearing up the purpose of overscan.

Kwag,
I did try with overscan (1) and my tv displayed the borders again (thick ones on the side), that's why I went with no overscan. No matter, I am still happy with the turnout at 352 x 480 for a 1 cd rip.

Thank you all for your patience.

peace,
kepsy

mistermickster 12-15-2003 06:40 AM

Re: Small display on tv
 
Quote:

Originally Posted by kepsy
Without zoom, I get a widescreen in the middle of the screen with thick black borders all around (almost like it's half the size of what it should be).

I had this problem when I used 'Center' as the video arrange method in TMPGEnc. Cured it by using 'Full screen (keep aspect ratio)'

Hope that helps.

incredible 12-15-2003 06:54 AM

Re: Small display on tv
 
Quote:

Originally Posted by mistermickster
I had this problem when I used 'Center' as the video arrange method in TMPGEnc. Cured it by using 'Full screen (keep aspect ratio)'

Hi Mistermickster,

normally if all is determined right in your .avs, "center" will output a correct view!
IF not .. you have done something wrong!

Because "center" just places the image as it is on the encoding area which is determined in the advanced settings.

All other TmpgEnc internal functions do correct (in other words "resize") the image so it fits! That means the image will be manipulated afterwards! Therefore this will result in rised encoding time and other unwanted problems.

So do resize in the Avisynth script that at the end the stream incl. borders etc. does match your final encoding size in TmpgEnc!!
Do a test and open your .avs in Vdub and watch under "file information" the received size of the inputted .avs!

Does it match?? For example 352x480??
If yes ... and if then you import that .avs in TmpgEnc by setting the same 352x480 in the encoding options your stream will come out right when using "center"! Thats the logic. Because all other settings will as I said manipulate the incoming size and therefore Borders trouble and so on.
And I trust everything but NOT TmpgEncs internal AR resizings.

;-)

VORTECH 12-18-2003 09:17 PM

Incredible,

Thanks that cleared up some questions for me as well :D


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

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