Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Display Modes
Old 9th January 2006, 13:07   #1  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,498
How to determine if AR of movie is 16/9 or 2.35 ?

Using dgindex and avisynth how can i determine if AR in movie is 16/9 or 2.35 ?

I can read from d2v if is 4/3 or 16/9 but if movie is 2.35 in d2v i read

Quote:
Aspect_Ratio=16:9
NOT
Quote:
Aspect_Ratio=2.35
there are any possibility (using filters...) ?

thansk !

BHH
__________________
HDConvertToX: your tool for BD backup
MicroX264: 64bit ready gui to x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 9th January 2006, 13:29   #2  |  Link
dbzgundam
Hates all his encodes
 
dbzgundam's Avatar
 
Join Date: Sep 2003
Posts: 166
Assuming your source is a DVD, you can most likely check the box... If this isn't available, the MPEG2 should have telltale signs.

-If anamorphic, and 16x9, it should take up the whole frame.
-If non-anamorphic, and 16x9, it should only take up a 16x9 part of a 4x3 frame.
-If anamorphic, and 2.35:1... Your eyes sort of have to tell, but it should SORT of look like a 16x9 movie in a 4x3 frame, *when it's not properly displayed*
-If non-anamorphic, and 2.35:1, this follows the same operation as a non-anamorphic 16x9 image... Obviously, it's still just letterboxed into a 4x3 frame.
__________________
http://thevideophile.blogspot.com/ Watch and be amazed by my frustration over the video world!
dbzgundam is offline   Reply With Quote
Old 9th January 2006, 13:49   #3  |  Link
Wilbert
Moderator
 
Join Date: Nov 2001
Location: Netherlands
Posts: 5,695
4:3 and 16:9 refer to the DAR, and 2.35 to the PAR. You can't determine whether a movie is 2.35 without looking at the amount of black borders. In contrary to the DAR which is written in the stream itself.

@dbzgundam,
There is no such thing as "non-anamorphic 16x9 image". 16:9 is the same as anamorphic. Fullscreen and letterboxed widescreen are 4:3.
Wilbert is offline   Reply With Quote
Old 9th January 2006, 14:23   #4  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,498
Quote:
4:3 and 16:9 refer to the DAR, and 2.35 to the PAR. You can't determine whether a movie is 2.35 without looking at the amount of black borders. In contrary to the DAR which is written in the stream itself.
Amount of crop...

but ... how to know how is enough... ?


i can
1' case) take the crop value (let's say 72 top, 72 bottom)

720/(576-72-72)=1.666666 -> 16/9

2' case) take crop value (let's say 136 top, 136 bottom)

720/(576-136-136)=2.3684 -> 2.35


could be correct ???

BHH
__________________
HDConvertToX: your tool for BD backup
MicroX264: 64bit ready gui to x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 9th January 2006, 14:51   #5  |  Link
dbzgundam
Hates all his encodes
 
dbzgundam's Avatar
 
Join Date: Sep 2003
Posts: 166
Quote:
Originally Posted by Wilbert
4:3 and 16:9 refer to the DAR, and 2.35 to the PAR. You can't determine whether a movie is 2.35 without looking at the amount of black borders. In contrary to the DAR which is written in the stream itself.

@dbzgundam,
There is no such thing as "non-anamorphic 16x9 image". 16:9 is the same as anamorphic. Fullscreen and letterboxed widescreen are 4:3.
That's what I'm referring to, sorry for not using correct terminology!
__________________
http://thevideophile.blogspot.com/ Watch and be amazed by my frustration over the video world!
dbzgundam is offline   Reply With Quote
Old 9th January 2006, 20:46   #6  |  Link
Wilbert
Moderator
 
Join Date: Nov 2001
Location: Netherlands
Posts: 5,695
2.35 is not PAR of course, it's just the real aspect ration or whatever you call this.

Quote:
i can
1' case) take the crop value (let's say 72 top, 72 bottom)

720/(576-72-72)=1.666666 -> 16/9

2' case) take crop value (let's say 136 top, 136 bottom)

720/(576-136-136)=2.3684 -> 2.35
No. You need to know the DAR before you can calculate the real aspect ratio. Suppose your source is 720x576 with DAR 16:9, and black bars 2*72. The real aspect ratio is given by (non ITU compliant):

16/9*576 x 576-2*72 = 1024 x 432 and 1024/432 = 2.3704

If your DAR would be 4:3 you would get

4/3*576 x 576-2*72 = 768 x 432 and 768/432 = 1.7778

I hope it's clear now
Wilbert is offline   Reply With Quote
Old 10th January 2006, 07:18   #7  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,498
yep ... it's is clear...

(mumble... mumble...) i will look for a clear solution !

thanks !!!

BHH
__________________
HDConvertToX: your tool for BD backup
MicroX264: 64bit ready gui to x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 15:29.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.