cisco / openh264

Open Source H.264 Codec
BSD 2-Clause "Simplified" License
5.55k stars 1.79k forks source link

Example to use openh264? #2975

Open hoanganhstc opened 6 years ago

hoanganhstc commented 6 years ago

Hi,

I'm very new openh264's user (windows x64) and had build with meson. And my question is: How to include encoder, decoder to my code, example? capture

huili2 commented 1 year ago

It is a dynamic library "libopenh264.dll" from your terminal. You can treat it as any 3rd-party lib as others, like including the header, dynamic loading, etc.