Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aweirddev/replit-ffmpeg
Installs FFmpeg for you on Replit.
https://github.com/aweirddev/replit-ffmpeg
ffmpeg installer opus python replit yt-dlp
Last synced: 3 months ago
JSON representation
Installs FFmpeg for you on Replit.
- Host: GitHub
- URL: https://github.com/aweirddev/replit-ffmpeg
- Owner: AWeirdDev
- License: mit
- Created: 2023-08-22T09:10:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T10:03:27.000Z (7 months ago)
- Last Synced: 2024-10-22T21:38:39.740Z (4 months ago)
- Topics: ffmpeg, installer, opus, python, replit, yt-dlp
- Language: Python
- Homepage: https://pypi.org/project/replit-ffmpeg
- Size: 39.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> FFmpeg file moving may not work on Replit's new `.pythonlibs` strategy.
> After the installation is done, run:
> ```shell
> $ mv ffmpeg .pythonlibs/bin
> $ chmod u+x .pythonlibs/bin/ffmpeg
> $ ffmpeg
>```# replit-ffmpeg
A simple tool for installing ffmpeg, libopus (opus) and youtube dl (optional) for you on Replit.
```bash
$ pip install replit-ffmpeg
```To use it, simply run this in your terminal:
```bash
$ replit-ffmpeg
```That's about it. Enjoy your "FFmpeg." Yup, it sounds weird.