AVBlocks for .NET
3.0
Audio and Video Software Development Kit
|
Generic MP4 presets (audio and video streams in MP4 container). More...
Static Public Attributes | |
const string | Base_H264_AAC = "mp4.h264.aac" |
Video: H.264 Audio: AAC Container: MP4 Does not enforce specific audio and video properties. | |
const string | H264_1080p = "generic.mp4.h264.1080p" |
Video: H.264, 29.97 fps, 1920x1080, bitrate 5400 kbps, profile Baseline, aspect 16:9, Level 4 Audio: AAC, 44100 Hz, stereo, bitrate 160 kbps Container: MP4 (mp4) | |
const string | H264_240p = "generic.mp4.h264.240p" |
Video: H.264, 15 fps, 320x240, bitrate 300 kbps, profile Baseline, aspect 4:3, Level 1.3 Audio: AAC, 22050 Hz, stereo, bitrate 64 kbps Container: MP4 (mp4) | |
const string | H264_360p = "generic.mp4.h264.360p" |
Video: H.264, 29.97 fps, 480x360, bitrate 600 kbps, profile Baseline, aspect 4:3, Level 3 Audio: AAC, 44100 Hz, stereo, bitrate 128 kbps Container: MP4 (mp4) | |
const string | H264_480p = "generic.mp4.h264.480p" |
Video: H.264, 29.97 fps, 640x480, bitrate 900 kbps, profile Baseline, aspect 4:3, Level 3 Audio: AAC, 44100 Hz, stereo, bitrate 128 kbps Container: MP4 (mp4) | |
const string | H264_720p = "generic.mp4.h264.720p" |
Video: H.264, 29.97 fps, 1280x720, bitrate 2400 kbps, profile Baseline, aspect 16:9, Level 3.1 Audio: AAC, 44100 Hz, stereo, bitrate 160 kbps Container: MP4 (mp4) | |
const string | H264_Wide_360p = "generic.mp4.h264.wide.360p" |
Video: H.264, 29.97 fps, 640x360, bitrate 720 kbps, profile Baseline, aspect 16:9, Level 3 Audio: AAC, 44100 Hz, stereo, bitrate 128 kbps Container: MP4 (mp4) | |
const string | H264_Wide_480p = "generic.mp4.h264.wide.480p" |
Video: H.264, 29.97 fps, 854x480, bitrate 1200 kbps, profile Baseline, aspect 16:9, Level 3.1 Audio: AAC, 44100 Hz, stereo, bitrate 128 kbps Container: MP4 (mp4) | |
Generic MP4 presets (audio and video streams in MP4 container).
These presets are not related to any specific device.
|
static |
Video: H.264
Audio: AAC
Container: MP4
Does not enforce specific audio and video properties.
Property | Value |
---|---|
StreamType | Mp4 |
Property | Value |
---|---|
StreamType (StreamInfo) | H264 |
StreamSubType (StreamInfo) | Avc1 |
Property | Value |
---|---|
StreamType (StreamInfo) | Aac |
StreamSubType (StreamInfo) | AacMp4 |
|
static |
Video: H.264, 29.97 fps, 1920x1080, bitrate 5400 kbps, profile Baseline, aspect 16:9, Level 4
Audio: AAC, 44100 Hz, stereo, bitrate 160 kbps
Container: MP4 (mp4)
Property | Value |
---|---|
StreamType | Mp4 |
Parameter | Value |
---|---|
H264Profile | Baseline |
EntropyCodingMode | CAVLC |
NumBFrames | 0 |
NumRefFrames | 3 |
Transform8x8 | FALSE |
KeyFrameInterval | 90 |
KeyFrameIDRInterval | 1 |
Level | 4.0 |
FixedFramerate | TRUE |
Property | Value |
---|---|
StreamType (StreamInfo) | Aac |
StreamSubType (StreamInfo) | AacMp4 |
Bitrate (StreamInfo) | 160000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 44100 Hz |
|
static |
Video: H.264, 15 fps, 320x240, bitrate 300 kbps, profile Baseline, aspect 4:3, Level 1.3
Audio: AAC, 22050 Hz, stereo, bitrate 64 kbps
Container: MP4 (mp4)
Property | Value |
---|---|
StreamType | Mp4 |
Parameter | Value |
---|---|
H264Profile | Baseline |
EntropyCodingMode | CAVLC |
NumBFrames | 0 |
NumRefFrames | 3 |
Transform8x8 | FALSE |
KeyFrameInterval | 90 |
KeyFrameIDRInterval | 1 |
Level | 1.3 |
FixedFramerate | TRUE |
Property | Value |
---|---|
StreamType (StreamInfo) | Aac |
StreamSubType (StreamInfo) | AacMp4 |
Bitrate (StreamInfo) | 64000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 22050 Hz |
|
static |
Video: H.264, 29.97 fps, 480x360, bitrate 600 kbps, profile Baseline, aspect 4:3, Level 3
Audio: AAC, 44100 Hz, stereo, bitrate 128 kbps
Container: MP4 (mp4)
Property | Value |
---|---|
StreamType | Mp4 |
Parameter | Value |
---|---|
H264Profile | Baseline |
EntropyCodingMode | CAVLC |
NumBFrames | 0 |
NumRefFrames | 3 |
Transform8x8 | FALSE |
KeyFrameInterval | 90 |
KeyFrameIDRInterval | 1 |
Level | 3.0 |
FixedFramerate | TRUE |
Property | Value |
---|---|
StreamType (StreamInfo) | Aac |
StreamSubType (StreamInfo) | AacMp4 |
Bitrate (StreamInfo) | 128000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 44100 Hz |
|
static |
Video: H.264, 29.97 fps, 640x480, bitrate 900 kbps, profile Baseline, aspect 4:3, Level 3
Audio: AAC, 44100 Hz, stereo, bitrate 128 kbps
Container: MP4 (mp4)
Property | Value |
---|---|
StreamType | Mp4 |
Parameter | Value |
---|---|
H264Profile | Baseline |
EntropyCodingMode | CAVLC |
NumBFrames | 0 |
NumRefFrames | 3 |
Transform8x8 | FALSE |
KeyFrameInterval | 90 |
KeyFrameIDRInterval | 1 |
Level | 3.0 |
FixedFramerate | TRUE |
Property | Value |
---|---|
StreamType (StreamInfo) | Aac |
StreamSubType (StreamInfo) | AacMp4 |
Bitrate (StreamInfo) | 128000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 44100 Hz |
|
static |
Video: H.264, 29.97 fps, 1280x720, bitrate 2400 kbps, profile Baseline, aspect 16:9, Level 3.1
Audio: AAC, 44100 Hz, stereo, bitrate 160 kbps
Container: MP4 (mp4)
Property | Value |
---|---|
StreamType | Mp4 |
Parameter | Value |
---|---|
H264Profile | Baseline |
EntropyCodingMode | CAVLC |
NumBFrames | 0 |
NumRefFrames | 3 |
Transform8x8 | FALSE |
KeyFrameInterval | 90 |
KeyFrameIDRInterval | 1 |
Level | 3.1 |
FixedFramerate | TRUE |
Property | Value |
---|---|
StreamType (StreamInfo) | Aac |
StreamSubType (StreamInfo) | AacMp4 |
Bitrate (StreamInfo) | 160000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 44100 Hz |
|
static |
Video: H.264, 29.97 fps, 640x360, bitrate 720 kbps, profile Baseline, aspect 16:9, Level 3
Audio: AAC, 44100 Hz, stereo, bitrate 128 kbps
Container: MP4 (mp4)
Property | Value |
---|---|
StreamType | Mp4 |
Parameter | Value |
---|---|
H264Profile | Baseline |
EntropyCodingMode | CAVLC |
NumBFrames | 0 |
NumRefFrames | 3 |
Transform8x8 | FALSE |
KeyFrameInterval | 90 |
KeyFrameIDRInterval | 1 |
Level | 3.0 |
FixedFramerate | TRUE |
Property | Value |
---|---|
StreamType (StreamInfo) | Aac |
StreamSubType (StreamInfo) | AacMp4 |
Bitrate (StreamInfo) | 128000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 44100 Hz |
|
static |
Video: H.264, 29.97 fps, 854x480, bitrate 1200 kbps, profile Baseline, aspect 16:9, Level 3.1
Audio: AAC, 44100 Hz, stereo, bitrate 128 kbps
Container: MP4 (mp4)
Property | Value |
---|---|
StreamType | Mp4 |
Parameter | Value |
---|---|
H264Profile | Baseline |
EntropyCodingMode | CAVLC |
NumBFrames | 0 |
NumRefFrames | 3 |
Transform8x8 | FALSE |
KeyFrameInterval | 90 |
KeyFrameIDRInterval | 1 |
Level | 3.1 |
FixedFramerate | TRUE |
Property | Value |
---|---|
StreamType (StreamInfo) | Aac |
StreamSubType (StreamInfo) | AacMp4 |
Bitrate (StreamInfo) | 128000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 44100 Hz |