-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show decoded caption data in Caption viewer #810
Comments
Hmm, I'm not sure how to get ffmpeg to do this, cc'ing @richardpl for advice. Currently the caption values as accessible in their hexadecimal form via the metadata filter (as used at Line 551 in e933bd8
Lines 265 to 340 in e933bd8
To get onscreen captions for a live input, then the output of the metadata filter would need to be sent back to ffmpeg as an additional input. I see that ffmpeg has an 608 decoder but I'm uncertain how to accept that as an input as there's no |
You could write .scc files and use .scc demuxer from libavformat, if you instead need realtime/stream solution than its more complex. |
I would like to have the option to view the decoded caption data in the Caption Viewer mode, rather than the raw hex values.
The text was updated successfully, but these errors were encountered: