Update README.md

This commit is contained in:
Sam Lavigne 2023-08-26 17:04:19 -04:00 committed by GitHub
parent 5714ace735
commit ac4707afd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,9 @@ npm run dev
- [ ] Add filters that generate content - [ ] Add filters that generate content
- [ ] Handle audio and image output. - [ ] Handle audio and image output.
- [ ] Allow command to be editable - [ ] Allow command to be editable
- [ ] Use commas to separate filters when possible - [ ] Use commas to separate filters when possible
- [ ] Include some default fonts so text works. Example -> [here](https://github.com/ffmpegwasm/ffmpeg.wasm-core/blob/n4.3.1-wasm/wasm/examples/browser/freetype2.html)
- [ ] Allow gif as output
- [ ] MAYBE allow users to upload their own videos - [ ] MAYBE allow users to upload their own videos
- [ ] MAYBE make each part of the output command clickable, to highlight the corresponding nodes - [ ] MAYBE make each part of the output command clickable, to highlight the corresponding nodes
- [ ] MAYBE add previews in the filter list itself - [ ] MAYBE add previews in the filter list itself