From owner-freebsd-multimedia@FreeBSD.ORG Fri Nov 26 06:11:17 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 0AD6416A4CE for ; Fri, 26 Nov 2004 06:11:17 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FD7E43D54 for ; Fri, 26 Nov 2004 06:11:16 +0000 (GMT) (envelope-from smithcam@adelphia.net) Received: from [192.168.0.199] (really [68.169.225.230]) by mta10.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20041126061116.JQBZ18426.mta10.adelphia.net@[192.168.0.199]>; Fri, 26 Nov 2004 01:11:16 -0500 Message-ID: <41A6C901.4020605@adelphia.net> Date: Thu, 25 Nov 2004 22:11:13 -0800 From: Kevin Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041120 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Nottebrock , freebsd-multimedia@freebsd.org References: <41A6B025.5030601@adelphia.net> <200411260701.50312.michaelnottebrock@gmx.net> In-Reply-To: <200411260701.50312.michaelnottebrock@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:11:17 -0000 I do see now that the 2nd message after the error reflects the 2nd choice driver - so that's probably not it. I've tried dvd:// dvd:://9 dvd:://1 etc. - results in a quick flash of of what looks like window is created for a split second and mplayer exits with the output in my previous email. It appear that it looks like it sees a very short track then exits, however, I play the same DVD titles on xine and it works fine. The titles are not that short. btw, to get rid of the warning, I just compiled it with make -DWITHOUT_RUNTIME_CPUDETECTION. I didn't expect that to help (and it didn't) but I was trying to eliminated all possibilities. -K Michael Nottebrock wrote: >On Friday, 26. November 2004 05:25, Kevin Smith wrote: > > >>I'm trying to get DVD playback working using mplayer (MPlayer >>1.0pre5-3.4.2) on my system (P4 - BSD 5.3 with Nvidia FX5200). >> >>I have xine playing back DVD's just fine, but I would like to use >>mplayer as well. >> >>I built it from the ports tree (default options) and when I run mplayer >>using the following command, I get the following text back. >> >> > >[...] > > > >>Selected video codec: [mpeg12] vfm:libmpeg2 (MPEG 1 or 2 (libmpeg2)) >>========================================================================== >>Audio: no sound >>Starting playback... >>VDec: vo config request - 720 x 480 (preferred csp: Planar YV12) >>VDec: using Planar YV12 as output csp (no 0) >>Movie-Aspect is 1.33:1 - prescaling to correct movie aspect. >>VO: [xv] 720x480 => 720x540 Planar YV12 >>V: 0.0 1 0% 0% 0.0% 0 0 0% >> >>Exiting... (End of file) >> >> > >The output doesn't suggest there's a problem with the video output driver. > >[mpegpes] is a special passthrough decoder driver for use with hardware mpeg2 >decoders. It comes first in the order of drivers to be tried for MPEG video, >but will fail if no such hardware is present. The second decoder driver >[mpeg12] is the one that's actually used, and it initializes just fine. >However, the title you're trying to play seems to be just very very short >(mplayer doesn't currently support DVD navigation menus, it just plays the >available titles in ascending order, which is not necessarily the correct >order). > >Try playing a different title (for example dvd://2). > > >