From owner-freebsd-multimedia@FreeBSD.ORG Fri Nov 26 06:31:07 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A870C16A4CE for ; Fri, 26 Nov 2004 06:31:07 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8532643D31 for ; Fri, 26 Nov 2004 06:31:06 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 10491 invoked by uid 65534); 26 Nov 2004 06:31:04 -0000 Received: from pD955F8D5.dip.t-dialin.net (EHLO lofi.dyndns.org) (217.85.248.213) by mail.gmx.net (mp015) with SMTP; 26 Nov 2004 07:31:04 +0100 X-Authenticated: #443188 Received: from [192.168.8.4] (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id iAQ6UwXF048462 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 26 Nov 2004 07:30:58 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: Kevin Smith Date: Fri, 26 Nov 2004 07:30:56 +0100 User-Agent: KMail/1.7.1 References: <41A6B025.5030601@adelphia.net> <200411260701.50312.michaelnottebrock@gmx.net> <41A6C977.3080401@adelphia.net> In-Reply-To: <41A6C977.3080401@adelphia.net> MIME-Version: 1.0 Content-Disposition: inline X-UID: 46 X-Length: 2209 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411260730.57454.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: freebsd-multimedia@freebsd.org Subject: Re: mplayer video output driver not working X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2004 06:31:07 -0000 On Friday, 26. November 2004 07:13, Kevin Smith wrote: > PS, since xine is working, i ran xine --verbose and noticed that it was > using the xv output driver, so this is working with xine, but not with > mplayer -vo xv [..] (I tried -vo gl and a bunch of others to no avail.) The video driver is not likely to be the problem. Try specifying the device directly (for example mplayer dvd:// -dvd-device /dev/acd0c). If you have both ata and atapicam enabled, try both the acd device and the cd device (you may have to modify permissions first). Have you by chance specified a cache in .mplayer/config, or hardframedrop? The libmpeg2 decoder doesn't like most of the options - try to rename .mplayer/config to something else to make sure you run with defaults. If that still doesn't help, try editing /usr/local/share/mplayer/codecs.conf and comment out this paragraph completely (prefix each line with a ";"): videocodec mpeg12 info "MPEG 1 or 2 (libmpeg2)" comment "with postprocessing" status working format 0x10000001 ; mpeg 1 format 0x10000002 ; mpeg 2 driver libmpeg2 dll "libmpeg2" out YV12,I420,IYUV -- ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org