I referenced this existing posting to get started: How to install libx265 for ffmpeg on Mac OSX
Now that I have uninstalled ffmpeg with "brew uninstall --force ffmpeg" and installed with the corrected version listed in the link above, I am getting the error message: bash: /usr/local/Cellar/ffmpeg/3.0.2/bin/ffmpeg: No such file or directory.
The issue is easily located due to /ffmpeg/3.0.2 not existing. The only existing directory at that location is 3.2.2, and the corresponding bin/ffmpeg inside of it.
It is helpful to note that I had previously gotten ffmpeg doing what I needed it to by following this installation guide, and my issues arose only when trying to enable and use h265 encoding following the steps in the above linked posting: http://www.renevolution.com/ffmpeg/2013/03/16/how-to-install-ffmpeg-on-mac-os-x.html
The last step in the above-linked renevolution post installs more libraries - perhaps there is some dependency I'm missing? I have attempted reinstalling and following the renevolution post to get back to my baseline testing, but am still getting the same 'version' error.
Any help or guidance would be appreciated. I am very new at this and trying to solve a problem a bit over my head.