On Mon, Aug 6, 2018 at 10:21 AM @lbutlr <krem...@kreme.com> wrote:
>
>  # brew install ffmpeg  --with-x265
>
> No sign of the x265 library. Any ideas?


I'm not very familiar with HomeBrew, it looks like it's downloading a
precompiled binary. I wouldn't expact that to have custom options enabled.
It also looks like the files were installed to the Cellar, but should there
be an activation step where they are linked to the 'bin' directory?
You could try instead:

# port install ffmpeg

;-)

x265 is a default variant for macOS 10.6+

Possibly more helpful in this case, I came across this gist [1] that
includes a command at the end to install all available options:

# brew install ffmpeg $(brew options ffmpeg | grep -vE '\s' | grep --
'--with-' | tr '\n' ' ')

[1]: https://gist.github.com/clayton/6196167

--
arno  s  hautala    /-|   a...@alum.wpi.edu

pgp b2c9d448
_______________________________________________
MacOSX-talk mailing list
MacOSX-talk@omnigroup.com
http://www.omnigroup.com/mailman/listinfo/macosx-talk

Reply via email to