1 Star 1 Fork 0

shootsoft / 视频截图字幕拼接精灵

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
shootsoft 提交于 2018-04-14 22:10 . Adding Chinese user manual link

Pluto Video Snapshoter

Build Status Coverage Status

Features

  • Automatically take snapshots for each slice of subtitles for a video with a given time range.
  • Stitch snapshots into one image
  • Automatically detect subtitle positions

Usage

  • Open the video
  • Open srt file (optional, if the srt file doesn't have the same name of the video)
  • Select output path (optional, if the output is different from video file's folder)
  • Select time range (optional, default time range is 0:0:0 ~ video's duration time)
  • Run task
  • Stitch snapshots

Snapshot UI

Snapshot UI

Snapshot UI

See User Maual 中文用户手册

Development

Mac

Recommendation Python 3.6

sudo pip install -r requirements.txt

If met qt install failed, you may try

brew install qt5
brew link qt5 --force

Qt Designer is required for window UI design.

Running

python src/app.py

Building (not fully working yet)

# Windows
build_win.bat

# macOS
./build_mac.sh

Windows

Extra media codec required, recommend K-Lite Codec Pack

Tests

nosetests --with-coverage --cover-package=pluto
Python
1
https://gitee.com/shootsoft/PlutoVideoSnapshoter.git
git@gitee.com:shootsoft/PlutoVideoSnapshoter.git
shootsoft
PlutoVideoSnapshoter
视频截图字幕拼接精灵
master

搜索帮助