18 Aug
2018
18 Aug
'18
5:02 a.m.
Hi,
to create a plugin that supports the video codec on a hardware device, you create a new plugin (or copy one of the existing plugins and modify it) that keeps the plugin interface like it is, but calls the hardware encoder and decoder instead of ffmpeg.
You probably won't need the complicated architecture from the H.264 plugin with the helper process to separate MPL and GPL code. Use The H.261 or H.263 plugin as a simpler guide how to write a new plugin.
Regards, Jan
--
Jan Willamowius, H323Plus maintainer
EMail : jan@willamowius.de
H.323 Support: https://www.willamowius.com/h323plus-support.html
Relaxed Communications GmbH
Frahmredder 91
22393 Hamburg
Geschäftsführer: Jan Willamowius
HRB 125261 (Amtsgericht Hamburg)
USt-IdNr: DE286003584
lewei zhuang wrote:
> Thanks you for your hep that I can compiling the H.264 plugin now.
> But I want to do a embedded device that I need the chip codec.But I don't
> know how to change the codec by the chip.Because I don't know what should
> I do?
> Thanks you for your help.