项目作者: TheTimmaeh

项目描述 :
A scene player for movie production. Made by Team Pi
高级语言: CSS
项目地址: git://github.com/TheTimmaeh/Pi-Scene-Player.git
创建时间: 2019-12-16T11:27:33Z
项目社区:https://github.com/TheTimmaeh/Pi-Scene-Player

开源协议:MIT License

下载


Pi Scene Player

A scene player for movie production. Made by Team Pi

Controls

The player is controlled by clicking specific areas:

Area Function
Center Opens the shot selection menu
Top Increase playback speed (up to 1.0x)
Bottom Decrease playback speed (down to 0.1x)
Left Play previous shot of current location
Right Play next shot of current location

Clips

Clips are stored in the /clips directory and follow this specific name format: %s-%L-%l-%i.mp4

Flag Description
%s Total shot number
%L Location title
%l Location number (used for sorting)
%i Location Shot number (used for sorting)

Thumbnails are not implemented yet.