NicoWeio / EasyConcat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concatenating videos with ffmpeg is quite annoying. I wrote a little script to automate most of that. However, it is not completed yet.

Requirements

  • ffmpeg
  • a node environment

Desired process

  • get/find videos to concatenate
  • get duration for each video
  • create list.txt
  • ffmpeg -f concat …
  • output timestamps

About


Languages

Language:JavaScript 100.0%