[FFmpeg-user] DVD EIA-608 to ASS from stdin with custom style

Roger Pack rogerdpack2 at gmail.com
Thu Apr 2 08:38:45 EEST 2020


Does it use cc_dec for the decoder?

On Fri, Sep 20, 2019 at 12:06 AM CGar <cgar.of.ayr at gmail.com> wrote:
>
> 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
>
> --
> -CGar-
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list