From owner-freebsd-questions@FreeBSD.ORG Sun Mar 23 09:58:41 2008 Return-Path: Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C041F1065670 for ; Sun, 23 Mar 2008 09:58:41 +0000 (UTC) (envelope-from n.kobschaetzki@googlemail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 77E498FC17 for ; Sun, 23 Mar 2008 09:58:41 +0000 (UTC) (envelope-from n.kobschaetzki@googlemail.com) Received: by py-out-1112.google.com with SMTP id u52so3257326pyb.10 for ; Sun, 23 Mar 2008 02:58:40 -0700 (PDT) Received: by 10.35.86.19 with SMTP id o19mr6179316pyl.43.1206266320950; Sun, 23 Mar 2008 02:58:40 -0700 (PDT) Received: from mars.universe ( [85.178.199.14]) by mx.google.com with ESMTPS id f77sm15506291pyh.32.2008.03.23.02.58.39 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 23 Mar 2008 02:58:40 -0700 (PDT) Date: Sun, 23 Mar 2008 10:58:35 +0100 From: Niels Kobschaetzki To: Nikola =?UTF-8?B?TGXEjWnEhw==?= Message-Id: <20080323105835.97844eb9.n.kobschaetzki@googlemail.com> In-Reply-To: <20080323023910.258a325d@anthesphoria.net> References: <47E4F80E.8060607@googglemail.com> <20080321125319.GA47510@home.mehulved.org> <20080323023910.258a325d@anthesphoria.net> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: FreeBSD-Questions@FreeBSD.org Subject: Re: mplayer-problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2008 09:58:41 -0000 On Sun, 23 Mar 2008 02:39:10 +0100 Nikola Lečić wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > On Sat, 22 Mar 2008 15:06:22 +0100 > "Niels Kobschaetzki" wrote: > > > Now the video plays but the output looks scrambled and mplayer tells > > me that my machine is too slow. But even on a P3 1 GHz DVDs should > > run…especially when DivX and co can be decoded w/out any problems. > > Any ideas? > > If the DVD output is scrambled you most likely need > multimedia/libdvdcss. However, don't forget that (from ports/LEGAL): > > multimedia/libdvdcss CSS code may violate the DMCA The output isn't scrambled in the idea of "it can't be decoded" but in the idea of "I get error messages that my comp is too slow (what I do not believe)" > > The best way to play DVDs in mplayer is to access them through > > mplayer dvdnav:// > > This way you will have a full control over DVD menus. I didn't know that one :) > Lastly, you can > try multimedia/ogle, which is a DVD-only player and probably handles DVD > menus better than mplayer. Ogle also needs libdvdcss. Every freeware-media player needs libdvdcss because it has otherwise no possibility to decode css-protected DVDs. Open Source-projects usually do not have the money and possibilities to get their project licensed with the DVD association. Btw. ogle gives me only: ERROR[ogle_nav]: faild to open/read the DVD callbacks.on_opendvd_activate(): DVDSetDVDRoot: Root not set Note[ogle_gui]: GetDiscID failed Niels