Hi there! I'm using Handbrake, to rip my dvd collection and I've done a lot of searching and think I have a basic understanding of how it all works with regard to pixel aspect ratio and screen aspect ratio, display resolution and so on, but I have gaps in my knowledge and understanding so as I'm talking here forgive me if I get it completely and utterly wrong on any or all accounts (and please correct me so I can learn).
Anyway I have opened the source of a dvd I ripped to my comp with handbrake and it says on the picture tab using one of the standard presets that the source is:
720x576 PAR 16/15
Width and height is then set as 720x540
Anamorphic is set to automatic, modulus is 2, however this dvd's content is 4:3 tv shows so I believe I don't need anamorphic but can safely leave it set to automatic.
Lastly it has the output showing as:
Display Size: 720x540, PAR 1x1
(This is before any cropping has been applied).
Now as far as I can understand, the dvd uses non-square pixels, hence the PAR is 16/15 and the resolution is 720x576. Am I therefore correct in thinking that hand brake has automatically adjusted the resolution to 720x540 because that is in essence identical to the content on the dvd when it has had its pixels converted to square pixels, making the PAR 1x1? Cheers!
+ Reply to Thread
Results 1 to 4 of 4
-
-
Yes, that's exactly how it works:
Code:DAR = PAR * FAR
Code:DAR = 720:576 * 16:15 DAR = 720 / 576 * 16 / 15 DAR = 1.33...
Keep in mind that when watching the original DVD upscaled to 1920x1080 -- the DVD isn't first reduced to 720x540 then upscaled to 1440x1080. It goes directly from 720x576 to 1440x1080.Last edited by jagabo; 11th Feb 2017 at 07:52.
-
Also, since the vertical resolution is discreet in the sampling, it should be preserved in the resizing equation.
So that would give you 768x576 for 4:3 and 1024x576 for 16:9.
Scott
Similar Threads
-
Handbrake problem (Mac) - will not display part of a logo (but it did once)
By boots27 in forum SubtitleReplies: 4Last Post: 14th Nov 2015, 03:32 -
Why Does Handbrake Convert 480P DVD Source VOB to 360P Output?
By pone44 in forum Video ConversionReplies: 1Last Post: 5th Mar 2015, 02:12 -
Can the output file size in Handbrake's Constant Quality be determined?
By runlouierun in forum Video ConversionReplies: 5Last Post: 3rd Mar 2014, 13:18 -
Handbrake setting for old DVD file to output MP4
By glenpinn in forum Video ConversionReplies: 2Last Post: 2nd Jan 2013, 17:31 -
Getting exact pixel and display width in an mkv using Handbrake
By skinney6 in forum Video ConversionReplies: 6Last Post: 12th Mar 2012, 11:46