~hp/edje2yuv

Export Edje programs to a yuv4mpeg2 or ARGB stream
Append Issues/Patches section to readme
68f04830 — builds.sr.ht 5 months ago
Update ci to release-0.1.0
Update ci to release-0.0.0

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