From 876c34498f7f208039abb676f48dfe2afd4af5f7 Mon Sep 17 00:00:00 2001 From: Ross Lancaster Date: Sun, 4 Aug 2019 15:35:54 -0400 Subject: [PATCH] Update README for v1.0.0 --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6afb40c..e792612 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,29 @@ ffmpeg -i 'test.avi' -vcodec copy -acodec copy -ss 00:00:01.123 -t 00:00:02.567 `ffmpeg` installed and on your `PATH`. -## Building +## Building Locally -1. Clone repo +### Local Build Requirements + +* Node.js and NPM +* Angular CLI v8.1.x or higher + +### Steps + +1. Clone Git repository 1. `npm install` 1. Two options for building and running 1. `npm run build:{OS TYPE}` or `npm run build:all` (Note this command will take a long time). * `OS TYPE` values: `win64`, `win86`, `linux64`, `linux86`, `mac64` 1. `npm run start` to quickly run the program in a browser tab at +## Releases + +* 1.0.0 + * Initial major release + * Supports generating `ffmpeg` video file splitting commands for use in a terminal of your choice. + * Binaries and installers have been prebuilt for v1.0.0, and are listed up in the Releases tab. + ## Quesitons? Create an issue or send a pull request :)