From owner-freebsd-ports-bugs@freebsd.org Wed Jan 22 22:57:59 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 96CB4221684 for ; Wed, 22 Jan 2020 22:57:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 48315g3ZHLz4fT3 for ; Wed, 22 Jan 2020 22:57:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 789F1221683; Wed, 22 Jan 2020 22:57:59 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 785EB221682 for ; Wed, 22 Jan 2020 22:57:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48315g1Rdpz4fT1 for ; Wed, 22 Jan 2020 22:57:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 288594FFD for ; Wed, 22 Jan 2020 22:57:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00MMvxQM019439 for ; Wed, 22 Jan 2020 22:57:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00MMvxAN019437 for ports-bugs@FreeBSD.org; Wed, 22 Jan 2020 22:57:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 238773] multimedia/x265: Only highest bit-depth profile is built when multiple (bit-depth OPTIONS) are selected Date: Wed, 22 Jan 2020 22:57:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: amvandemore@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2020 22:57:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238773 --- Comment #23 from amvandemore@gmail.com --- 8 bit is absolutely required because it's the standard bit depth for any co= mmon video of decent quality for some time. 10 bit might be optional for most x2= 65 users but is required by some. That divide between optional and mandatory f= or x265 is shifting towards mandatory. 8 and 10 bit decoders are both very commonly found in mid-level and up devices including mobile. 12 bit is very rarely used IME and that is unlikely to change anytime in the foreseeable near-term, but none of us can see all ends. Perhaps that too w= ill change. Dolby Vision and other contenders may be able to make it useful. HDR/HDR10 is similar to 10 bit in that it is optional for some users as it requires full chain(encoder, player and display) support, but mandatory for others if possible. I have a whole stack of 4k movies waiting to be encoded into my VOD collection and when I do so, the encoder **will** have HDR* support. If not the FreeBSD port, then something else will have to do. All that being said, I think all 3 profiles should be installed by default.= =20 Most people encoding videos have multiple needs and the needs grow, not shr= ink. I'm guessing the extra compile time and disk space is going to be quite negligible to anyone taking on HEVC encoding. So it seems to me to be only= a matter of port complexity and the implementation. --=20 You are receiving this mail because: You are the assignee for the bug.=