๐Ÿ“ฆ aquaticcalf / rangastalam

an experimental command line video editor

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/aquaticcalf/rangastalam.git
HTTPS git clone https://github.com/aquaticcalf/rangastalam.git
SSH git clone git@github.com:aquaticcalf/rangastalam.git
CLI gh repo clone aquaticcalf/rangastalam
sam sam add Image and Audio track types 0e48b67 3 months ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ ast
๐Ÿ“ common
๐Ÿ“„ go.mod
๐Ÿ“„ main.go
๐Ÿ“„ readme.md
๐Ÿ“„ README.md

rangastalam

rangastalam is an experimental command line video editor being written in go

it uses a simple DSL to describe timelines of video, audio, text, and images, and then translates that into ffmpeg commands

the long term goal is to make it easy to create video essays in a scriptable way :

  • cut and arrange multiple clips
  • add audio tracks and voiceovers
  • overlay text, images, or additional videos
  • apply transforms ( crop, scale, rotate, move ) and animations
  • render everything reproducibly from a single script
right now this project is in early development, expect things to change a lot