mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1854] feat: Add --list-tracks option to list media file tracks #2624
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/1854
State: closed
Merged: Yes
Summary
--list-tracks(-L) option to list all tracks in media files without processingCredit: This feature was inspired by the work of @RemZapCypher in PR #1669. This is a Rust reimplementation of that concept.
Example Output
MKV file:
MP4 file:
Transport Stream:
Test plan
Closes #1669 (equivalent implementation in Rust)
🤖 Generated with Claude Code