Create the jail
Run these commands inside the jail.
I used this python script and commented out import ntfsutils.junction (Line 63)
and then changed these lines:
Run the Python Script in the jail:
root@encoder_jail:
Thanks to @KameeCoding & https://www.reddit.com/user/infinull for helping me get it working.
Run these commands inside the jail.
pkg install pythonpkg install ffmpegpkg install handbrake- Filebot (optional): Extracted the portable package into a folder in the jail -- Screenshot
pkg install libassportsnap fetchcd /usr/ports/audio/lamemake install clean(just keep hitting enter till it's finished)
I used this python script and commented out import ntfsutils.junction (Line 63)
and then changed these lines:
FFMPEG = '/usr/local/bin/ffmpeg' #'/usr/bin/FFMPEG'
HANDBRAKE = "/usr/local/bin/HandBrakeCLI" #'/usr/bin/HandBrakeCLI"
FILEBOT = '/filebot/filebot.sh'Run the Python Script in the jail:
root@encoder_jail:
nohup python conv2mp4.py &Thanks to @KameeCoding & https://www.reddit.com/user/infinull for helping me get it working.