Skip to content
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

Possible port from image to video? #27

Open
DevAndArtist opened this issue Sep 30, 2015 · 2 comments
Open

Possible port from image to video? #27

DevAndArtist opened this issue Sep 30, 2015 · 2 comments

Comments

@DevAndArtist
Copy link

Hey there,

I'm not an expert in that kind of stuff, but I wonder if it is possible to port this shiny tool to support video input instead of images?!

I couldn't find any open-source iOS Framework which supports viewing equirectangular videos.

@skborhan
Copy link

skborhan commented Oct 2, 2015

I have tried to implement frame by frame (using ffmep for decode the video and frame splitting) in this project. But its performance was soooo poor. But I think it can be possible.

@mayakraft
Copy link
Owner

@DevAndArtist I've been silent on this thread because this very quickly gets far out of my realm of experience. @skborhan what you're doing is how I would approach it, but only then even with compromises, like using super low-res video in a pixel video game and use nearest neighbor. I'd store each image uncompressed into an array and swap them out.

Proper search seem to point to PBOs for dealing with uncompressed video. Uncompressed video is absolutely massive, personally I just avoid it on mobile, but, iPhones are getting more powerful..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants