Giter VIP home page Giter VIP logo

frei0r-lines-video-filter's Introduction

frei0r straight lines video filter

This is a video filter using the frei0r cross-platform framework. He turns frames into linear art.

About frei0r

Usage with ffmpeg

ffmpeg -loglevel debug -i input_file -vf "frei0r=straightlines:number_of_lines|sample_size|extreme_line_mode|long_line_mode" -t output_file_seconds output_file

Usage with ffmpeg example

ffmpeg -loglevel debug -i videoplayback.mp4 -vf "frei0r=straightlines:2000|10|n|y" -t 30 lovebff.mp4

Parameters

  • Number of Lines - Default: 1000
  • Sample size - Number of attempts to build a line. Default: 10
  • Extreme Line Mode - Should draw the extreme lines? Default: false
  • Long Line Mode - Should draw lines to the end of the screen? Default: true

Example

https://youtu.be/T90l252W8g0

Credits

I am grateful to

  • BadAppleFLSL for the algorithm, the idea and the open source code
  • frei0r (GPL-2.0 license) for the open source code and a wonderful cross-platform framework for creating video filters in C++
  • ffmpeg for the open source code

frei0r-lines-video-filter's People

Contributors

rautyrauty avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.