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.
download multiple camera angle videos #7675
Comments
|
youtube-dl does support multifeed videos for a long time already. You are using an outdated version.
|
Youtube offers the possibility to do live streams with multiple camera angles. while the live stream is on, users can then choose between different angles.
If such a live stream is stored as a video afterwards, users again can choose one of the camera angles while watching the video. I would like to download each of the camera angles as a separate video, but youtube-dl doesn't allow to do that. I can only download the first/default camera stream.
One example of such a multi-camera angle video is this one: https://www.youtube.com/watch?v=WMCIdxt-tF0
Is it possible to implement a feature which allows for downloading each camera angle?