Jump to content

New version of HandBrake by me...


28 posts in this topic

Recommended Posts

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
Share on other sites

  • 5 months later...
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
Share on other sites

 Share

×
×
  • Create New...