Spaces:
Sleeping
Sleeping
File size: 734 Bytes
0c6d5ab |
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 |
---
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
---
[](https://github.com/lazarusking/gradio-ffmpeg/actions/workflows/main.yml)
# Overview
Simple gradio interface for ffmpeg 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` |