Subtitle background not clipping
Closed this issue · 5 comments
Shichiha commented
The subtitles' background is not clipped, like when you use mpv file.mp4 --sub-back-color='#131415'
tatsumoto-ren commented
Do you want to include the background in the produced clips?
Shichiha commented
yeah
tatsumoto-ren commented
Try appending the appropriate argument inside the mkargs_video
function.
Shichiha commented
thanks! it works when i add table.concat { '--sub-back-color=', this.mp.get_property("sub-back-color") }
to args
tatsumoto-ren commented
Cool!
You also need to create a PR with this change in order for other users to have it.