-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HandBrakeCLI not available #302
Comments
@DrakeSeven Sorry you're having this problem. It appears that BTW, don't install both the regular and Cask formula for Can you paste in the output these commands here?
... and:
Thanks. |
Hi Don,
Thanks for your quick reply!
I use the Handbrake GUI (Cask) very frequently and I also wanted to use it via command line (Formula).
That’s why I installed both.
Do you think there could be a conflict?
Here is my Terminal:
wolf$ which HandbrakeCLI
wolf$ brew list handbrake
/usr/local/Cellar/handbrake/1.3.0/bin/HandBrakeCLI
Seems that I have to add the path to HandBrakeCLI to my $PATH …
wolf$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Frameworks/Mono.framework/Versions/Current/Commands
wolf$
By the way:
wolf$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
mkvtoolnix
handbrake
wolf$
Best,
Wolf
… On 01.12.2019, at 17:22, Don Melton ***@***.***> wrote:
@DrakeSeven <https://github.com/DrakeSeven> Sorry you're having this problem. It appears that HandBrakeCLI cannot be found in your $PATH. Which is peculiar because Homebrew should take care of that.
BTW, don't install both the regular and Cask formula for handbrake.
Can you paste in the output these commands here?
which HandbrakeCLI
... and:
brew list handbrake
Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#302>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AF3C2XRPMI7C6FRXYZBUFY3QWPQGBANCNFSM4JTKRB4A>.
|
@DrakeSeven It's possible there could be a conflict installing both the command line and GUI app packages especially since they appear to be different versions. You would probably be better off removing both versions that the installed via Homebrew and just download and install them manually from the images provided on the HandBrake website. I was going to recommend you do that anyway since other users are reporting a problem with the current version of Of course, if you install I'm not sure what to do about the diagnostic output of |
Here's how I handle HandBrakeCLI:
Because I frequently use nightly builds this lets me add new ones and just update the softlink to point to the version I want. If I want to go back to a previous version, just update the softlink again. If you've already installed the home-brew version you may need to delete their shortcut first. I think they shortcut everything into /usr/local/bin but I'm not for sure on HandBrakeCLI as I've never installed the home-brew version. I usually install the GUI version as well but not the nightly build, I install it in the normal /Applications folder. Seems to work dual-installed with what I do above. |
@DrakeSeven Is this still a problem for you? And many thanks to @kvanh for his awesome comment! |
I have installed dependencies with
Homebrew 2.2.0
.However, I get the following error when I run transcode-video:
user$ transcode-video --scan /Volumes/BLURAY_DISC
/usr/local/bin/transcode-video: HandBrakeCLI not available
I have installed both the Formula
handbrake 1.3.0
and the Caskhandbrake 1.2.2
.The text was updated successfully, but these errors were encountered: