[MacPorts] #59860: x265 v3.2.1 does not build 10-bit (yuv420p10le, yuv422p10le or yuv444p10le)
MacPorts
noreply at macports.org
Sun Feb 16 02:06:56 UTC 2020
#59860: x265 v3.2.1 does not build 10-bit (yuv420p10le, yuv422p10le or yuv444p10le)
-------------------------+--------------------
Reporter: janngobble | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: x265 |
-------------------------+--------------------
Description changed by janngobble:
Old description:
> I installed ffmpeg @4.1.3_0+gpl2+nonfree. This installed (among other
> things) x264 & x265.
>
> x264 installed and included all 10-bit support:
> {{{
> bash-3.2$ ffmpeg -h encoder=libx264 | grep pixel
> Supported pixel formats: yuv420p yuvj420p yuv422p yuvj422p yuv444p
> yuvj444p nv12 nv16 nv21 yuv420p10le yuv422p10le yuv444p10le nv20le gray
> gray10le
> }}}
>
> x265 installed and did not include ANY 10-bit support:
> {{{
> bash-3.2$ ffmpeg -h encoder=libx264 | grep pixel
> Supported pixel formats: yuv420p yuvj420p yuv422p yuvj422p yuv444p
> yuvj444p gbrp gray
>
> bash-3.2$ x265 -V
> x265 [info]: HEVC encoder version 3.2.1+1-b5c86a64bbbe
> x265 [info]: build info [Mac OS X][clang 10.0.1][64 bit] 8bit
> x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX
> FMA3 BMI2 AVX2
> }}}
>
> x265 v3.2.1 DOES include HIGH_BIT_DEPTH options BUT a contrib patch turns
> HIGH_BIT_DEPTH off
> {{{
> bash-3.2$ grep -r HIGH_
> /opt//local/var/macports/sources/rsync.macports.org/macports/| grep 265
> /opt//local/var/macports/sources/rsync.macports.org/macports//release/tarballs/ports/multimedia/HandBrake/files/0003
> -Build-contribs-verbosely.patch:-X265.CONFIGURE.extra =
> -DENABLE_CLI=OFF -DHIGH_BIT_DEPTH=OFF
> /opt//local/var/macports/sources/rsync.macports.org/macports//release/tarballs/ports/multimedia/HandBrake/files/0003
> -Build-contribs-verbosely.patch:+X265.CONFIGURE.extra =
> -DENABLE_CLI=OFF -DHIGH_BIT_DEPTH=OFF \
> }}}
>
> How do we fix this?
> Thanks!
New description:
I installed ffmpeg @4.1.3_0+gpl2+nonfree. This installed (among other
things) x264 & x265.
x264 installed and included all 10-bit support:
{{{
bash-3.2$ ffmpeg -h encoder=libx264 | grep pixel
Supported pixel formats: yuv420p yuvj420p yuv422p yuvj422p yuv444p
yuvj444p nv12 nv16 nv21 yuv420p10le yuv422p10le yuv444p10le nv20le gray
gray10le
}}}
x265 installed and did not include ANY 10-bit support:
{{{
bash-3.2$ ffmpeg -h encoder=libx264 | grep pixel
Supported pixel formats: yuv420p yuvj420p yuv422p yuvj422p yuv444p
yuvj444p gbrp gray
bash-3.2$ x265 -V
x265 [info]: HEVC encoder version 3.2.1+1-b5c86a64bbbe
x265 [info]: build info [Mac OS X][clang 10.0.1][64 bit] 8bit
x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX
FMA3 BMI2 AVX2
}}}
How do we fix this?
Thanks!
--
--
Ticket URL: <https://trac.macports.org/ticket/59860#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list