Skip to content
/ FFmpeg Public
forked from FFmpeg/FFmpeg

Fork of FFmpeg to add a flootay filter

License

Notifications You must be signed in to change notification settings

bpeel/FFmpeg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flootay FFmpeg

This is a fork of FFmpeg that just adds a video filter to overlay a flootay script onto a video.

In order to enable the flootay filter, make sure you first install the flootay library somewhere so that the FFmpeg configure script can find the pkg-config file. Then enable the dependencies when you configure ffmpeg with a command like this:

./configure --enable-flootay --enable-cairo

Once FFmpeg is built you can use the filter like this:

ffmpeg -i my-input-video.mp4 \
       -vf flootay=filename=overlay.flt \
       my-output-video.mp4

There is some documentation about the flootay language in the flootay repo.

About

Fork of FFmpeg to add a flootay filter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.5%
  • Assembly 6.5%
  • Makefile 1.3%
  • C++ 0.2%
  • Objective-C 0.2%
  • Cuda 0.1%
  • Other 0.2%