]> granicus.if.org Git - handbrake/commitdiff
Updating the iPad preset to 720P to be a good balance for both iPad 2 and 3
authorsr55 <sr55.hb@outlook.com>
Fri, 29 Jun 2012 17:13:37 +0000 (17:13 +0000)
committersr55 <sr55.hb@outlook.com>
Fri, 29 Jun 2012 17:13:37 +0000 (17:13 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4793 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/HBPresets.m

index 63ab758dfd7f7b2551ed52dc1dd276a4be05e574..06d0a6e258cf0406fb4fa32558b389a459006e82 100644 (file)
     /* Basic Picture Settings */
     /* Use Max Picture settings for whatever the dvd is.*/
     [preset setObject:[NSNumber numberWithInt:1] forKey:@"UsesPictureSettings"];
-    [preset setObject:[NSNumber numberWithInt:1024] forKey:@"PictureWidth"];
+    [preset setObject:[NSNumber numberWithInt:1280] forKey:@"PictureWidth"];
     [preset setObject:[NSNumber numberWithInt:0] forKey:@"PictureHeight"];
     [preset setObject:[NSNumber numberWithInt:0] forKey:@"PictureKeepRatio"];
     [preset setObject:[NSNumber numberWithInt:2] forKey:@"PicturePAR"];