AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
Presets for iPad devices. More...
Variables | |
static const char | H264_576p [] = "ipad.mp4.h264.576p" |
Video: H.264, 30 fps, 768 x 576, 2500 kbps Audio: AAC, 48000 Hz, stereo, 128 kbps Container: MP4 Standard Definition Video, optimized for iPad. More... | |
static const char | H264_720p [] = "ipad.mp4.h264.720p" |
Video: H.264, 30 fps, 1280 x 720, 4000 kbps Audio: AAC, 48000 Hz, stereo, 128 kbps Container: MP4 High Definition Video, optimized for iPad. More... | |
static const char | MPEG4_480p [] = "ipad.mp4.mpeg4.480p" |
Video: MPEG-4 Visual, 30 fps, 640 x 480, 2500 kbps Audio: AAC, 48000 Hz, 128 kbps, stereo Container: MP4 Near Standard Definition Video, optimized for iPad. More... | |
Presets for iPad devices.
|
static |
Video: H.264, 30 fps, 768 x 576, 2500 kbps
Audio: AAC, 48000 Hz, stereo, 128 kbps
Container: MP4
Standard Definition Video, optimized for iPad.
Property | Value |
---|---|
StreamType | MP4 |
Property | Value |
---|---|
StreamType (StreamInfo) | H264 |
StreamSubType (StreamInfo) | AVC1 |
Bitrate (StreamInfo) | 2500000 bps |
FrameWidth (VideoStreamInfo) | 768 |
FrameHeight (VideoStreamInfo) | 576 |
FrameRate (VideoStreamInfo) | 30 |
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, 30 fps, 1280 x 720, 4000 kbps
Audio: AAC, 48000 Hz, stereo, 128 kbps
Container: MP4
High Definition Video, optimized for iPad.
Property | Value |
---|---|
StreamType | MP4 |
Property | Value |
---|---|
StreamType (StreamInfo) | H264 |
StreamSubType (StreamInfo) | AVC1 |
Bitrate (StreamInfo) | 4000000 bps |
FrameWidth (VideoStreamInfo) | 1280 |
FrameHeight (VideoStreamInfo) | 720 |
FrameRate (VideoStreamInfo) | 30 |
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: MPEG-4 Visual, 30 fps, 640 x 480, 2500 kbps
Audio: AAC, 48000 Hz, 128 kbps, stereo
Container: MP4
Near Standard Definition Video, optimized for iPad.
Property | Value |
---|---|
StreamType | MP4 |
Property | Value |
---|---|
StreamType (StreamInfo) | MPEG4_Video |
Bitrate (StreamInfo) | 2500000 bps |
FrameWidth (VideoStreamInfo) | 640 |
FrameHeight (VideoStreamInfo) | 480 |
FrameRate (VideoStreamInfo) | 30 |
Property | Value |
---|---|
StreamType (StreamInfo) | AAC |
StreamSubType (StreamInfo) | AAC_MP4 |
Bitrate (StreamInfo) | 128000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 48000 Hz |