Date: Mon, 29 Mar 2004 20:11:56 +0200 From: Robert Storey <y2kbug@ms25.hinet.net> To: freebsd-questions@freebsd.org Subject: Re: cannot mount vcd Message-ID: <20040329201156.292d1cc9.y2kbug@ms25.hinet.net> In-Reply-To: <20040329050547.49244.qmail@web25005.mail.ukl.yahoo.com> References: <20040329050547.49244.qmail@web25005.mail.ukl.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
You don't mount VCDs to play them. A simple command to play a VCD would look something like this: mplayer -vcd 2 This means play starting from track 2. You can of course start from track 1. What's important is that you MUST specify a track, or else mplayer will exit with an error message. Of course, you can throw in a bunch of other options, such as loop playing, zooming, adjusting the brightness, etc: mplayer -loop 0 -brightness 10 -zoom -x 790 -y 570 -vcd 1 See "man mplayer" for more details about all these options. regards, Robert On Mon, 29 Mar 2004 06:05:47 +0100 (BST) Tadimeti Keshav <keshav_tadimeti@yahoo.co.uk> wrote: > hi all, > I am able to mount ordinary data CDs, but not VCDs. > Hence cannot watch VCDs with mplayer. > Am I missing something? > Thanks > Tk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040329201156.292d1cc9.y2kbug>