Video thumbnails

Discussion in 'Silverlight' started by Polybius, Dec 30, 2008.

  1. ffmpeg - no. This requires command line access. They have other tools though that may do it though. Sorry I cant be of better help. To be honest I think this will be an uphill battle. You are gonna need something that will (or will provide you with a library that will allow you to) open the file, decode some/all/etc portion of the file, to allow you to pull a frame and create an image. Depending on how that is done, there could be a lot of overhead involved. It may be possible, I just think in a shared enviornment it may be tuff. Good luck though. Let us know how it goes.
     
  2. Hello all,

    My DASP web application will allow users to upload a.wmv videofile to my Silverlight Streaming account. Then, the app willlet users view the video by clicking on a link. Very nice.

    Now, my puzzle is this: When a user uploads a .wmv video file, how can I capture the first scene of the video as a thumbnail imageto store in my SQL Server database at DASP (as an image field), so that I can later display the thumbnail (like they do at YouTube.com).

    Any thoughts or ideas will be appreciated.

    Polybius
     
  3. Chuck --


    Thanks again for your reply. What do you mean by "dedicated solution"?


    Also I found this link:


    http://www.tedspence.com/index.php?entry=entry070705-111722


    It seems like this will be a common need (thumbnails like at YouTube)for just about anybody doing an ASP.NET site at DASP that uses Silverlight streaming. It seems like much of the web is quickly moving in that direction (videos in every website, video cameras in every pocket or purse).


    Do you foresee a way of doing it at DASP? (I.e., making a small thumbnail filefrom avideo fileuploaded toa streaming service like YouTube or Silverlight Streaming)?


    Thanks.


    Polybius
     
  4. This also needs greater access then that of a web application. In fact I really think most of the methods that perform this task would need to. If you notice all the examples are trying to instantiate a mediaplayer object and or need console level access. Thats why I mentioned a dedicated server earlier.
     
  5. Chuck --


    Thanks very much for your thoughts on this.


    Polybius
     
  6. Poly,

    Sorry to be the one to keep killing the party but WPF is for desktop based applications. Meaning your account obviously doesnt have this level of access. You may need a dedicated solution to perform this task.
     

Share This Page