Search found 2 matches

by baron164
Sun Feb 25, 2018 2:35 am
Forum: Command Line Interface And Scripting
Topic: HandbrakeCLI Script not working
Replies: 2
Views: 3098

Re: HandbrakeCLI Script not working

D'oh!, looks like that was the issue, I took a few hours away from and when I looked back at the script I noticed that the very first line should have been "SRC" instead of just RC. I must have accidentally deleted the first character at some point and not noticed. I put fix that and boom ...
by baron164
Sat Feb 24, 2018 5:09 pm
Forum: Command Line Interface And Scripting
Topic: HandbrakeCLI Script not working
Replies: 2
Views: 3098

HandbrakeCLI Script not working

I am trying to run a HandBrakeCLI script to re-encode a folder full of tv show episodes. I am running this in Ubuntu 16.04.4. This is my bash script: RC="/drives/downloads/TVShows" DEST="/drives/shows/x265-Out" DEST_EXT=mkv HANDBRAKE_CLI=HandBrakeCLI for FILE in "$SRC"/...