max2sphere icon indicating copy to clipboard operation
max2sphere copied to clipboard

Takes batches of GoPro .360 frames (with GoPro EAC projection) and converts them to a more widely recognised equirectangular projection.

Results 9 max2sphere issues
Sort by recently updated
recently updated
newest added

When I try to run `make -f Makefile` on Windows 11 or `make -f Makefile-Linux` on WSL2 I get following output: ``` gcc -Wall -O3 -o max2sphere max2sphere.o bitmaplib.o -ljpeg...

ffmpeg fills filenames with leading zeros, when told to do so; `ffmpeg -t 00:00:01 -i INPUT.360 -map 0:0 -r 1 -q:v 1 track0/img%4d.jpg -map 0:5 -r 1 -q:v 1 track5/img%4d.jpg`...

ffmpeg starts at 1. ` -n n Start index for the sequence, default: 0` doesnt make sense to me because of that, if ffmpeg needs to be used beforehand, then...

the output images are not recognized as 360 images.

Thank you for the awesome repo. it helped me a lot. now i am stuck in something. I have extracted frames from 360 videos and assigned a unique name to...

Hello, It would be nice if someone could add png image input possibility. Best regards, Roberts

Hello, It would be nice if you could explain basic math for equirectangular projection coordinate transfer back to cube map. Best regards, Roberts

Hello! The Makefile contains the line "OBJS = max2sphere.o bitmaplib.o". The specified file cannot be found. [bitmaplib.o]. Where can I get this file?