Merge branch 'main' of github.com:antiboredom/ffmpeg-explorer
This commit is contained in:
commit
d2006bcc77
|
@ -1,5 +1,7 @@
|
|||
# Interactive FFMPEG Command Generator
|
||||
|
||||
**~~~~> [ffmpeg.lav.io](https://ffmpeg.lav.io) <~~~~**
|
||||
|
||||
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.
|
||||
|
@ -11,7 +13,7 @@ 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.
|
||||
**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
|
||||
|
||||
|
|
Loading…
Reference in New Issue