From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#39703: MPV chooses the slow AV1 decoder Date: Thu, 20 Feb 2020 17:50:54 -0500 Message-ID: <20200220225054.GA28160@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55317) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4ufq-0001OL-Qe for bug-guix@gnu.org; Thu, 20 Feb 2020 17:52:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4ufp-0005cJ-VK for bug-guix@gnu.org; Thu, 20 Feb 2020 17:52:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40084) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4ufp-0005cC-Rg for bug-guix@gnu.org; Thu, 20 Feb 2020 17:52:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j4ufp-0003AS-QC for bug-guix@gnu.org; Thu, 20 Feb 2020 17:52:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:55209) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4uep-0001Kp-5m for bug-guix@gnu.org; Thu, 20 Feb 2020 17:50:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4ueo-0004iG-9K for bug-guix@gnu.org; Thu, 20 Feb 2020 17:50:59 -0500 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]:53341) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j4uen-0004hY-HI for bug-guix@gnu.org; Thu, 20 Feb 2020 17:50:57 -0500 Received: from localhost (c-76-124-138-63.hsd1.pa.comcast.net [76.124.138.63]) by mail.messagingengine.com (Postfix) with ESMTPA id 7BB56328005A for ; Thu, 20 Feb 2020 17:50:55 -0500 (EST) Content-Disposition: inline List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 39703@debbugs.gnu.org I noticed that our MPV cannot play back AV1 videos in real-time on my Thinkpad x230 laptop. MPV gets AV1 playback support from FFmpeg. Our FFmpeg package includes both the libaom and dav1d AV1 decoders. I think that MPV is using libaom, and that is too slow. I rebuilt FFmpeg without libaom, and MPV can play my AV1 test file fine now, using dav1d. I wonder, is there a way to change the preference?