AVBlocks for .NET
2.3
Audio and Video Software Development Kit
|
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 More... | |
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 More... | |
Presets for Video CD
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
Property | Value |
---|---|
StreamType | MpegPS |
StreamSubType | Mpeg1System |
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 |
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
Property | Value |
---|---|
StreamType | MpegPS |
StreamSubType | Mpeg1System |