hejia-zhang / libwave

C++ library for hardware-accelerated video stream decoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libwave

C++ library for fast prototyping video streaming applications.

Build Instructions

  • Build FFmpeg from source based on this doc (Don't forget to run sudo make install after make) (Make sure you are using the version of ffmpeg you just build) (recompile with add --enable-shared in ./configure)
  • Do normal cmake build

About

C++ library for hardware-accelerated video stream decoding


Languages

Language:C++ 52.9%Language:CMake 38.6%Language:Cuda 5.4%Language:C 3.2%