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

Support for other codecs? #124

Open
overlookmotel opened this issue Dec 7, 2016 · 1 comment
Open

Support for other codecs? #124

overlookmotel opened this issue Dec 7, 2016 · 1 comment

Comments

@overlookmotel
Copy link

Is it possible in Electron/Chromium to play video files in other codecs? I'm thinking, for example, Apple ProRes Quicktime files.

Obviously, they're not supported by the <video> element, and VLC can no longer be used as a plugin in Chromium due to the retirement of the NPAPI interface.

The Playback webpage mentions "currently has support for playing MP4/WebM..." At what point do you expect to add wider codec support and, more importantly, HOW? I'd be very happy to help with this effort, but I have no idea where to begin.

NB Using ffmpeg to transcode e.g. ProRes to MP4 in order to play it would be a bit of a mad solution, in my opinion. More processor power to produce a lower quality image!

@balupton
Copy link
Contributor

balupton commented Aug 2, 2017

It makes sense for it to support the VP8 and VP9 codecs which are free to use. The others, if your app gets popular enough, you run the risk of being sued perhaps?

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

2 participants