Apparently, on Wed, Apr 10, 2002 at 07:09:11AM +0800, csj wrote: > > As for FFmpeg encoding to a VCD-compliant stream, I don't know. What > options do you pass to FFmpeg or NVrec? > I've never made a VCD but, according to documents I found on the web, the specs are: MPEG-1 video stream with the dimensions 352x240 (NTSC) or 352x288 (PAL) and a bitrate of 1152 KBit/sec MPEG-1 layer 2 audiostream with a sample rate of 44100 Hz, stereo and a bitrate of 224 KBit/sec
That should translate to a command like this: FFMPEGrec -w 352 -h 240 -norm NTSC -input Television -vb 1152 -s -ab 224 -o output.mpg I'd be glad to hear if this works because I probably will want to make some VCD's down the road. Good luck. -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]