Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afonsocalinas/youtubetomp4
A program that uses the Python Libraries Pytube and FFMPEG to downloads videos from youtube at it's best quality of audio/video possible.
https://github.com/afonsocalinas/youtubetomp4
download ffmpeg pip pytube windows youtube-downloader
Last synced: 23 days ago
JSON representation
A program that uses the Python Libraries Pytube and FFMPEG to downloads videos from youtube at it's best quality of audio/video possible.
- Host: GitHub
- URL: https://github.com/afonsocalinas/youtubetomp4
- Owner: AfonsoCalinas
- Created: 2022-08-29T11:14:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T10:05:50.000Z (over 1 year ago)
- Last Synced: 2024-11-09T20:40:31.629Z (3 months ago)
- Topics: download, ffmpeg, pip, pytube, windows, youtube-downloader
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube Downloader To MP4
![OS](https://img.shields.io/badge/Windows-%20-9cf) [![Python3.11.3](https://img.shields.io/badge/Python3.11.3-%20-important)](https://www.python.org/ftp/python/3.11.3/python-3.11.3-amd64.exe) ![Pytube](https://img.shields.io/badge/Pytube%2015.0.0-%20-success)
A program that uses the python libraries Pytube and FFMPEG to downloads videos from youtube at it's best quality of audio/video possible.
# Installation 💾
I left a .txt file in the project so you can just do the following in your console (once your in the project's directory):
```
pip install -r requirements.txt
```And I'll leave a link to [PIP](https://pypi.org/project/pip/) just in case you don't have it installed, it's really useful!
Since we're only installing FFMPEG for a Python Library, we need to also install FFMPEG itself!
I will leave a really intuitive guide [here](https://www.geeksforgeeks.org/how-to-install-ffmpeg-on-windows/) on how to install it :)
# How to use 🔍
It's pretty simple! To start the program:
```
python main.py
```Insert your desired directory, per example:
```
A:\Users\Heisenberg\Desktop\
```After that, the program will ask you for the youtube link, and here's an example:
```
https://www.youtube.com/watch?v=xvFZjo5PgG0&ab_channel=Duran
```After this FFMPEG will fuse both the audio and video files that have popped-up in your desired save path (I highly suggest you don't delete them until your video is done).
# Special Thanks 💖
[RainyPT](https://github.com/RainyPT) and [Ramos](https://github.com/NoPalm0il)