I use ffmpeg to convert videos to desired formats and create thumbnails.
I want to find the total duration of the video to display on the main page along with thumbnails.
Can I use ffmpeg to find the duration when loading and storing it in the database?
Is duration persistence required in db, or is there any other way?
Vijay source
share