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

Not working on iOS 8 #10

Open
SPDEX opened this issue Oct 26, 2014 · 6 comments
Open

Not working on iOS 8 #10

SPDEX opened this issue Oct 26, 2014 · 6 comments

Comments

@SPDEX
Copy link

SPDEX commented Oct 26, 2014

The output file imageSequence_reverse.mov has 0 seconds and when is played displays few frames and then it stops.

@amrittrivedir
Copy link

@SPDEX have you find any solution for this?

@SPDEX
Copy link
Author

SPDEX commented Dec 10, 2014

No, I didn't manage to fix it. Any idea ?

@iampena
Copy link

iampena commented Dec 10, 2014

I am using ReverseClip on iOS 8 and it seems to work just fine.
Did you change the original code?

@SPDEX
Copy link
Author

SPDEX commented Dec 10, 2014

Here is the result, without any changes to the source code

Original video
http://tinypic.com/r/2wmqubs/8

Reversed video
http://tinypic.com/r/208zg60/8

@amrittrivedir
Copy link

@SPDEX Yes, i am getting same result. I tried with static value in this file RCImageSequence while(clipTime < durationSeconds) {
CMTime frameTime = CMTimeMakeWithSeconds(durationSeconds - clipTime, FRAME_SCALE);
NSValue *frameTimeValue = [NSValue valueWithCMTime:frameTime];

    [times addObject:frameTimeValue];

    clipTime += 0.01;
};

Cliptime is static now it works but didn't getting desired result.

@iampena have you changed any sort of code?
Anyone have idea to reverse the audio?

@vijaytholpadi
Copy link

EDIT: Playing with the FRAME_RATE fixed this for me.

Did anyone manage to solve this?

For me, strangely it fails only on the iPhone 6 and that too not consistently. 20% of the times it goes through. Any idea guys?

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

4 participants