shannah / handbrake-watcher

CLI tool to watch folders and convert media files using Handbrake
25 stars 9 forks source link

Burned-in Subtitles #6

Closed jlhunter2008 closed 6 years ago

jlhunter2008 commented 6 years ago

How do I update my handbrake.properties file so it skips burned-in subtitles? For example, PGS and Bitmap. I can't seem to find anything in the Handbrake CLI documentation. I only want subtitles that I manually turn on when viewing that content.

shannah commented 6 years ago

I don't know. I haven't done much with subtitles. Is it the case that subtitles are burned into the source content that you are converting already, or is that handbrake is burning the subtitles in and they weren't there before?

jlhunter2008 commented 6 years ago

Handbrake is burning the subtitles in and they weren’t there before.

On Tue, Jan 16, 2018 at 6:43 PM Steve Hannah notifications@github.com wrote:

I don't know. I haven't done much with subtitles. Is it the case that subtitles are burned into the source content that you are converting already, or is that handbrake is burning the subtitles in and they weren't there before?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/shannah/handbrake-watcher/issues/6#issuecomment-358145533, or mute the thread https://github.com/notifications/unsubscribe-auth/AhKoZIVwknlXhUBsBfnWp0JKRwCEZEHvks5tLTQmgaJpZM4Rb2OI .

shannah commented 6 years ago

What handbrake flags and options are you using?

On Tue, Jan 16, 2018 at 4:06 PM jlhunter2008 notifications@github.com wrote:

Handbrake is burning the subtitles in and they weren’t there before.

On Tue, Jan 16, 2018 at 6:43 PM Steve Hannah notifications@github.com wrote:

I don't know. I haven't done much with subtitles. Is it the case that subtitles are burned into the source content that you are converting already, or is that handbrake is burning the subtitles in and they weren't there before?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/shannah/handbrake-watcher/issues/6#issuecomment-358145533 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AhKoZIVwknlXhUBsBfnWp0JKRwCEZEHvks5tLTQmgaJpZM4Rb2OI

.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/shannah/handbrake-watcher/issues/6#issuecomment-358150002, or mute the thread https://github.com/notifications/unsubscribe-auth/ACjbOvMyYUVOlhDYjYQ28Oe6qqYopLzFks5tLTmRgaJpZM4Rb2OI .

-- Steve Hannah Web Lite Solutions Corp.

jlhunter2008 commented 6 years ago

Here is what is inside of the .properties file.

handbrake.options.subtitle-lang-list=eng

handbrake.options.native-language=eng

handbrake.options.subtitle=scan

handbrake.flags=--subtitle-default=1

handbrake.options.subtitle-forced=1

handbrake.options.subtitle-burned=native

handbrake.options.preset=High Profile

delete.original=false

handbrakecli=/Volumes/Macintosh\ HD/Applications/HandBrakeCLI

shannah commented 6 years ago

The description for for --subtitle-burned is :

"Burn" the selected subtitle into the video track. If "subtitle" is omitted, the first track is burned. "subtitle" is an index into the subtitle list specified with '--subtitle' or "native" to burn the subtitle track that may be added by the 'native-language' option.

From the Handbrake docs

So your handbrake.options.subtitle-burned=native property is telling handbrake to burn the native subtitles into the video. Is there a reason why you set that property?