h264enc logo
.:: Download h264enc ::.
Many thanks goes to Aymeric Roynette aka Wedge (from the ripdvd project) for the Slackware packages, Vrob for the Arch Linux packages, Loren Merritt aka pengvado/akupenguin and Jason Garrett-Glaser aka Dark Shikari for their continouse excellent work on the x264 encoder and to all the people from the MPlayer project.

h264enc can also be downloaded directly from my openSUSE build service repository where packages are automatically being built for Fedora 9, 10, 11, openSUSE 10.3, 11.0, 11.1 and SLES/SLED 10 and 11

openSUSE repository: http://download.opensuse.org/repositories/home:/microchip8
x264 patches

How To Patch: download patch file and place it inside the x264 source directory. Open a terminal, 'cd' to the x264 source directory and issue the following command to test if the patch applies correctly: patch -p1 --dry-run < name_of_patch.diff
If no errors are shown, apply the patch with: patch -p1 < name_of_patch.diff and compile x264.
gpac/MP4Box patches