Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
stream frame size wrong detect #8337
Comments
|
For provided example URL there are three 1920x800 formats:
that all downloads as 1920x800 each, so you are wrong:
|
137 for me is Y Axis is 1080 But always my frame size of downloaded movie is 1920x800 |
|
You are using an outdated version of youtube-dl. Read our FAQ if you have troubles updating. |
Some youtube servers sometimes for some videos by unknown reason publish wrong video properties. for example YT says it has FullHD 1920x1080 video resolution, allow to download the video stream, but actually stream has only 1600x800 resolution or 1920x800, this apply for mp4 stream, but for all stream formats. Is there a way to detect it correctly before downloading,
Example video which has 1920x1080 but downloading as 1920x800
https://www.youtube.com/watch?v=lfwjzNB--5k
Can someone explain that?