mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 20:12:50 +00:00
[PR #1973] feat: Add --input scc option for SCC input format #2774
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1973
State: closed
Merged: Yes
Summary
Add support for
--input scccommand line option to explicitly specify SCC (Scenarist Closed Caption) input format, for consistency with other input format options.Before:
After:
Changes
Sccvariant toInFormatenum in args.rsInFormat::Sccin parser.rs to setStreamMode::SccStreamMode::Scccase inprint_cfg()in both Rust (demux.rs) and C (ccx_demuxer.c)Test plan
--helpshowssccas valid input format--input sccaccepted without errorFixes #1972
🤖 Generated with Claude Code