Skip to content

Handbrake command #44

@phathak

Description

@phathak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions