Which resolution is best?

HandBrake for Windows support
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
JDMils
Posts: 25
Joined: Thu Mar 24, 2011 7:48 am

Which resolution is best?

Post by JDMils »

Can someone explain to me how the Picture tab works? I would like to encode my PAL DVDs (720x576 w- aspect ratio = 16:9) to MKV but the Width cannot be changed in the Picture tab. I get the following options:

Anamorphic = None, W=720 max, H=304, modulus=16. I can increase the H value to 576 but the W is evaluated as 1344.
Resulting file is:

Code: Select all

Width                            : 1 344 pixels
Height                           : 576 pixels
Display aspect ratio             : 2.35:1
Frame rate                       : 25.000 fps
Anamorphic = Strict, W=720 max, H=304, Display size=1021x436.
Resulting file is:

Code: Select all

Width                            : 718 pixels
Height                           : 436 pixels
Display aspect ratio             : 2.35:1
Frame rate                       : 25.000 fps
Anamorphic = Loose, W=720 max, H=304 fixed, modulus=16, Display size=1011x432.
Resulting file is:

Code: Select all

Width                            : 720 pixels
Height                           : 432 pixels
Display aspect ratio             : 2.35:1
Original display aspect ratio    : 2.35:1
Frame rate                       : 25.000 fps
Anamorphic = Custom, W=720 max, H=576 max, modulus=16. I can set the Display width to 1920 which evaluates the PAR W=1920 and PAR H=720, Display size=1348x576. H then changes to 816.
Resulting file is:

Code: Select all

Width                            : 720 pixels
Height                           : 816 pixels
Display aspect ratio             : 2.35:1
Frame rate                       : 25.000 fps
Which should I use for best results and what would be the resulting resolution? Thanks.
JDMils
Posts: 25
Joined: Thu Mar 24, 2011 7:48 am

Re: Which resolution is best?

Post by JDMils »

I think I'll choose "Anamorphic = None" as this produces the largest resolution output.
thompson
Bright Spark User
Posts: 356
Joined: Sat Dec 12, 2009 8:04 pm

Re: Which resolution is best?

Post by thompson »

You're wrong, read here for why:
https://trac.handbrake.fr/wiki/AnamorphicGuide
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: Which resolution is best?

Post by s55 »

Moved to Windows support forum.
Nostromo
Posts: 6
Joined: Sun Apr 17, 2011 7:12 am

Re: Which resolution is best?

Post by Nostromo »

I highly recommend Anamorphic: Strict with auto cropping, for both widescreen and 4:3 videos, as this will keep the original image size/aspect. If you go with anamorphic none, the picture of anamorphic titles will be smaller than the original since you're letterboxing the picture. I seriously doubt you want that. Try both (e.g just 1 chapter) and you will see for yourself.

For DVD live action movies I use high profile as a basis for my settings as this will give slightly more detail without making the file much bigger (maybe like 1%). For cartoons I use Normal. Both RF 20.
guachi
Posts: 23
Joined: Wed Mar 23, 2011 7:27 am

Re: Which resolution is best?

Post by guachi »

The 'display aspect ratio' of 2.35:1 tells me your content is a movie. Your input isn't 2.35:1, so there are going to be black bars at the top and bottom of the screen (i.e., letterboxed).

There is no reason to keep those bars and waste space, so cropping is your friend. I'd set it to auto crop as that should get you very close to correct. For an SD movie like this, I set it on High Profile and send the file on its way. Nor is there a reason to mess around with the Anamorphic settings, aside from putting it on Strict.

In other words, do exactly what Nostromo said.

Yes, this doesn't really answer your question, but the only time I've really needed to mess with anything other than cropping and setting to Strict is when I had a SD broadcast (640x480) transmitted over an HD widescreen channel (1920x1080) and I wanted to downsample the show back to 640x480 and I ended up using 'Custom' (maybe it was none) to get it to work properly.

*edited to delete what was probably wrong information about how Anamorphic works*
Last edited by guachi on Sun Apr 17, 2011 3:11 pm, edited 1 time in total.
Deleted User 11865

Re: Which resolution is best?

Post by Deleted User 11865 »

guachi wrote:Your screen width is 720 so that means, at a ratio of 2.35:1, the height of your movie is 306 pixels. Since this is the case, I'd shoot for an output of 720x306. You can do this with anamorphic Strict (and avoid Modulus 16) and the auto cropping should leave you with a 720x306 image. (it should be cropping off 135 pixels from the top and bottom)
Your math is off. Since DVDs are anamorphic, display width will be higher than 720. Typically, 2.35:1 movies are stored in a 16:9 frame (rather than 4:3), with letterboxing, so it could be either of the following:

NTSC -> stored at 720x480, displayed at 853.333x480 (16:9) -> after cropping, stored at 720x364, displayed at 853.333x364 (~2.35:1)

PAL -> stored at 720x576, displayed at 1025x576 (16:9) -> after cropping, stored at 720x436, displayed at 1024x436 (~2.35:1)
guachi
Posts: 23
Joined: Wed Mar 23, 2011 7:27 am

Re: Which resolution is best?

Post by guachi »

Gahh!!! You caught me before I could delete that. That is what I had written before I deleted it because I thought it was wrong. It was only up for, like, 15 minutes, too.
JDMils
Posts: 25
Joined: Thu Mar 24, 2011 7:48 am

Re: Which resolution is best?

Post by JDMils »

Thanks guys, I appreciate the info.
Post Reply