Is there a way to read video duration on video upload in MVC Asp.Net
In controller I access uploaded file as HttpPostedFileBase
It provides only length in bytes but I need a way to get video duration in seconds.
Is there way to get this, some good library for this available as NuGet Package or anything else.