AVBlocks for .NET  3.0
Audio and Video Software Development Kit
Preset.Video.VCD Class Reference

Presets for Video CD. More...

Static Public Attributes

const string NTSC = "vcd.ntsc"
 Video: MPEG-1, 29.97 fps, 352 x 240, 1100 kbps
Audio: MPEG-1 Layer 2, 44100Hz, stereo, 192 kbps
Container: MPEG Program Stream
VCD NTSC.
 
const string PAL = "vcd.pal"
 Video: MPEG-1, 25fps, 352 x 288, 1100 kbps
Audio: MPEG-1 Layer 2, 44100Hz, stereo, 192 kbps
Container: MPEG Program Stream
VCD PAL.
 

Detailed Description

Presets for Video CD.

Member Data Documentation

◆ NTSC

const string NTSC = "vcd.ntsc"
static

Video: MPEG-1, 29.97 fps, 352 x 240, 1100 kbps
Audio: MPEG-1 Layer 2, 44100Hz, stereo, 192 kbps
Container: MPEG Program Stream
VCD NTSC.

Socket

Property Value
StreamType MpegPS
StreamSubType Mpeg1System

%Video Pin

Property Value
StreamType (StreamInfo) Mpeg1Video
Bitrate (StreamInfo) 1100000 bps
FrameWidth (VideoStreamInfo) 352
FrameHeight (VideoStreamInfo) 240
DisplayRatioWidth (VideoStreamInfo) 4
DisplayRatioHeight (VideoStreamInfo) 3
FrameRate (VideoStreamInfo) 29.97

%Audio Pin

Property Value
StreamType (StreamInfo) MpegAudio
StreamSubType (StreamInfo) MpegAudioLayer2
Bitrate (StreamInfo) 192000 bps
ChannelLayout (AudioStreamInfo) LayoutStereo
Channels (AudioStreamInfo) 2
SampleRate (AudioStreamInfo) 44100 Hz

◆ PAL

const string PAL = "vcd.pal"
static

Video: MPEG-1, 25fps, 352 x 288, 1100 kbps
Audio: MPEG-1 Layer 2, 44100Hz, stereo, 192 kbps
Container: MPEG Program Stream
VCD PAL.

Socket

Property Value
StreamType MpegPS
StreamSubType Mpeg1System

%Video Pin

Property Value
StreamType (StreamInfo) Mpeg1Video
Bitrate (StreamInfo) 1100000 bps
FrameWidth (VideoStreamInfo) 352
FrameHeight (VideoStreamInfo) 288
DisplayRatioWidth (VideoStreamInfo) 4
DisplayRatioHeight (VideoStreamInfo) 3
FrameRate (VideoStreamInfo) 25

%Audio Pin

Property Value
StreamType (StreamInfo) MpegAudio
StreamSubType (StreamInfo) MpegAudioLayer2
Bitrate (StreamInfo) 192000 bps
ChannelLayout (AudioStreamInfo) LayoutStereo
Channels (AudioStreamInfo) 2
SampleRate (AudioStreamInfo) 44100 Hz