mraza007 / videodownloader

A simple python script that will allow you to download youtube videos
MIT License
213 stars 52 forks source link

Create method for joining Video and Audio Streams #10

Open jslay88 opened 6 years ago

jslay88 commented 6 years ago

As the only video+audio streams currently available directly through pytube only go to 720p, I would like to work on a method for selecting a Video Stream and an Audio Stream independently, and having the output file have the tracks joined together properly.

This will allow us to do seamless downloads for videos up to 2160p (if available) with audio.

Opening this issue for discussion and tracking. Any one that can help (that has knowledge behind what is required for this), is more than welcome to fork and create a PR.

akhilc47 commented 6 years ago

I've added a function to download 1080p or higher resolution videos. I've created a pull request for the same. PR#15.