Help us help you!

We build tools to empower you, and to help your community get organized. For as little as 50 bucks per year, you can help us continue this work.

In the process you will not only be directly securing the perennity of classic tools like #dynebolic, #frei0r or #tomb. You will also enjoy incredible karma, deep resting quality-sleep at night, knowing 2 hackers can get a coffee each month, and the Blessings of the giant spaghetti monster!

πŸ”— https://news.dyne.org/#/portal/signup/65846fe587bdf70001446190/yearly

#mutualAid

News From Dyne

πŸ•ŠοΈ Free to share code. πŸ‘©πŸ½β€πŸ’» Code to share freedom. Dyne.org is a digital community & free software foundry. We share tools, practices & narratives that empower artists, creatives & citizens in the digital age.

News From Dyne

Frei0r is a minimalistic and free/open-source plugin API (Application Programming Interface) designed for video effects. Its primary goal is to provide a simple and portable standard for common video filters, sources, and mixers, allowing these effects to be shared and reused across various video applications without needing to be reimplemented in each one.

https://frei0r.dyne.org/

#Frei0r #minimalistic #API

Glitching out your video-sequences with #frei0r?

This swag might be for you! Currently 22% off everything in the House of Dyne swag shop (until 17/2)

This is part of a series with limited availability in time. Don't snooze! πŸ”₯

https://dyneorg.myspreadshop.net/frei%C3%B8r+glitched+out+swag?idea=67ac9c69f62fb632a573328e

FreiØr Glitched Out swag | Hacker fashion by Dyne.org

The mythical open source video plugin-suit

Hacker fashion by Dyne.org

@itsfoss

#kdenlive is problably the best and most advance video editor on Linux.

Where all the cool technologies like #kde #qt #mlt #ffmpeg #frei0r #movit #ladspa #sox all meet.

The history of #frei0r goes back to 2003.

πŸ”— https://frei0r.dyne.org/

It is the most extensive collection of FOSS video plugins made to share video effect inventions & knowledge on how to develop them. A preservation project, keeping our collection alive & interoperable so everyone can run it into any application.

πŸ› οΈ https://github.com/dyne/frei0r

Frei0r - free video effect plugin collection

A free software collection of video effect plugins originally developed on GNU/Linux, ported also to Apple/OSX and Microsoft Windows.

Rotating:
gst-launch-1.0 -v v4l2src device=/dev/video0 ! video/x-raw,width=640,height=480 ! videoconvert ! videoflip method=rotate-180 ! videoconvert ! v4l2sink device=/dev/video2

A nicer effect:
gst-launch-1.0 -v v4l2src device=/dev/video0 ! video/x-raw,width=640,height=480 ! videoconvert ! frei0r-filter-cartoon ! videoconvert ! capsfilter caps=video/x-raw,format=YUY2 ! v4l2sink device=/dev/video2

There is tab completion for plugin names in the pipe. There are plenty of others with #frei0r .