Am Fr., 20. Sept. 2019 um 08:06 Uhr schrieb CGar <[email protected]>:
>
> When extracting EIA-608 captions from a DVD to an ASS file I am
> unsure how to  specify the style. I've seen snippets online about a
> force_style option but it seems to be about hardcoding them or
> specifying a subtitle file as input. Since I'm reading from stdin I'm
> unsure where or how to write the relevant part.
>
> My command line is as follows:
> [...] | ffmpeg -f lavfi -i 'movie=pipe\\:0[out0+subcc]' -map s sub_out.ass
>
> Where or how would I add something like:
> force_style=BorderStyle=1,Outline=2

force_style is (only) an option of the subtitles filter
that you are not using in your command line.

Carl Eugen
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to