I have a NSDATA for a video file. How do I extract the thumbnail Image out of it. Also I am not allowed to write the NSDATA for the video file on to the local documents directory. I have looked into it but not able to find the solution. Could someone let me know how to achieve it?
Asked
Active
Viewed 854 times
2
-
do you have video in your project locally or you are downloading from server? – Jignesh Agola Feb 05 '15 at 11:40
-
1http://stackoverflow.com/questions/9145968/getting-video-snapshot-for-thumbnail this might help you – Jignesh Agola Feb 05 '15 at 11:43
-
I have download it from the server and its in NSDATA format. Also I cannot save the video in the local as the app is not allowed to save any audio or video in local. How do I do that? – user1512727 Feb 05 '15 at 14:47
-
yes you can save audio or video. – Jignesh Agola Feb 06 '15 at 08:01