Can't get multiple images from video using MPMoviePlayerController. OSStatus -12433

前端 未结 3 1034
悲哀的现实
悲哀的现实 2021-01-18 04:19

I\'m trying to extract multiple images from a selected video file using MPMoviePlayerController. Below is the code I have written.

movie = [[MPMoviePlayerCon         


        
3条回答
  •  梦谈多话
    2021-01-18 04:43

    I do that using the library iFrameExtractor https://github.com/lajos/iFrameExtractor

    Hope this help Good luck

提交回复
热议问题