Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 697 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 697 Bytes

ffmpeg-presplitter

Command line tool to split one large master video file into a grid of regular size video files for display on video screens.

Uses blessed-vue for the command line interface and ffmpeg for the encoding.

Installation

ffmpeg and ffprobe need to be installed and in user path

To download: git clone https://github.com/florisporro/ffmpeg_presplitter.git

To install and compile: npm install && npm build

To start: npm start

How to use

Press tab to switch focus from the menu to the grid selector. Press space to enable or disable individual grid cells.

Screenshot

screenshot