fantasticmao / moment

A command line tool for stitching video screenshot subtitles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moment

Actions Status image image

README English | 中文

What is it

Moment is a simple (and possibly useless) command line tool that can stitch the bottom subtitles of multiple pictures ( usually video screenshots) to the bottom of the first picture.

Moment can be used to record some beautiful video moments:

usage

Download and usage

Download Moment from GitHub Releases.

Moment-1.x (deprecated) is written in Java and released as a .jar file, which requires the pre-installed Java-Runtime-Environment.

Moment-2.x is written in Go and can be used directly without other dependencies. Moment-2.x provides executable files for macOS, Linux, and Windows.

When using Moment, you need to know the following:

  • specify the height of the bottom subtitle with the -h option.
  • only jpeg and png image formats are supported, and the format and width of all images need to be the same.
  • the naming rule of the spliced images is: the name of the first image plus the current timestamp, i.e. ${firstImage}-${unixMilli}.

About

A command line tool for stitching video screenshot subtitles.

License:MIT License


Languages

Language:Go 79.4%Language:Makefile 20.6%