-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can the Aspect Ratio be modified to 1:1 instead of 16:9? #13
Comments
If you're using the command line you should be able to use the -v or --view arguments. e.g. -v 1x1 If you're using GUI you would need to change the code in spatialmedia/gui.py around line 184
change it too
|
Thank you! I will try this, both methods! |
This worked PERFECTLY!!! TYSM!!! I forked this and posted it as a Windows binary that I compiled! |
This metadata injector works AMAZINGLY WELL for my 3D SBS 16:9 videos (32:9 2D). However I have some that are needing to be played back at 1:1 aspect ratio. Is it possible to modify this app so that I can select the 1:1 aspect ratio for those files?
Examples are when I record PC VR videos on my PC, I record them at 3840 x 1080 FULL SBS. So when using this to inject the metadata it works perfectly and they play back in YouTubeVR in 16:9.
However I have other videos that I record on my Quest directly and it always forces 1:1 aspect regardless of resolution. So I have to play those video files back at 1:1. But when I use this app to inject metadata into those, they play back in the wrong aspect ratio in YouTubeVR, they play back at 16:9 aspect ratio instead of 1:1. It would be great, if possible, to have an option between 16:9 and 1:1 aspect ratio for the metadata.
The text was updated successfully, but these errors were encountered: