-
-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VR videos not downloading correctly! #213
Comments
ytdl-org/youtube-dl#22690 It seems like google made it's own format, however, it seems like some apps are capable of converting them back to regular VR. |
THIS MIGHT BE A SOLUTION?https://shkspr.mobi/blog/2021/01/downloading-360-videos-from-youtube-and-playback-in-linux/ |
I CAN CONFIRM THAT THIS DOES WORK, EVEN IF A BIT GLITCHYDoing I can't get it to merge with audio (seems to think FFMPEG is not installed, even though it is), but the video is fine!! Please implement an option in your app that lets users download VR videos using the command above. (See ytdl-org/youtube-dl#15267 (comment) for more details) |
I made a batch file to automate my needs while I wait, here is the code if anyone else wants it:
UPDATE: I made a repo for it (https://github.com/randoomx8/AL360CLI) and will probably keep updating it until this issue is resolved. Videos downloaded at anything less than "best" become blury, the solution is to download them at best and then convert them into a lower resolution, that way youtube compression does not take away detail. |
Some one noted on the solution post that there were some clarity and resolution issues, I can indeed see them... I will try to find a way around them. Edit: Actually, even on desktop at 4K VR videos look like ass so I guess the issue is on their end... |
Hi! Thanks a lot for the research you have already done. Would adding an option, to add an empty user agent string, work to solve this problem? |
Probably, I think. Its worth the try! |
This feature has been released in 2.4.0 :) |
does this still work? does not seem so. |
Describe the bug
Raw VR videos have a left and right side (or top and bottom for some older ones), however, when downloaded via this app, it instead downloads the combined video of left and right (for 180 videos, 360 returns stuff in EAC, which is unusable). The video is still playable, but there is horrible streching and no depth perception.
To Reproduce
Steps to reproduce the behavior:
180 or360,does not really mater.Expected behavior
The video is downloaded raw, with both sides intact so that they may be processed by the app itself.
SOLUTION FOUND:
See comment below #213 (comment)
Would be nice to see the app implement this natively for 360 videos.
Additional info (please complete the following information):
The text was updated successfully, but these errors were encountered: