SOLVED How to use Don's Video Transcode Script on Handbrake Jail

Status
Not open for further replies.

fahadshery

Contributor
Joined
Sep 29, 2017
Messages
179
Hi All,

Disclaimer: I am a total noob trying out new things. But thank you all for your help and support.

I have been studying Don's Video Transcode script for a while and want to try it on my FreeNas. (just because its a power machine to video transcode)

Here are the details: https://github.com/donmelton/video_transcoding#usage
I did the following:

  1. Create a Jail named handbrake by following these instructions
  2. Within that jail I have manually installed pkg install ruby handbrake libass ffmpeg x265 libaacs libbdplus mkvtoolnix mp4v2 mpv
  3. When I do gem install video_transcoding it says gem command not found.
  4. Then I created a new folder called transcode within that jail then did a git clone https://github.com/donmelton/video_transcoding.git`
  5. Then goto the bin folder and do transcode-video --help and it says transcode-video: Command not found.
  6. I also did a chmod +x transcode-video but no use
How can I use his transcode-video script to transcode my media?

Any help would be highly appreciated.

Many thanks
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Then goto the bin folder and do transcode-video --help and it says transcode-video: Command not found.
Try ./transcode-video and see if that works.
 

Artion

Patron
Joined
Feb 12, 2016
Messages
331
have you tried ruby ./transcode_video --help?
 
Last edited:
Status
Not open for further replies.
Top