2018-04-19 13:42 GMT+02:00, Gavin Smith <[email protected]>: > Using the C API, I'm reading/decoding an SCC subtitle file. My eventual goal > is to encode the subs into DVB subs. I have just completed code to decode > SCC data. > Before I get to encoding to DVB subs, I have one concern: in the source for > sccdec.c (around line 77), the code sets the AVStream's codec parameter's > codec id to 'AV_CODEC_ID_EIA_608' > The question I have is do I need to perform a conversion of some sorts from > 608 to DVB sub? Am I actually getting a 608 format once SCC is decoded? > Admittedly, I was under the impression that once SCC was decoded, it would > be in intermediate libass format
Yes, there is no conversion from ass (text) format to bitmap format (yet). Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
