Add more video codecs to chromium layer
0x4139 opened this issue · 3 comments
0x4139 commented
how could one add more codecs? for example by default chromium supports matroska, mp4 and so on, i would like to support avi/wmv
alexflint commented
What do you mean by codec in this context?
…On Sat, Feb 18, 2017 at 4:14 PM Vali Malinoiu ***@***.***> wrote:
how could one add more codecs?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#50>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAnE9wy72L--U1unhXFUyl4M_azcp-yKks5rd184gaJpZM4MFQk5>
.
0x4139 commented
If one would like to make a video player using gallium, he would need to add proprietary codecs so that most of the video formats are supported not only *.mp4 and mkv
alexflint commented
Got it. Gallium doesn't expose any interface for adding video codecs at present, and I haven't investigated that part of the chromium codebase much. I think the challenge would be doing this in a cross-platform way. I'm going to add this to the roadmap and close this issue for now.