GithubHelp home page GithubHelp logo

intfrr / butterflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dthpham/sminterpolate

0.0 3.0 0.0 1.79 MB

Make motion interpolated and fluid slow motion videos from the command line.

License: MIT License

Python 71.08% C 5.30% C++ 17.42% Shell 6.21%

butterflow's Introduction

About

Features

  1. Makes motion interpolated videos (increases a video's frame rate by rendering intermediate frames based on motion using a combination of pixel-warping and blending).
  2. Makes smooth motion videos (simple blending between frames).
  3. Leverages interpolated frames to make fluid slow motion videos.

Demonstration

BF works by rendering intermediate frames between existing frames using a process called motion interpolation. Given two existing frames, A and B, this program can generate frames C.1, C.2...C.n positioned between the two. In contrast to other tools that can only blend or dupe frames, this program warps pixels based on motion to generate new ones.

The addition of interpolated frames gives the perception of more fluid animation commonly found in high frame rate videos, an effect most people know as the "soap opera effect". Besides creating motion interpolated videos, BF can leverage interpolated frames to make fluid slow motion videos:

In these examples, BF slowed a 1sec video down by 10x. An additional 270 frames were interpolated from 30 original source frames giving the video a smooth feel during playback. The same video was slowed down using FFmpeg alone, but because it dupes frames and can't interpolate new ones, the video has a noticeable stutter (shown on the right-hand side).

See: Demonstrations for the script used to generate these files and for more demos including a 1080p example.

How to install

Important: BF only works on 64-bit systems.

Setup (for Windows and Linux users)

Note: No setup is necessary on macOS. Read this if you run into a problem with OpenCL.

BF requires no setup to use, but it's too slow out of the box to do any serious work. To take advantage of hardware accelerated methods that will make rendering significantly faster, you must set up a functional OpenCL environment on your machine.

See: Setting up OpenCL for details on how to do this.

Usage

Run butterflow -h for a full list of options. See: Example Usage for typical commands.

More documentation

Check the docs folder.

butterflow's People

Contributors

dthpham avatar hhursev avatar norpol avatar zflamig avatar

Watchers

 avatar  avatar  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.