cvt / README.md
eikarna's picture
Duplicate from Accel/media-converter
0c6d5ab
---
title: FFmpeg
emoji: 🔥
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 3.3.1
app_file: app.py
tags:
- ffmpeg
- converter
- media
- processing
pinned: true
license: mit
duplicated_from: Accel/media-converter
---
[![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`