Bimmer Posted March 29, 2009 Share Posted March 29, 2009 AnV, Is there a way to make the program start in 32-Bit mode instead of 64-Bit? I like that it is universal, Intel and PPC, as I have both. Link to comment https://www.insanelymac.com/forum/topic/159004-new-version-of-handbrake-by-me/page/2/#findComment-1118641 Share on other sites More sharing options...
Andy Vandijck Posted March 29, 2009 Author Share Posted March 29, 2009 AnV, Is there a way to make the program start in 32-Bit mode instead of 64-Bit? I like that it is universal, Intel and PPC, as I have both. Yes, there is... use ditto -arch i386 /Applications/HandBrake.app/Contents/MacOS/HandBrake HandBrake.i386 Open up the application folder, rename the binary to HandBrake.bak, copy in the HandBrake.i386 and rename it to HandBrake. It will then be Intel 32-bit only and will then work in that mode... Link to comment https://www.insanelymac.com/forum/topic/159004-new-version-of-handbrake-by-me/page/2/#findComment-1118656 Share on other sites More sharing options...
JannGobble Posted September 15, 2009 Share Posted September 15, 2009 so what kind of testing was done since in post #1 you said "The tests we have done this far suggest it now transcodes files very fast..." Solution... To enable asm on x264 enables the following: iMac7,1: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64 MBP Unibody: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cache64 Check out the current SVN x264. Compile with the following flags on Snow Leopard: export CFLAGS="-arch x86_64 -Wconversion -Wformat -Wshorten-64-to-32 -mmacosx-version-min=10.5" && ./configure --host=x86_64-apple-darwin10 --enable-shared The HOST line is extremely important...it enables all the cpu capabilities.. Link to comment https://www.insanelymac.com/forum/topic/159004-new-version-of-handbrake-by-me/page/2/#findComment-1267241 Share on other sites More sharing options...
Recommended Posts