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

Dealing with multimedia #168

Closed
CMCDragonkai opened this issue Apr 13, 2020 · 7 comments
Closed

Dealing with multimedia #168

CMCDragonkai opened this issue Apr 13, 2020 · 7 comments

Comments

@CMCDragonkai
Copy link

How does multicodec deal with multimedia?

Consider mp4 files or mts files. They are container formats. Within each there are choices of audio and video codecs that can be used.

It seems multicodec simply identifying the container format is not powerful enough to describe such files with composite codecs.

@Stebalien
Copy link
Member

The container format internally records the chosen codecs. Multicodec is enough to remove the initial ambiguity and let us decode the container.

@CMCDragonkai
Copy link
Author

CMCDragonkai commented Apr 14, 2020 via email

@Stebalien
Copy link
Member

#159

@hsanjuan
Copy link
Contributor

(please close this issue if you considered answered @CMCDragonkai )

@CMCDragonkai
Copy link
Author

That PR hasn't been merged yet!

@Stebalien
Copy link
Member

That PR is tracked in #4.

@hsanjuan
Copy link
Contributor

Tracking in #4.

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

3 participants