Thank you for the quick response, Gyan!

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

-eric

________________________________
From: ffmpeg-user <[email protected]> on behalf of Gyan Doshi 
<[email protected]>
Sent: Thursday, December 30, 2021 10:54 AM
To: [email protected] <[email protected]>
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
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
_______________________________________________
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