Namespaces |
| namespace | x264 |
Classes |
| class | AudioEncoding |
| | The Audio Encoding Model. More...
|
| class | EncodingProfile |
| class | HBAudioEncoder |
| class | HBMixdown |
| class | HBVideoEncoder |
Enumerations |
| enum | Anamorphic { None = 0,
Strict = 1,
Loose = 2,
Custom = 3
} |
| enum | AudioEncoder {
Faac = 0,
ffaac,
Lame,
Ac3,
Passthrough,
Ac3Passthrough,
DtsPassthrough,
DtsHDPassthrough,
AacPassthru,
Mp3Passthru,
Vorbis,
ffflac
} |
| | The audio encoder.
More...
|
| enum | AudioEncodeRateType { Bitrate,
Quality
} |
| enum | Container { None = 0x0,
Mp4,
Mkv
} |
| enum | CroppingType { Automatic,
None,
Custom
} |
| | The type of cropping to apply.
More...
|
| enum | Decomb {
Off = 0,
Default = 2,
Fast = 3,
Bob = 4,
Custom = 1
} |
| enum | Deinterlace {
Off = 0,
Fast = 2,
Slow = 3,
Slower = 4,
Bob = 5,
Custom = 1
} |
| | The deinterlace.
More...
|
| enum | Denoise {
Off = 0,
Weak = 2,
Medium = 3,
Strong = 4,
Custom = 1
} |
| enum | Detelecine { Off = 0,
Default = 2,
Custom = 1
} |
| enum | Mixdown {
DolbyProLogicII = 0,
None,
Auto,
Mono,
LeftOnly,
RightOnly,
Stereo,
DolbySurround,
FivePoint1Channels,
SixPoint1Channels,
SevenPoint1Channels,
Five_2_LFE
} |
| | The Audio Mixdown Enumeration.
More...
|
| enum | OutputExtension { Mp4,
M4v
} |
| enum | OutputFormat { Mp4,
Mkv
} |
| enum | VideoEncoder { X264 = 0,
FFMpeg,
FFMpeg2,
Theora
} |
| enum | VideoEncodeRateType { TargetSize = 0,
AverageBitrate = 1,
ConstantQuality = 2
} |