You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I call getbest() it returns normal:mp4@1280x720, and when I print out vid.allstreams the highest normal quality is mp4:1280x720. But when I go to the actual video on youtube the highest quality is 1080p/1920x1080, even when I call getbestvideo it returns 1920x1080. So how can I get normal:mp4@1920x1080?
The text was updated successfully, but these errors were encountered:
Or how can I combine the highest audio file with the highest video file like YouTube does? I have found out a way with moviepy but then it rerenders out the whole video and takes "forever".
Whenever I call getbest() it returns normal:mp4@1280x720, and when I print out vid.allstreams the highest normal quality is mp4:1280x720. But when I go to the actual video on youtube the highest quality is 1080p/1920x1080, even when I call getbestvideo it returns 1920x1080. So how can I get normal:mp4@1920x1080?
The text was updated successfully, but these errors were encountered: