|
AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
Preset for iPod devices. More...
Variables | |
| static const char | H264_240p [] = "ipod.mp4.h264.240p" |
| Video: H.264 Baseline Profile, 25 fps, 320 x 240, 300 kbps Audio: AAC, 48000 Hz, stereo, 64 kbps Container: MP4 Optimized for iPod. More... | |
| static const char | iPodTouch_MP4_H264_480p [] = "iPodTouch.mp4.h264.480p" |
| Video: H.264, 30 fps, 640x480, bitrate 1500 kbps, profile Baseline, aspect 4:3, Level 3 Audio: AAC, 48000 Hz, stereo, bitrate 160 kbps Container: MP4 More... | |
| static const char | MPEG4_240p [] = "ipod.mp4.mpeg4.240p" |
| Video: MPEG-4 Visual, 25 fps, 320 x 240, 600 kbps Audio: AAC, 48000 Hz, stereo, 64 kbps Container: MP4 Optimized for iPod. More... | |
|
static |
Video: H.264 Baseline Profile, 25 fps, 320 x 240, 300 kbps
Audio: AAC, 48000 Hz, stereo, 64 kbps
Container: MP4
Optimized for iPod.
| Property | Value |
|---|---|
| StreamType | MP4 |
| Property | Value |
|---|---|
| StreamType (StreamInfo) | H264 |
| StreamSubType (StreamInfo) | AVC1 |
| Bitrate (StreamInfo) | 300000 bps |
| FrameWidth (VideoStreamInfo) | 320 |
| FrameHeight (VideoStreamInfo) | 240 |
| FrameRate (VideoStreamInfo) | 25 |
| Parameter | Value |
|---|---|
| H264Profile | Baseline |
| EntropyCodingMode | CAVLC |
| NumBFrames | 0 |
| NumRefFrames | 1 |
| Transform8x8 | FALSE |
| KeyFrameInterval | 25 |
| KeyFrameIDRInterval | 1 |
| AccessUnitDelimiters | TRUE |
| Property | Value |
|---|---|
| StreamType (StreamInfo) | AAC |
| StreamSubType (StreamInfo) | AAC_MP4 |
| Bitrate (StreamInfo) | 64000 bps |
| ChannelLayout (AudioStreamInfo) | LayoutStereo |
| Channels (AudioStreamInfo) | 2 |
| SampleRate (AudioStreamInfo) | 48000 Hz |
|
static |
Video: H.264, 30 fps, 640x480, bitrate 1500 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: MPEG-4 Visual, 25 fps, 320 x 240, 600 kbps
Audio: AAC, 48000 Hz, stereo, 64 kbps
Container: MP4
Optimized for iPod.
| Property | Value |
|---|---|
| StreamType | MP4 |
| Property | Value |
|---|---|
| StreamType (StreamInfo) | MPEG4_Video |
| Bitrate (StreamInfo) | 600000 bps |
| FrameWidth (VideoStreamInfo) | 320 |
| FrameHeight (VideoStreamInfo) | 240 |
| 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 |