lisamelton / other_video_transcoding

Other tools to transcode videos.
MIT License
544 stars 25 forks source link

zsh: command not found: other-transcode #105

Closed zendegani closed 3 years ago

zendegani commented 3 years ago

After installing other-transcode with the following commands on osx:

brew install ffmpeg
brew install mkvtoolnix
brew install mpv

I get the error:

zsh: command not found: other-transcode

I fixed this with the hints from #53949737 by:

export GEM_HOME="$HOME/.gem"
gem install other_video_transcoding

and adding export PATH=$HOME/.gem/bin:$PATH to ~/.zshrc file.

zendegani commented 3 years ago

Just for the future reference.