Finding duration of an uploaded video
Is there any method for finding the duration o开发者_如何学Pythonf an uploaded video without running any exe (ffmpeg.exe) in asp.net? If so any one please suggest a method which can handle a heavy traffic site...
You could force a user to upload a video with ID3 tags, and use the Ultra id3 library
精彩评论