How to get the duration of the video uploaded ?
Posted
by Holicreature
on Stack Overflow
See other posts from Stack Overflow
or by Holicreature
Published on 2010-06-15T13:46:57Z
Indexed on
2010/06/15
15:52 UTC
Read the original article
Hit count: 148
i'm using ffmpeg to convert videos to desired formats and to generate the thumbnails..
I want to find the total duration of the video to display in the main page along with the thumbnails..
Can i use ffmpeg to find the duration when its being uploaded and store them on the database.?
Is storing the duration in db is necessary or else is there any other method?
© Stack Overflow or respective owner