frei0r icon indicating copy to clipboard operation
frei0r copied to clipboard

A large collection of free and portable video plugins

Results 47 frei0r issues
Sort by recently updated
recently updated
newest added

This filter imitates contemporary glitch art by shifting blocks left or rightward with static/variable block height. Don't forget to check the note in code.

as of #95 , i think it's clear that having to maintain two (complex) build-systems is a chore and error prone. iirc, there's hasn't been a release in almost 5...

the autotools setup is in a sorry state, and seems to be not very well tested. it wrongly uses `CFLAGS` (and `CPPFLAGS`) for C++-projects (`ndvi`, `facebl0r`, `facedetect`), resulting in -...

This is just an information post, in case anyone is interested. Leave it open for a short time then close it. I have successfully cross-compiled frei0r, see my blog post:...

I found this project on https://www.dyne.org/software/frei0r and the links there are broken or misspelled. For example, instead of "github" it say "githhub" that carry you to another web site (that...

I'm using kdenlive, and running into a limitation with frei0r.curves. I thought it was a problem with kdenlive - https://bugs.kde.org/show_bug.cgi?id=442508 And I thought it was a problem with MLT -...

enhancement

The following filters needed to be disabled because of Variable Length Arrays (VLA), but are enabled when compiling with clang-cl: * curves * d90stairsteppingfix * dither

I don't know how to submit the code ` newoffset = offset + geo->w*(dy>>3) + (dx>>3); if(newoffsetsize/sizeof(uint32_t) && offsetw)*(geo->h)) { c = BkGdImage[newoffset]; out[offset] = c; }` Please check the...

bug

Not sure if new filters are welcome, but I figured I'd submit something I've been hacking on lately! s0rter is a filter that sorts each frame's pixels by hue, saturation,...

Happened with ffmpeg compiled on osx and ubuntu both. Any ideas?