Skip to content

AxelStrem/FilmWarp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FilmWarp Build status

The tool to morph & distort videos

ezgif-1-a7d547e44e

Download & Requirements

Calling Syntax

FilmWarp <input file> <output file> <morph expression> [optional parameters]
  • <input file> - path to the source video file
  • <output file> - path to the resulting video or image file
  • <morph expression> - mathematical expression that defines the transformation

Examples

  • vertical flip: FilmWarp in.mp4 out.mp4 [x;h-y;z]
    ezgif-1-790f38b76f

  • rolling shutter: FilmWarp in.mp4 out.mp4 [x;y;z-y*0.1]

  • cells: FilmWarp in.mp4 out.mp4 [(4*x)#w;(4*y)#h;z]

  • reverse: FilmWarp in.mp4 out.mp4 [x;y;l-z]

About

console video transformer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published