AlBundy33 / hb_rb

hb.rb is a wrapper-script to automate HandbrakeCLI
https://forum.handbrake.fr/viewtopic.php?f=10&t=26163
GNU General Public License v3.0
7 stars 2 forks source link

Subtitle flag does not work #3

Open mortenfirst opened 4 years ago

mortenfirst commented 4 years ago

The subtitle selector does not work anymore. Maybe the syntax has changed in HandBrakeCLI? It works if you set --subtitle-lang-list in xtra flag.

pjz commented 2 years ago

Any chance this will get fixed? My ruby-fu is somewhere between terrible and nonexistant.

AlBundy33 commented 2 years ago

You could use an older version of HandbrakeCLI.

I have an older i7 and therefore stuck on an older version of HandbrakeCLI that supports qsv for my cpu.

Maybe this is a possible workaround for you.

pjz commented 2 years ago

As a workaround, I just hand-hacked the script to hardcode my preference, adding

command << " --subtitle-lang-list eng --all-subtitles"

around line 1306.