Reputation: 5179
How can i find duration of an uploaded video,****convert it to flv format**** and then create a thumbnail from the video in an asp.net web application?
I've tried using ffmpeg.exe, but is it suitable for a heavy traffic site?If so please suggest a suitable method to tackle the issues due to heavy traffic....
I need the simillar functionality seen in youtube.
Any one please help me to find a solution?
Upvotes: 0
Views: 256
Reputation: 3689
I've used ffmpeg for our CMS which handles numerous uploads a day. What I do is pass if off to an asynchronous page, queuing up requests which it then works through.
Don't quote me on this, but I think YouTube has used ffmpeg in the earlier days.
Upvotes: 1
Reputation: 68410
For free that's your best option so far I know. If a paid service it's an option you may consider these 2 services
Upvotes: 0