wess / Glimpse

UIView recording library.
MIT License
557 stars 42 forks source link

Video is faster than recording time #11

Open vadimvitvickiy opened 7 years ago

QEllis commented 7 years ago

I have found this to be the case sometimes on a slower device and simulator. It seems that it does record the entire movement of the view but plays it back in quicker time. I'm recording with a Timer for 5 seconds and it will have a fast 2 or 3 second video saved to the photos album.

gzfrancisco commented 7 years ago

This also happens if you increase the size of the recorded view.

This is my guess: So, if the recording thread is called a fewer times because of the CPU usage, the animation is still recording (until it finish) but you have a short video.

What do you think?