Skip to content
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

Packager doesn't handle subtitle tracks inside MP4 files (IMSC1) #1215

Open
duggaraju opened this issue Jun 8, 2023 · 1 comment
Open

Packager doesn't handle subtitle tracks inside MP4 files (IMSC1) #1215

duggaraju opened this issue Jun 8, 2023 · 1 comment

Comments

@duggaraju
Copy link
Contributor

duggaraju commented Jun 8, 2023

System info

Operating System: all
Shaka Packager Version: v2.6.1-634af65-release

Issue and steps to reproduce the problem

Packager Command:
packager-win-x64.exe "in=sample.mp4" --dump_stream_info
[0607/173210:INFO:demuxer.cc(89)] Demuxer::Run() on file 'English.cmft'.
[0607/173211:INFO:demuxer.cc(155)] Initialize Demuxer for file 'English.cmft'.

File "sample.mp4":
Found 0 stream(s).
Extra steps to reproduce the problem?
(1)
(2)

What is the expected result?
The subtitle track is recognized.

What happens instead?

in bool MP4MediaParser::ParseMoov(BoxReader* reader) in mp4_media_parser.cc
We only handle kAudio/kVideo track types.
kSubtitle tracks are ignored.
<Please attach the input files or email to shaka-packager-issues@google.com.>

@duggaraju
Copy link
Contributor Author

sample.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant