From b6971ca92e3ab7f735f1074467ac71e2fb3d396f Mon Sep 17 00:00:00 2001 From: Sam Lavigne Date: Fri, 25 Aug 2023 14:43:53 -0400 Subject: [PATCH] update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bd571c..6b96236 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,13 @@ npm run dev - [ ] Deal with duplicate parameters in filters (sometimes filters have a long and short option) - [ ] Add more help/documentation in the filters (there is more on FFmpeg's site that I could incorporate) - [ ] Add input options like seek and trim -- [ ] Somehow figure out how to deal with complex filtergraphs +- [x] Somehow figure out how to deal with complex filtergraphs - [ ] Add more sample inputs (at least need an image and an audio file) -- [ ] Put filter options in a separate panel +- [x] Put filter options in a separate panel - [ ] Add filters that generate content - [ ] Handle audio and image output. - [ ] Allow command to be editable +- [ ] Use commas to separate filters when possible +- [ ] 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