From owner-freebsd-current@FreeBSD.ORG Sun Sep 25 07:18:02 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2012316A41F for ; Sun, 25 Sep 2005 07:18:02 +0000 (GMT) (envelope-from supraexpress@globaleyes.net) Received: from mercury.ll.net (mercury.ll.net [209.131.224.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C335943D48 for ; Sun, 25 Sep 2005 07:18:01 +0000 (GMT) (envelope-from supraexpress@globaleyes.net) Received: from globaleyes.net (unverified [209.131.253.172]) by mercury.ll.net (Vircom SMTPRS 3.2.315.0) with ESMTP id for ; Sun, 25 Sep 2005 02:17:59 -0500 Date: Sun, 25 Sep 2005 02:17:56 -0500 (CDT) From: supraexpress@globaleyes.net To: freebsd-current@FreeBSD.org In-Reply-To: <1127117099.6537.18.camel@pav.hide.vol.cz> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8BIT Message-Id: <20050925071801.C335943D48@mx1.FreeBSD.org> Cc: Subject: Re: mplayer audio chokes on LOTR DVD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 07:18:02 -0000 Ah - it turns out that you NOW need to include another port to get the DTS (AVI) support, libdts-0.0.2, and then recompile MPlayer. THEN it will again play LOTR DVD's. On 19 Sep, Pav Lucistnik wrote: > supraexpress@globaleyes.net píše v po 19. 09. 2005 v 00:41 -0500: > >> In the past, I used to be able to play the LOTR DVD's without any problem. >> Now, I keep getting "Couldn't find matching filter/ao format!" error >> messages, no matter what sound module/driver I choose, and then all I get is >> a loud buzz/hum. Playing OTHER types of DVDs, that apparaently use a >> different audio codec, work just fine. > >> Cannot find codec 'dts' in libavcodec... > >> Opening audio decoder: [hwac3] AC3/DTS pass-through S/PDIF >> No accelerated IMDCT transform found >> hwac3: switched to DTS, 768000 bps, 48000 Hz >> AUDIO: 48000 Hz, 2 ch, ac3, 768.0 kbit/50.00% (ratio: 96000->192000) >> Selected audio codec: [hwdts] afm:hwac3 (DTS through S/PDIF) > > I noticed this too, it's trying to play a DTS audio track, it can't open > an DTS decoder so it tried to send raw DTS data to S/PDIF output on your > soundcard. > > I don't think this is FreeBSD problem, it's more likely an mplayer > problem. >