Feature Request: Automatic Subtitle Decoding to Human-Readable Text #1771
alohays
started this conversation in
2. Feature Ideas
Replies: 1 comment 2 replies
-
PRs are welcome |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, PyAV exposes subtitle streams as SubtitleSet objects. While this low-level access is very useful, there is no built-in high-level API to automatically decode these subtitles into a human-readable text format (e.g., SRT or ASS). This feature would greatly simplify workflows for users who need to extract and process subtitle text from container files.
Use Case:
Rationale:
Potential Implementation Ideas:
Questions & Discussion:
Beta Was this translation helpful? Give feedback.
All reactions