[MEncoder-users] ATSC closed captioning
Scott W. Larson
scowl at wballphotos.com
Sat Nov 27 21:25:46 CET 2010
On Sat, 2010-11-27 at 20:04 +0100, Reimar Döffinger wrote:
> -subcc now takes a number 1 - 4 to select which one you want.
> No selecting at runtime yet, sorry.
Ok, that's enough for testing.
I think the
if (channel != (selected_channel() & 1))
return;
lines in cc_decode_EIA608() aren't right. If I set subcc to 1, the
function does get called (the channel test in subcc_process_eia708()
passes and calls it) but the channel tests in cc_decode_EIA608() fail so
nothing is displayed. If I remove those tests, I get captions.
More information about the MEncoder-users
mailing list