File size: 698 Bytes
7787f45
 
 
 
 
 
67151b6
7787f45
 
 
 
 
cffefd6
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
---
title: FFmpeg
emoji: 🔥
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.0.0
app_file: app.py
tags : ["ffmpeg","converter","media","processing"]
pinned: true
license: mit
---
[![Sync to Hugging Face hub](https://github.com/lazarusking/gradio-ffmpeg/actions/workflows/main.yml/badge.svg)](https://github.com/lazarusking/gradio-ffmpeg/actions/workflows/main.yml)

# Overview 
Simple gradio interface for ffmpeg filters and codecs

![Content](./images/gradio-app.png)
## 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`