From 4cd2085c4f49b75e3e6e15025bbf39e8edfdb768 Mon Sep 17 00:00:00 2001 From: Sam Lavigne Date: Thu, 31 Aug 2023 12:49:59 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61208af..18ecad2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ npm install npm run dev ``` +I'm also looking for good FFmpeg examples. If you make a nice filtergraph in the tool, just hit cmd-s (or ctrl-s on windows/linux), and it will export a json file of your graph. Feel free to post those to the issues page for possible inclusion in the tool. + ## Known Issues - Rendering on chrome doesn't work in multi-threading mode (it seems to fail on mp4s) @@ -33,7 +35,7 @@ npm run dev - [x] Include some default fonts so text works. - [x] Allow gif as output - [ ] Add more tests! -- [ ] MAYBE allow users to upload their own videos +- [x] MAYBE allow users to upload their own videos - [ ] MAYBE make each part of the output command clickable, to highlight the corresponding nodes - [ ] MAYBE add previews in the filter list itself