===== H264 encoder =====
{{:processors:h264_enc.png?nolink&130|}}
==== Purpose ====
Encodes x264 video and AAC or PCM audio (MP4, M4V, MOV, MKV or MXF).
|< 50% 5% 10% 10% 10% >|
| ^ AAC ^PCM 16 bit ^PCM 24 bit |
^ MP4 | OK | / | / |
^ MOV | OK |OK | OK|
^ M4V | OK | / | / |
^ MKV | OK |OK | OK|
^ MXF | / |OK | OK|
-----------------------------
==== Special Input Field "Custom x264 options"====
Override the x264 configuration using a :-separated list of key=value parameters
Single option:
threads=2
Multiple Options:
threads=2:keyint=12
Use "GPU" support (depending on your Hardware setup, this can influence encoding speed and CPU usage):
opencl=true
-------------------
==== Original Manual ====
{{page>original_manual:enc_av_mp4}}