diff options
Diffstat (limited to 'graphics/vcdtools/pkg-descr')
-rw-r--r-- | graphics/vcdtools/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/vcdtools/pkg-descr b/graphics/vcdtools/pkg-descr new file mode 100644 index 000000000000..70de86592ac1 --- /dev/null +++ b/graphics/vcdtools/pkg-descr @@ -0,0 +1,14 @@ +The VCD-Tools contain two programs, vcdmplex for multiplexing a MPEG audio +and video stream in a form suitable for the VCD and mkvcdfs for making a +raw image of the VCD. + +HOW TO MAKE A VCD: + + - create a MPEG-1 video stream with the dimensions 352x240 (NTSC) or + 352x288 (PAL) and a bitrate of 1152 KBit/sec + - create a MPEG-1 layer 2 audiostream with a sample rate of 44100 Hz, + stereo and a bitrate of 224 KBit/sec + - multiplex these two streams with vcdmplex + - use mkvcdfs to create a VCD image of one ore more of those MPEG streams + +WWW: http://www.munich-vision.de/vcd/ |