Skip to content

animafps/teres

Repository files navigation

Teres

Discord GitHub Workflow Status

Teres is a program made to easily and efficiently add motion blur or frames to videos through frame blending and interpolation.

NOTE: This program is unstable and is sub v1.0.0 so has lots of bugs and api/config changes will occur with its development


Before After Teres
without with teres

60fps => 960fps(rife) => 60fps (blur amount 1)

Packaging status

Features

  • Interpolate video to higher framerate
  • Blur frames together for motion blur
  • Both CLI and a minimal GUI usage
  • Supports multiple videos simultatiously
  • Progress bar
  • Global configuration file
  • Multiple file queue

Installing

Use the packages in the repos above

For manual installation, see CONTRIBUTING.md

🎈 Usage

Support and development Discord

Teres can be run from the command line or seperately

Non CLI

You can run the program and follow the instructions or use the "open with" function in explorer

CLI

USAGE:
    teres [OPTIONS] [INPUT]...

ARGS:
    [INPUT]...    Input file name(s) (space separated) or glob pattern

OPTIONS:
    -n, --noui       Disable user interface (CLI only)
    -v, --verbose... More output per occurence
    -q, --quiet...   Less output per occurence
    -h, --help       Print help information
    -V, --version    Print version information

For configuration options see the docs

✨ Contributors

Thanks goes to these wonderful people (emoji key):


Anima

πŸ’»

renovate[bot]

🚧

allcontributors[bot]

πŸ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

See CONTRIBUTING.md, CODE_OF_CONDUCT.md and active issues if you want to contribute

πŸŽ‰ Acknowledgements

  • foe's blur - Was the basis for the entire code base
  • Smoothie - Couleur and the ctt team helped create more inovation and colaboration with similar goals
  • vs-frameblender - Plugin used for blending the resulting frames of interpolation
  • ffmpeg - The program used for encoding the interpreted frames
  • vapoursynth - Program for manipulating and interpolating videos
  • ffms2 - Plugin for inputting the video file
  • havsfunc - Plugin that provides the svp interpolation function
  • mvsfunc - Plugin that provides colour manipulation
  • vs-rife - Vapoursynth implementation of the interpolation algorithm RIFE
  • VapourSynth-RIFE-ncnn-Vulkan - Vulkan implementation of RIFE

License

This repository is licensed under GPL-3.0-or-later see COPYING for more details