<<

vcat

vcat (Video conCAT) is a declarative language for editing video (Github).

🚧 Work in progress 🚧

Currently implemented features

Video features

Language features

let
  o = vopen;
  part1 = concat(o("1.mp4"), o("2.mp4"));
  part2 = concat(o("3.mp4"), o("4.mp4"));
in
  concat(repeat(part1, 3), part2)

Miscellaneous features

Planned features