ventosus.ch Open Music Kontrollers

edje2yuv

A program to export Edje programs (layout/animation library of the Enlightenment foundation libraries) to a yuv4mpeg2 or ARGB stream for further processing with e.g. FFmpeg and integration into films or presentations.

About

Dependencies

Build Dependencies

Debian/Ubuntu

sudo apt-get install libefl-all-dev libswscale-dev libmjpegtools-dev

ArchLinux

sudo pacman -S efl ffmpeg mjpegtools

Build / install

git clone https://github.com/ventosus/edje2yuv.git
cd edje2yuv 
meson build
cd build
ninja -j4
sudo ninja install
Source