AVBlocks for C++  3.0
Audio and Video Software Development Kit
Loading...
Searching...
No Matches
primo::avblocks::Preset::Video::DVD Namespace Reference

Presets for DVD-Video. More...

Variables

static const char NTSC_16x9_MP2 [] = "dvd.ntsc.16x9.mp2"
 Video: MPEG-2, 29.97 fps, 720 x 480, aspect 16:9
Audio: MPEG-1 Layer 2, 48000 Hz, stereo
Container: PS (MPEG-2 Program Stream)

 
static const char NTSC_16x9_PCM [] = "dvd.ntsc.16x9.pcm"
 Video: MPEG-2, 29.97 fps, 720 x 480, aspect 16:9
Audio: PCM, 16-bit, 48000 Hz, stereo
Container: PS (MPEG-2 Program Stream)

 
static const char NTSC_4x3_MP2 [] = "dvd.ntsc.4x3.mp2"
 Video: MPEG-2, 29.97 fps, 720 x 480, aspect 4:3
Audio: MPEG-1 Layer 2, 48000 Hz, stereo
Container: PS (MPEG-2 Program Stream)

 
static const char NTSC_4x3_PCM [] = "dvd.ntsc.4x3.pcm"
 Video: MPEG-2, 29.97 fps, 720 x 480, aspect 4:3
Audio: PCM, 16-bit, 48000 Hz, stereo
Container: PS (MPEG-2 Program Stream)

 
static const char PAL_16x9_MP2 [] = "dvd.pal.16x9.mp2"
 Video: MPEG-2, 25 fps, 720 x 576, aspect 16:9
Audio: MPEG-1 Layer 2, 48000 Hz, stereo <br > Container: MPEG_PS <br >
 
static const char PAL_4x3_MP2 [] = "dvd.pal.4x3.mp2"
 Video: MPEG-2, 25 fps, 720 x 576, aspect 4:3
Audio: MPEG-1 Layer 2, 48000 Hz, stereo
Container: MPEG_PS <br >
 

Detailed Description

Presets for DVD-Video.

Variable Documentation

◆ NTSC_16x9_MP2

const char NTSC_16x9_MP2[] = "dvd.ntsc.16x9.mp2"
static

◆ NTSC_16x9_PCM

◆ NTSC_4x3_MP2

const char NTSC_4x3_MP2[] = "dvd.ntsc.4x3.mp2"
static

◆ NTSC_4x3_PCM

◆ PAL_16x9_MP2

const char PAL_16x9_MP2[] = "dvd.pal.16x9.mp2"
static

◆ PAL_4x3_MP2