From owner-freebsd-questions@FreeBSD.ORG Mon Sep 1 00:14:31 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 509DC16A4BF for ; Mon, 1 Sep 2003 00:14:31 -0700 (PDT) Received: from mf1.bredband.net (mf1.bredband.net [195.54.106.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE13A43FD7 for ; Mon, 1 Sep 2003 00:14:29 -0700 (PDT) (envelope-from peder.blom@bredband.net) Received: from Hecate.my.hell ([213.113.217.132]) by mf1.bredband.net with SMTP id <20030901071428.BUVH22258.mf1@Hecate.my.hell>; Mon, 1 Sep 2003 09:14:28 +0200 Date: Mon, 1 Sep 2003 09:14:14 +0200 From: Peder Blom To: stan Message-Id: <20030901091414.4c85b5d7.peder.blom@bredband.net> In-Reply-To: <20030831011352.GA16089@teddy.fas.com> References: <20030831011352.GA16089@teddy.fas.com> X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: playing a DVD with mplayer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 07:14:31 -0000 On Sat, 30 Aug 2003 21:13:52 -0400 stan wrote: > I just got a new notebook with a DVD drive. I compiled mplayer from > the ports. > > Now I want to play a smaple VD that I have. What do I need to do to > mount the DVD? > > -- You don't have to mount it. Just run mplayer. As an example, this is what I do to view chapter 5 of title 6 with japanese sound and english subtitles in fullscreen mode: mplayer -dvd 6 -dvd-device /dev/acd0c -alang ja -slang en -fs -cache 8192 -chapter 5 See "man mplayer" for (many!) more options.