something is wrong with my $6 or the subtitle variable
Using HandBrakeCLI from command line I get the following:
[03:55:29] * subtitle track 0, Unknown (id 2) Text [SSA] -> Render/Burn in, Forced Only, Default (this shows that all of the subtitles are working as expected)
Running the same command from within encode.sh
[03:56:30] * subtitle track 0, Unknown (id 2) Text [SSA] -> Pass-Through (not working as expected)
It seems that using Handbrake from cmd line it understands the full line below
'--subtitle=1 --subtitle-forced=1 --subtitle-burn=1 --subtitle-default=1'
However, when used within encode.sh it only reads the first command --subtitle=1 and ignores the rest. Even when echoing the encode.sh everything looks correct.
Hence I am stuck and have been for days. Can anyone spot anything wrong or out of place?
I don't know what to say besides I hate and love you at the same time!
Thanks