An open API service indexing awesome lists of open source software.

https://github.com/ddr669/snake_yt2mp4

a simple webservice with flask that download files in youtube by a link given by the user and make the video with ffmpeg to more quality
https://github.com/ddr669/snake_yt2mp4

api ffmpeg flask mp4 mp4-downloader mp4-video python webframework website youtube youtube-downloader

Last synced: 3 months ago
JSON representation

a simple webservice with flask that download files in youtube by a link given by the user and make the video with ffmpeg to more quality

Awesome Lists containing this project

README

          

# snake_yt2mp4 🐍
a simple 🟢 webservice with flask that download files in youtube by a link given by the user and make the video with ffmpeg to more quality.



badge-python-3.13.5
badge-flask-3.1.1
badge-ffmpeg-7.1.1



## Install ffmpeg to usage❗


FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations.

[Install here](https://ffmpeg.org/download.html)

or install on linux🐧 with

``` sudo apt install ffmpeg ```


---

## Requirements

- Flask >== 3.1.1

- pytubefix >== 9.2.0 ~(9.3.0) the lastest version is with some problems [github](https://github.com/JuanBindez/pytubefix)

# Usage

```git clone https://github.com/ddr669/snake_yt2mp4.git```


```pip install -r requirements.txt```


```flask run --host your.ip.if.youwant```




screenshot%20do%20SITE

---