Page 1 of 1

Use openh264 in VLC?

Posted: 04 Dec 2015 23:11
by yoolbin92
http://www.openh264.org/
I am not sure if I can ask this question here but I wonder if it is possible to replace VLC's decoder with openh264 decoder for h264.

I believe VLC uses ffmpeg to decode h264 bitstream so I think I just need to replace ffmpeg decoder with openh264 decoder.
How should I approaching this problem? Can someone share ideas how to do this?

Re: Use openh264 in VLC?

Posted: 05 Dec 2015 12:08
by Rémi Denis-Courmont
You'd need to write a new decoder plug-in (as the de265 guys did).

Re: Use openh264 in VLC?

Posted: 05 Dec 2015 20:52
by yoolbin92
You'd need to write a new decoder plug-in (as the de265 guys did).
https://github.com/strukturag/vlc-libde265
I assume you are referring to this, correct?

Re: Use openh264 in VLC?

Posted: 06 Dec 2015 10:29
by Rémi Denis-Courmont
Yes.

Re: Use openh264 in VLC?

Posted: 18 Mar 2016 10:44
by ElDorado

Re: Use openh264 in VLC?

Posted: 28 Jun 2016 09:52
by Jean-Baptiste Kempf