-
Notifications
You must be signed in to change notification settings - Fork 14
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
transcode-video.sh: can't determine HandBrakeCLI version #7
Comments
Hi, ya this project requires Handbrake. |
I installed it. Still get the same error. Do I need to point handbrake or point something to handbrake? Do you think this should be mentioned as a prerequisite to install handbrake in the resume guide? As there is no mention about needing to install handbrake in the readme guide? |
Did you run this via vagrant? Handbrake is installed within the VM during the |
I followed the readme guide to the letter. Where I mentioned above about installing handbrake. I installed it on the machine. Not the VM. 🤦🏼♂️ Everything appears when I set the shared folder “transcoder” How do I run that command ? I don’t know the password to get into the VM. |
You don't need handbrake on the host machine. It's only needed within the VM and Vagrant should install it when the VM is created. Sorry, I haven't messed with this project in years. |
You can get into the VM with |
Fair enough. Maybe something has changed to install/use handbrake? |
It could have. You could try |
Thanks Andy. Appreciate the advice on a Sunday for an old project. Will give it a go and report back. 👍 |
Hey jammmyb, were you able to get this working? I'm running into the same issue and would like to see if you've been able to get it fixed. |
hi!
stumbled across this via a comment on Reddit.
got it installed and running. but i'm getting this error so far on what i've put in the input folder.
2019-07-27 09:57:51,251 - Found new input "NAME OF MOVIE (720p).mkv"
2019-07-27 09:57:51,251 - Scanning "NAME OF MOVIE (720p).mkv" for metadata
2019-07-27 09:57:54,771 - Detecting crop for input "NAME OF MOVIE (720p).mkv"
2019-07-27 09:58:22,472 - Using crop "0:0:0:0" for input "NAME OF MOVIE (720p).mkv"
2019-07-27 09:58:22,476 - Transcoding input "/media/transcoder/input/NAME OF MOVIE (720p).mkv" with command: transcode-video.sh --crop 0:0:0:0 --mkv --slow --allow-dts --allow-ac3 --find-forced add --copy-all-ac3 --output "/media/transcoder/work/NAME OF MOVIE (720p).mkv" "/media/transcoder/input/NAME OF MOVIE (720p).mkv"
2019-07-27 09:58:22,734 - Transcoding failed for input "NAME OF MOVIE (720p).mkv": transcode-video.sh: can't determine HandBrakeCLI version
i can't see any mention of handbrake needing to be installed. do i need to install it?
The text was updated successfully, but these errors were encountered: