~hp/edje2yuv

Export Edje programs to a yuv4mpeg2 or ARGB stream
Fix init and shutdowon
Fixes to make it compile with latest efl
0edbc4f4 — builds.sr.ht 6 months ago
Update ci to release-0.4.3

clone

read-only
https://git.open-music-kontrollers.ch/~hp/edje2yuv
read/write
git@git.open-music-kontrollers.ch:~hp/edje2yuv

You can also use your local clone with git send-email.

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

  • EFL (Enlightenment foundation Libraries)
  • mjpegtools (MJPEG Tools)
  • ffmpeg (FFmpeg multimedia framework)

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

Issues/Patches

Please report issues to https://todo.open-music-kontrollers.ch/~hp/issues

Please submit patches to https://lists.open-music-kontrollers.ch/~hp/patches

Do not follow this link