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
How can I extract frames from videos? since SGPlayer uses Metal and ffmpeg, this operation can be done on GPU right?
Any idea how much time it will take? since using AVAssetImageGenerator:generateCGImagesAsynchronously takes forever if the video is big.
I am implementing something similar to a movie editor, and I want to show frames of videos when the user drags and drops a video file.
The text was updated successfully, but these errors were encountered:
How can I extract frames from videos? since SGPlayer uses
Metal
andffmpeg
, this operation can be done on GPU right?Any idea how much time it will take? since using
AVAssetImageGenerator:generateCGImagesAsynchronously
takes forever if the video is big.I am implementing something similar to a movie editor, and I want to show frames of videos when the user drags and drops a video file.
The text was updated successfully, but these errors were encountered: