AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
Presets for Android phones. More...
Variables | |
static const char | H264_360p [] = "android-phone.mp4.h264.360p" |
Video: H.264 Baseline Profile, 30 fps, 480 x 360, 800 kbps Audio: AAC, 48000 Hz, stereo, 128 kbps Container: MP4 More... | |
static const char | H264_720p [] = "android-phone.mp4.h264.720p" |
Video: H.264 Baseline Profile, 30 fps, 1280 x 720, 2000 kbps Audio: AAC, 48000 Hz, stereo, 128 kbps Container: MP4 More... | |
Presets for Android phones.
|
static |
Video: H.264 Baseline Profile, 30 fps, 480 x 360, 800 kbps
Audio: AAC, 48000 Hz, stereo, 128 kbps
Container: MP4
Property | Value |
---|---|
StreamType | MP4 |
Property | Value |
---|---|
StreamType (StreamInfo) | H264 |
StreamSubType (StreamInfo) | AVC1 |
Bitrate (StreamInfo) | 800000 bps |
FrameWidth (VideoStreamInfo) | 480 |
FrameHeight (VideoStreamInfo) | 360 |
FrameRate (VideoStreamInfo) | 30 |
Parameter | Value |
---|---|
H264Profile | Baseline |
EntropyCodingMode | CAVLC |
NumBFrames | 0 |
NumRefFrames | 1 |
Transform8x8 | FALSE |
KeyFrameInterval | 30 |
KeyFrameIDRInterval | 1 |
Property | Value |
---|---|
StreamType (StreamInfo) | AAC |
StreamSubType (StreamInfo) | AAC_MP4 |
Bitrate (StreamInfo) | 128000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 48000 Hz |
|
static |
Video: H.264 Baseline Profile, 30 fps, 1280 x 720, 2000 kbps
Audio: AAC, 48000 Hz, stereo, 128 kbps
Container: MP4
Property | Value |
---|---|
StreamType | MP4 |
Property | Value |
---|---|
StreamType (StreamInfo) | H264 |
StreamSubType (StreamInfo) | AVC1 |
Bitrate (StreamInfo) | 2000000 bps |
FrameWidth (VideoStreamInfo) | 1280 |
FrameHeight (VideoStreamInfo) | 720 |
FrameRate (VideoStreamInfo) | 30 |
Parameter | Value |
---|---|
H264Profile | Baseline |
EntropyCodingMode | CAVLC |
NumBFrames | 0 |
NumRefFrames | 1 |
Transform8x8 | FALSE |
KeyFrameInterval | 30 |
KeyFrameIDRInterval | 1 |
Property | Value |
---|---|
StreamType (StreamInfo) | AAC |
StreamSubType (StreamInfo) | AAC_MP4 |
Bitrate (StreamInfo) | 128000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 48000 Hz |