From 7750c40cb4ba3069b9e0a0667284b9379b163cd4 Mon Sep 17 00:00:00 2001 From: handbrake Date: Sun, 31 Dec 2006 16:46:33 +0000 Subject: -Increase status timer to 2 seconds from .5 (no need to update that fast. libhb needs all the cpu cycles it can get) -I versioned it 1.0a1 -re-enable Convert button after cancel is clicked (mostly annoying for developers who want to start and stop convert process) -attempt at changing how progress is reportted to the user(trying to address problem where libhb reports 100% for a few minutes before reporting DONE. This seems to be a problem down in libhb. Unlikely I can fix this in the GUI) -changed ambiguous "Picture format" to "Picture Aspect" -default Picture Aspect is now Original not Fullscreen -default languge is now set to English -Output width limit is set to 640 for MPEG4 and H.264. Height is set based on Picture Aspect and determined by a call to hb_set_size. (PSP is unaffected) -deinterlace is set for both MPEG4 and H.264 (why would you not want this?) -bit rate for H.264 is set to 1000, and 1500 for MPEG4 -changed output file to "DVDName".m4v like iTunes movies. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@74 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/English.lproj/Express.nib/info.nib | 12 +++++++++--- macosx/English.lproj/Express.nib/keyedobjects.nib | Bin 35105 -> 35176 bytes 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'macosx/English.lproj') diff --git a/macosx/English.lproj/Express.nib/info.nib b/macosx/English.lproj/Express.nib/info.nib index 516f84e9d..d110559a3 100644 --- a/macosx/English.lproj/Express.nib/info.nib +++ b/macosx/English.lproj/Express.nib/info.nib @@ -9,15 +9,21 @@ 248 487 424 408 321 0 0 1440 878 259 - 487 331 408 508 0 0 1440 878 + 516 332 408 508 0 0 1440 878 29 33 298 338 44 0 0 1280 832 303 543 501 155 107 0 0 1280 832 IBFramework Version - 443.0 + 446.1 + IBOldestOS + 2 + IBOpenObjects + + 259 + IBSystem Version - 8I127 + 8L2127 diff --git a/macosx/English.lproj/Express.nib/keyedobjects.nib b/macosx/English.lproj/Express.nib/keyedobjects.nib index 2ef4843a4..6653e701f 100644 Binary files a/macosx/English.lproj/Express.nib/keyedobjects.nib and b/macosx/English.lproj/Express.nib/keyedobjects.nib differ -- cgit v1.2.3