Spaces:
Running
Running
File size: 762 Bytes
7787f45 ae86c1b 7787f45 1e0cd26 7787f45 cffefd6 7787f45 1fb95d1 7787f45 1fb95d1 7787f45 1fb95d1 7787f45 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
title: FFmpeg
emoji: 🔥
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.0.1
app_file: app.py
tags:
- ffmpeg
- converter
- media
- processing
pinned: true
license: mit
---
[](https://github.com/lazarusking/gradio-ffmpeg/actions/workflows/main.yml)
# Overview
A simple media converter interface using Gradio and FFmpeg that allows easy media processing with filters and codecs.

## Dev
Built with Gradio and ffmpy
inspiration by [ffmpeg-commander](https://www.github.com/alfg/ffmpeg-commander)
## Install
Clone the repo and
`pip install -r requirements.txt`
- To run locally
`gradio app.py` |