You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NSGIF is a great tool to convert videos. But I am having issues converting videos to gifs.
Usually, a gif does not need to be too sensitive on FPS. But when I am creating a gif file with frames more a certain number, eg. 100, the app gets crashed very easily. I found the reason is caused by the CGImageDestinationFinalize. When finalizing the images, I can see that it brings all image frames into memory and crashed the app.
Anyone has ideas to deal with large number of frames in conversion?
The text was updated successfully, but these errors were encountered:
@sebyddd
Yes, I have. The thing is about converting a large number of frames could get crashes.
Even by tweaking delay, video frames could not result in reducing the number of frames sometimes. I suppose it is the limitation from CGImageDestinationFinalize method.
Hi All
NSGIF is a great tool to convert videos. But I am having issues converting videos to gifs.
Usually, a gif does not need to be too sensitive on FPS. But when I am creating a gif file with frames more a certain number, eg. 100, the app gets crashed very easily. I found the reason is caused by the CGImageDestinationFinalize. When finalizing the images, I can see that it brings all image frames into memory and crashed the app.
Anyone has ideas to deal with large number of frames in conversion?
The text was updated successfully, but these errors were encountered: