Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 586 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 586 Bytes

convert_video

Convert video's to H.265

Here are the parameters that are currently supported

//Not used yet, is hardcoded right now EXT="mkv\|avi\|mp4\|mov\"

//Source if you don't provide one SRC="/media/TV/Breaking Bad/Season 05/"

//Temporary destination DEST="/media/Pool2/Temp"

//Extension for final file DEST_EXT=mkv

//Log file LogFile="/home/files/Dropbox/Automator/Logs"

//Path to Handbrake CLI HANDBRAKE_CLI=HandBrakeCLI

//Default quality Quality=18

//Default Speed Preset=medium

//Not used currently MAXDEPTH="-maxdepth 0"

//Not used currently SIZE="-size +5G"