Select Multiple clip

Archive of historical feature requests.
Please use the GitHub link above to report issues.
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
Post Reply
edesir2
Posts: 4
Joined: Thu Jul 17, 2014 12:06 pm

Select Multiple clip

Post by edesir2 »

Hello, I'm usinig Version 0.10.5 x86_64 of Handbrake with OSX Yosemite, is it possible to have an option to select multiple clip to send to the queue, we can save so many time with an option like that.

Thank
rollin_eng
Veteran User
Posts: 4854
Joined: Wed May 04, 2011 11:06 pm

Re: Select Multiple clip

Post by rollin_eng »

While its up to devs to consider this you could probably do this using the CLI.
edesir2
Posts: 4
Joined: Thu Jul 17, 2014 12:06 pm

Re: Select Multiple clip

Post by edesir2 »

ok i'm not familar with cli but what is the command i can use to do that?
rollin_eng
Veteran User
Posts: 4854
Joined: Wed May 04, 2011 11:06 pm

Re: Select Multiple clip

Post by rollin_eng »

Something like:

Handbrakecli -i 1.mkv -o 1-1.mp4 -start 1 -stop 2
Handbrakecli -i 1.mkv -o 1-2.mp4 -start 2 -stop 3
Etc etc

You will need to look at the cli help for the correct commands.
Post Reply