You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ffmbc-discuss
Hi Baptiste,
The new "sub" filter works fine, but it would be even nicer if you could add to it the "outline" ASS parameter. In the libavfilter/vf_sub.c file, outline is fixed to 5, with is a bit too thick for "broadcast" subtitles insertion (see "Outline5.png"). We changed it to 2 ("style->Outline = 2;", see"Outline2.png"), but I think that it would be useful to add this parameter to the filter (I stopped writing C. code 20 years ago, so I didn't try to add this parameter by myself:-(