ffmpeg-explorer
Create and render complex ffmpeg filtergraphs in the browser.
File Explorer
Download Latest Version (.zip)- extensions.json
- nginx.conf
- docker-compose.yaml
- Dockerfile
- crop_trim.json
- grid.json
- mirror.json
- scale_overlay.json
- smooth_slow.json
- speedup.json
- text.json
- xfade.json
- arial.ttf
- comic.ttf
- courier.ttf
- ffmpeg-core.js
- ffmpeg-core.wasm
- ffmpeg-core.worker.js
- punch.mp4
- shoe.mp4
- times.ttf
- app.css
- App.svelte
- ButtonEdge.svelte
- Filter.svelte
- FilterPicker.svelte
- filters.json
- FitComp.svelte
- Graph.svelte
- main.js
- Node.svelte
- stores.js
- vite-env.d.ts
- commandbuilder.js
- .dockerignore
- .gitignore
- build.sh
- filternames.txt
- filternames_wasm.txt
- index.html
- jsconfig.json
- package-lock.json
- package.json
- parse_filters.py
- README.md
- run_all_filters.py
- svelte.config.js
- vite.config.js
# Installation Guide
1. Get the code
git clone https://github.com/antiboredom/ffmpeg-explorer
Downloads the entire project code from GitHub to your computer.
cd ffmpeg-explorer
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose -f docker/docker-compose.yaml up -d --build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
