简体   繁体   中英

Get frames from video, edit and save in iPhone

I am referring this application and want to learn that how can we create like this?

Actually there is the major R&D task for me and I don't even know what to search in this topic.

I don't know , from where to start googling.

According to my understandings, the concepts is, It is getting all frames from video as Image and edit it like draw line on it and then save it, so once video is played it also contains that editing.

I had referred this iFrameExtractor but can't got success.

Please advise me how to start doing R&D on this topic..

Thanks in advance.

Ok i have a answer for your question, First of all u have to get all video from your iPhone. That can be done using ALAssetLibrary after that u have to how thee videos in UITableView. I think that should be easy for u. After selecting a video from a table view u have to play that selected video using MPMoviePlayerController or AVPlayer. After that u have to draw anything.There are number of methods of drawing anything on Videos which are:-

UIBezierPathCurve, UIGraphicsBeginImageContext, Open GLes etc etc

Thats it.try googling on it. thanks :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM