From dd56ad2dc8d99187e452e4a99c0a74d9e05e4115 Mon Sep 17 00:00:00 2001 From: Sam Lavigne Date: Tue, 29 Aug 2023 18:40:21 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c60e2c4..88811af 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A work in progress web tool to explore FFmpeg. Please log [issues/suggestions](https://github.com/antiboredom/ffmpeg-explorer/issues). Made with [svelte](https://svelte.dev/), [xyflow](https://github.com/wbkd/react-flow/tree/xyflow), and [ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm). +Contributions are welcome! Take a look at the todo list below if you'd like to add a new feature, or the issues page if you want to try to fix a bug. + To run in dev mode: ```bash From d4ebed024ac2d932057d23b86f8b53b5f70d856f Mon Sep 17 00:00:00 2001 From: Sam Lavigne Date: Tue, 29 Aug 2023 18:40:58 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 88811af..3baf595 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ npm run dev ## Known Issues -- Combining audio and video filters can fail - Rendering on chrome doesn't work in multi-threading mode (it seems to fail on mp4s) ## Todo From 2f1fede6399c1cb81e4ffece17087d24f4cdc1f2 Mon Sep 17 00:00:00 2001 From: Sam Lavigne Date: Tue, 29 Aug 2023 18:42:48 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3baf595..61208af 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ npm run dev - [x] Use commas to separate filters when possible - [x] Include some default fonts so text works. - [x] Allow gif as output +- [ ] Add more tests! - [ ] 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