Skip to content
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

Handbrake command #44

Open
phathak opened this issue Oct 8, 2016 · 0 comments
Open

Handbrake command #44

phathak opened this issue Oct 8, 2016 · 0 comments

Comments

@phathak
Copy link

phathak commented Oct 8, 2016

Hello,

I'm looking to make a script with a basic for loop that iterates through a folder using user presets. Right now it seems to be bypassing the "--preset -Z" option when using a user preset. Would you be able to tell me what's wrong with this command? Since your app handles user presets pretty well, I thought you could share the way you do it.

Thank you

#!/bin/bash
for file in /Volumes/Medias/To_Compress/To_Do/*
do /Applications/HandBrake.app/Contents/MacOS/HandBrakeCLI -v -i "$file" -o ./Compressed/"$file".converted.mkv -Z "High Profile" ;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant