https://github.com/fantasticmao/moment
A command line tool for stitching video screenshot subtitles.
https://github.com/fantasticmao/moment
go image-procesing
Last synced: 6 months ago
JSON representation
A command line tool for stitching video screenshot subtitles.
- Host: GitHub
- URL: https://github.com/fantasticmao/moment
- Owner: fantasticmao
- License: mit
- Created: 2018-09-05T17:42:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T13:57:00.000Z (over 1 year ago)
- Last Synced: 2024-06-20T13:28:48.143Z (11 months ago)
- Topics: go, image-procesing
- Language: Go
- Homepage:
- Size: 17.8 MB
- Stars: 41
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Moment
[](https://github.com/fantasticmao/moment/actions)
[](https://github.com/fantasticmao/moment/releases)
[](https://github.com/fantasticmao/moment/blob/master/LICENSE)README [English](README.md) | [中文](README_ZH.md)
## 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:

## Download and usage
Download Moment from [GitHub Releases](https://github.com/fantasticmao/moment/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}`.