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

webm video with alpha support #3

Open
saveriocastellano opened this issue Dec 5, 2013 · 7 comments
Open

webm video with alpha support #3

saveriocastellano opened this issue Dec 5, 2013 · 7 comments

Comments

@saveriocastellano
Copy link

hello, does the video player support alpha? I have tried playing the webm video with alpha from google but the transparent areas are displayed as black..

@soywiz
Copy link
Member

soywiz commented Dec 5, 2013

I will check. Do you know when they added alpha support? Maybe the version of the library I'm using doesn't support it. I think I updated the version of the library a year ago or so.

@saveriocastellano
Copy link
Author

hello, thanks for the reply. This is what i'm trying to workout, it looks like google has recently introduced support
for alpha in the Webm project, look at this page:

https://chromiumcodereview.appspot.com/15342004

However this support is in media/webm project, as far as I understand you are not using this in haxe-openfl-webm,
you are just using libvpx. Is that correct?

@soywiz
Copy link
Member

soywiz commented Dec 5, 2013

I think that code is the chromium's source code:
https://github.com/scheib/chromium/blob/master/media/base/decoder_buffer.cc

I'm using libwebm:
https://github.com/soywiz/haxe-openfl-webm/tree/master/project/libwebm

Didn't they add support for alpha in libwebm?

@saveriocastellano
Copy link
Author

yes it looks like google added alpha support to libwebm recently, have a look the the second item in this list:

http://code.metager.de/source/history/google/WebM/libwebm/mkvmuxerutil.cpp

so maybe I should try to fetch the latest version of libwebm and rebuild your haxe-openfl-webm with it right?

@soywiz
Copy link
Member

soywiz commented Dec 5, 2013

Yeah. Try to do that. If now I will try too in a few days when I have some time.
Thanks!

@saveriocastellano
Copy link
Author

i will try that and let you know how it goes, thanks.

@thornebrandt
Copy link

Any update on alpha channel for webm ?

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