Skip to content

A program that uses the Python Libraries Pytube and FFMPEG to downloads videos from youtube at it's best quality of audio/video possible.

Notifications You must be signed in to change notification settings

AfonsoCalinas/YoutubeToMp4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Youtube Downloader To MP4

OS Python3.11.3 Pytube

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 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 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 and Ramos

About

A program that uses the Python Libraries Pytube and FFMPEG to downloads videos from youtube at it's best quality of audio/video possible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages