benjamin-asdf / clipspeak

Quick babashka / clojure language for making clip things using ffmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just make sub clips from a video at a Clojure repl.

I was manually putting those timestamps into ffmpeg commands. Then I looked for simple cutting software. But ‘simple cuttting software’ is not simple.

Mpv

mpv --input-ipc-server=/tmp/mpvsocket foo.mp4

you start mpv like so and

mpv/curr-timestamp! has the meaning of the current hh:mm:ss timestamp. I assume you know how to eval and insert with your editor, build a snip dsl, say doit and be happy.

May the force be with you my friend.

About

Quick babashka / clojure language for making clip things using ffmpeg


Languages

Language:Clojure 92.2%Language:Python 7.8%