digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Authoring VCD, DVD, Blu-ray (http://www.digitalfaq.com/archives/author/)
-   -   KDVD: Does anyone know tools for previewing safe area? (http://www.digitalfaq.com/archives/author/13696-kdvd-tools-previewing.html)

Prodater64 08-05-2005 06:59 PM

Thanks for the link.
I knew it, but many times those translations are not good.
Anyway some times I do use google translation tool.

sparskter 08-06-2005 02:54 AM

PS: avi is NOT illegal/ripped stuff

Hello. Just a comparison: the @Prodater method. And the "Adobe" method.

AVISource: 640x480
Output: 720x480, overscan=2

Script used:

Code:

AviSource("C:\LOGO\watcha\bleach_xvid3.avi", false)
BicubicResize(672, 446, 0, 0.6, 0, 0, 640, 480)
AddBorders(24, 17, 24, 17)
safe_area=imagesource("720x486.jpg")
overlay(safe_area.BicubicResize(720,480),0,0,mode="add",opacity=0.3)

WITHOUT safe-area option activated:

http://www.digitalfaq.com/archives/i.../2005/08/3.png

and ACTIVATED:
http://www.digitalfaq.com/archives/i.../2005/08/4.png

and the very little difference between both:
http://www.digitalfaq.com/archives/i.../2005/08/5.png

The lines that are "whiter" are from Adobe

best regards

sparskter

Prodater64 08-06-2005 05:17 AM

@sparskter: And what do you think of my method. Is it enough good or not?
I just did it as you ask for it, but I don't use it for nothing, so your opinion would be very useful.

sparskter 08-06-2005 01:36 PM

Quote:

@sparskter: And what do you think of my method. Is it enough good or not?
I just did it as you ask for it, but I don't use it for nothing, so your opinion would be very useful.
OF COURSE it is very good :D . NO DOUBTs about that. I thought it was not necessary to say that, because the screenshots shows us they got the SAME result :D :D :D . Just by yesterday I was just learning how to add borders using Bicubic Resize:

Code:

a=AVISource("C:\LOGO\watcha\bleach_xvid3.avi",audio=true)
BicubicResize (a, 672,414, 0,0.6)
AddBorders(24,33,24,33)

Source: 640x480
Output: 720x480

I learned that 24+24 + 672 must be equal to 720 (and the width of border must be multple of 4)

And 33+33+414 must be equal to 480.

And so, I can get a very precise result 8) And for that I need to do many tests using avisynth/virtualdub and of course using the safe area to final adjust it :D

best regards

sparskter


All times are GMT -5. The time now is 07:22 AM  —  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.