Re: Homebrew and ffmpeg and x265, oh my!

Arno Hautala <arno-mkieixxH3ob2fBVCVOL8/[email protected]>
Newsgroups gmane.comp.macosx.general
Message-ID <CADQ_9mHT8dOWwhN_j7W4tAdhRYQv5w76nvAeUX74SqbX-uHQDA@mail.gmail.com>
 On Mon, Aug 6, 2018 at 10:21 AM @lbutlr <kremels-/[email protected]> 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    /-|   arno-mkieixxH3ob2fBVCVOL8/[email protected]

pgp b2c9d448

_______________________________________________
MacOSX-talk mailing list
[email protected]
http://www.omnigroup.com/mailman/listinfo/macosx-talk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.