1

I am picking video from photo album programmatically. I don't have any issues on that. I am able to retrieve the video path etc from the following delegate method.

- (void)imagePickerController:(UIImagePickerController *)picker 
    didFinishPickingMediaWithInfo:(NSDictionary *)info

But, i want to find out the duration of the video here. Is it possible to find out the duration of that video which i have chosen from photo album?

Please advise!

Thank you!

Jaffa
  • 12,442
  • 4
  • 49
  • 101
Getsy
  • 4,887
  • 16
  • 78
  • 139
  • 1
    This link has helped me resolving this issue. http://stackoverflow.com/questions/8699105/iphone-how-to-get-duration-of-video-selected-from-library – Getsy Jan 14 '12 at 19:58

0 Answers0