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

macosx/HBPresets.m

index daf8ee5b09828dbffab8f9c588026b037b101dce..4826b5d4aa94b71a86c02a2a32b796a19c505da9 100644 (file)
     [preset setObject:[NSNumber numberWithInt:1] forKey:@"UsesPictureSettings"];
     
     /* Get the New Preset Description from the field in the AddPresetPanel */
-    [preset setObject:@"HandBrake's preset for the iPad (1st gen) is optimized for viewing on its 1024x768 display." forKey:@"PresetDescription"];
+    [preset setObject:@"HandBrake's preset for the iPad (all generations) is optimized for a good balance between quality and filesize." forKey:@"PresetDescription"];
     
     /* File Format */
     [preset setObject:@"MP4 file" forKey:@"FileFormat"];