google / spatial-media

Specifications and tools for 360º video and spatial audio.
Other
1.8k stars 419 forks source link

2.1 not opening on BigSur 11.1 #260

Closed fishifilms closed 1 year ago

fishifilms commented 3 years ago

First time user, the application 'quit unexpectedly' straight away every time I open it. Any help is greatly appreciated

ghost commented 3 years ago

Hi fishifilms

I suggest to use it in command line mode:

  1. Open terminal
  2. Take care that Python and git are installed
  3. git clone https://github.com/google/spatial-media.git
  4. cd spatial-media
  5. python spatialmedia to inspect the files
  6. python spatialmedia -i to inject the metadata

Documentation can be found here: README.md

marcstreeter commented 2 years ago

you may need to specify "python2" as using "python" on your system may be defaulted to python3 and this tool is currently written for python 2.7 (not 3 where it was giving me errors)