-
Notifications
You must be signed in to change notification settings - Fork 429
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
How to use it on Linux? #248
Comments
git clone https://github.com/google/spatial-media It opens gui application. Select video with open button and then select if your video is spherical (360º) or stereoscopic (top/bottom) and then "inject metadata" button |
It's unclear to me why @atrauzzi gave your post a thumbs down. |
Works, had to run it in pyhton2 on my system (after installation of python-tk). So the solution for me was:
Thanks everyone! |
Is globally installing |
There are a few forks that have added support to 3.9 and later, and I believe there is an outstanding merge/pull to add GUI support for Python 3 GUI as well #227 fork is here. |
Thanks! |
This worked for me on Ubuntu 20.04 # python3-tk is installed. python-tk is not installed.
git clone https://github.com/google/spatial-media
cd spatial-media/spatialmedia
python3 ./gui.py |
I've recently merged a bunch of community fixes into master which added support for Python3. Hoping to kick off a release sometime in the next couple of weeks once I have some VMs setup for testing. |
ubuntu 22.04 i can confirm that: worked perfectly. Only bug i noticed, the extention of the files have to be lowercase, or thay are not show in the open dialog interface :-) |
How to use it on Linux? Can you provide me with a little example?
The text was updated successfully, but these errors were encountered: