[FFmpeg-user] How to re-include cea_608 (cc_dec) in FFmpeg build when also using --disable-decoders

Eric Juteau ericjut at outlook.com
Fri Dec 31 02:16:08 EET 2021


Thank you for the quick response, Gyan!

ccaption worked perfectly and I'll use --list-decoders in the future.

-eric

________________________________
From: ffmpeg-user <ffmpeg-user-bounces at ffmpeg.org> on behalf of Gyan Doshi <ffmpeg at gyani.pro>
Sent: Thursday, December 30, 2021 10:54 AM
To: ffmpeg-user at ffmpeg.org <ffmpeg-user at ffmpeg.org>
Subject: Re: [FFmpeg-user] How to re-include cea_608 (cc_dec) in FFmpeg build when also using --disable-decoders



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
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