AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
Presets for iPhone devices. More...
Variables | |
static const char | H264_480p [] = "iphone.mp4.h264.480p" |
Video: H.264, 25 fps, 640 x 480, 1000 kbps Audio: AAC, 48000 Hz, stereo, 96 kbps Container: MP4 Optimized for iPhone. More... | |
static const char | iPhone3GS_MP4_H264_480 [] = "iPhone3gs.mp4.h264.480p" |
Video: H.264, 30 fps, 640x480, bitrate 600 kbps, profile Baseline, aspect 4:3, Level 3 Audio: AAC, 48000 Hz, stereo, bitrate 160 kbps Container: MP4 More... | |
static const char | iPhone4_MP4_H264_720p [] = "iPhone4.mp4.h264.720p" |
Video: H.264, 30 fps, 1280x720, bitrate 2200 kbps, profile Main, aspect 16:9, Level 3.1 Audio: AAC, 48000 Hz, stereo, bitrate 160 kbps Container: MP4 More... | |
static const char | iPhone4S_MP4_H264_1080p [] = "iPhone4s.mp4.h264.1080p" |
Video: H.264, 30 fps, 1920x1080, bitrate 5000 kbps, profile High, aspect 16:9, Level 4.1 Audio: AAC, 48000 Hz, stereo, bitrate 160 kbps Container: MP4 More... | |
static const char | MPEG4_480p [] = "iphone.mp4.mpeg4.480p" |
Video: MPEG-4 Visual, 25 fps, 640 x 480, 2000 kbps Audio: AAC, 48000 Hz, stereo, 64 kbps Container: MP4 Optimized for iPhone. More... | |
Presets for iPhone devices.
|
static |
Video: H.264, 25 fps, 640 x 480, 1000 kbps
Audio: AAC, 48000 Hz, stereo, 96 kbps
Container: MP4
Optimized for iPhone.
Property | Value |
---|---|
StreamType | MP4 |
Property | Value |
---|---|
StreamType (StreamInfo) | H264 |
StreamSubType (StreamInfo) | AVC1 |
Bitrate (StreamInfo) | 1000000 bps |
FrameWidth (VideoStreamInfo) | 640 |
FrameHeight (VideoStreamInfo) | 480 |
FrameRate (VideoStreamInfo) | 25 |
Property | Value |
---|---|
StreamType (StreamInfo) | AAC |
StreamSubType (StreamInfo) | AAC_MP4 |
Bitrate (StreamInfo) | 96000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 48000 Hz |
|
static |
Video: H.264, 30 fps, 640x480, bitrate 600 kbps, profile Baseline, aspect 4:3, Level 3
Audio: AAC, 48000 Hz, stereo, bitrate 160 kbps
Container: 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) | AAC_MP4 |
Bitrate (StreamInfo) | 160000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 48000 Hz |
|
static |
Video: H.264, 30 fps, 1280x720, bitrate 2200 kbps, profile Main, aspect 16:9, Level 3.1
Audio: AAC, 48000 Hz, stereo, bitrate 160 kbps
Container: MP4
Property | Value |
---|---|
StreamType | MP4 |
Parameter | Value |
---|---|
H264Profile | Main |
EntropyCodingMode | CABAC |
NumBFrames | 2 |
NumRefFrames | 3 |
Transform8x8 | FALSE |
KeyFrameInterval | 90 |
KeyFrameIDRInterval | 1 |
Level | 3.1 |
FixedFramerate | TRUE |
Property | Value |
---|---|
StreamType (StreamInfo) | AAC |
StreamSubType (StreamInfo) | AAC_MP4 |
Bitrate (StreamInfo) | 160000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 48000 Hz |
|
static |
Video: H.264, 30 fps, 1920x1080, bitrate 5000 kbps, profile High, aspect 16:9, Level 4.1
Audio: AAC, 48000 Hz, stereo, bitrate 160 kbps
Container: MP4
Property | Value |
---|---|
StreamType | MP4 |
Parameter | Value |
---|---|
H264Profile | High |
EntropyCodingMode | CABAC |
NumBFrames | 2 |
NumRefFrames | 3 |
Transform8x8 | TRUE |
KeyFrameInterval | 90 |
KeyFrameIDRInterval | 1 |
Level | 4.1 |
FixedFramerate | TRUE |
Property | Value |
---|---|
StreamType (StreamInfo) | AAC |
StreamSubType (StreamInfo) | AAC_MP4 |
Bitrate (StreamInfo) | 160000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 48000 Hz |
|
static |
Video: MPEG-4 Visual, 25 fps, 640 x 480, 2000 kbps
Audio: AAC, 48000 Hz, stereo, 64 kbps
Container: MP4
Optimized for iPhone.
Property | Value |
---|---|
StreamType | MP4 |
Property | Value |
---|---|
StreamType (StreamInfo) | MPEG4_Video |
Bitrate (StreamInfo) | 2000000 bps |
FrameWidth (VideoStreamInfo) | 640 |
FrameHeight (VideoStreamInfo) | 480 |
FrameRate (VideoStreamInfo) | 25 |
Property | Value |
---|---|
StreamType (StreamInfo) | AAC |
StreamSubType (StreamInfo) | AAC_MP4 |
Bitrate (StreamInfo) | 64000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 48000 Hz |