.:: 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
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.
- x264_hrd_pulldown.13_interlace.diff (for Blu-ray/AVCHD)
- x264-r1173-threaded-slicetype-v15.diff
- x264_AutoVAQ.02.diff
- x264_AutoVAQ.03.diff (same as the 02 patch above, except one can select between the default VAQ
(aq_mode=1) and the new Hadamard VAQ (aq_mode=2). It defaults to the default VAQ so if you want to use the Hadamard one with h264enc,
you have to write a custom preset file and explicitly enable it by adding to your preset file aq_mode=":aq_mode=2" then load that
file:
h264enc -2p -p cp /path/to/your/preset/preset.cfg)
gpac/MP4Box patches
