Ajatt-Tools/videoclip

Subtitle background not clipping

Closed this issue · 5 comments

The subtitles' background is not clipped, like when you use mpv file.mp4 --sub-back-color='#131415'

Do you want to include the background in the produced clips?

yeah

Try appending the appropriate argument inside the mkargs_video function.

thanks! it works when i add table.concat { '--sub-back-color=', this.mp.get_property("sub-back-color") } to args

Cool!

You also need to create a PR with this change in order for other users to have it.