Skip to content

Deprecated Please use instead ffmpeg_libyami for ffmpeg integration.

Notifications You must be signed in to change notification settings

isabella232/player-ffmpeg-yami

 
 

Repository files navigation

it is an example player basing on ffmpeg, with addtional patches (to ffmpeg) to use libyami for decoding/encoding. for now only h264 decoder is enabled.

build steps:

  1. make sure libva/libyami are installed in your environemntsi: https://github.com/01org/libyami/wiki
  2. setup env for ffmpeg build: "source build-ffmpeg.env"
  3. build ffmpeg (with yami patches): "make ffmpeg" by default, ffmpeg is installed to /opt/ffmpeg
  4. build the example player: "make player"

###relicense At 2016/6/8, we relicense libyami from LGPL to Apache V2. You need passing --enable-version3 to ffmpeg and dynamic link libyami to make license compatible. You can refer to http://ffmpeg.org/general.html#OpenCORE_002c-VisualOn_002c-and-Fraunhofer-libraries for details. You can use old LGPL licensed libyami at https://github.com/01org/libyami/tree/master. But we freezed it as 0.3.2.

###deprecated We abandon this project since we have a better replacement. Please use https://github.com/01org/ffmpeg_libyami for ffmpeg integration.

About

Deprecated Please use instead ffmpeg_libyami for ffmpeg integration.

https://github.com/01org/ffmpeg_libyami

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.3%
  • Makefile 2.6%
  • Shell 2.1%