On 2021-12-31 12:14 am, Eric Juteau wrote:
Hello, I’m trying to include only the codecs I need in my FFmpeg build. I’m using –disable-decoders and re-enabling just the ones that I need via –enable_decoder=’’. This seems to work on almost every codec I need, except for the eia_608 (cc_dec) decoder. I tried to include it using “cc_dec”, “eia_608” and both, and none of them add the decoder.
It's ccaption. The name value is for logging purposes. Run ./configure --list-decoders to get a list of all recognized strings Regards, Gyan _______________________________________________ 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".
