User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 455,973 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,819 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 3552 | Replies: 4
Reply
Join Date: Nov 2007
Posts: 3
Reputation: plastick is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
plastick plastick is offline Offline
Newbie Poster

video thumbnail

  #1  
Nov 29th, 2007
Hi, anybody could help me how to create video thumbnail in asp.net,c#?
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Dec 2007
Posts: 3
Reputation: mahendrabhatt is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
mahendrabhatt mahendrabhatt is offline Offline
Newbie Poster

Create Video Thumbnail using ASP.NET and FFMPEG

  #2  
Dec 3rd, 2007
Use FFMEPG EXE for extracting the first frame of video or video thumbnail
Download FFMPEG and using Shell command in ASP.NET you can get the video thumbnail using following command

ffmpeg -i [source path] -s [resolution of video] -vframes [no of video frames] -f [image lib]
-vcodec [video codec] [destination path]

e.g.
ffmpeg -i d:\share\01.wmv -s 108*80 -vframes 1 -f image2 -vcodec mjpeg d:\wmv\halo.jpg

this command will save jpeg image with name halo.jpg
Reply With Quote  
Join Date: Nov 2007
Posts: 3
Reputation: plastick is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
plastick plastick is offline Offline
Newbie Poster

Re: Create Video Thumbnail using ASP.NET and FFMPEG

  #3  
Dec 5th, 2007
Could you explain more detail in c#, for example i create class, i use VS2005
//Using library
//Using......

Class VideoThumbnail{
//source to create thumbnail
}

thx b4
Reply With Quote  
Join Date: Dec 2003
Location: Nashville, TN
Posts: 2,333
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Rep Power: 11
Solved Threads: 102
Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: video thumbnail

  #4  
Dec 7th, 2007
Do you know how to use the Shell command in C#?

This member has provided you an awesome response. It's not his job to write your code for you. Check this out:

http://www.codeguru.com/forum/archiv.../t-181653.html

you can use this, and replace the actual filenames as provided in mahendrabatt's explanation with variables. From there you should be able to write your own code.

We're here to provide help, not full-blown coding solutions.
Alex Cavnar, aka alc6379
Reply With Quote  
Join Date: Sep 2008
Posts: 2
Reputation: ramcrishna is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
ramcrishna ramcrishna is offline Offline
Newbie Poster

Re: video thumbnail

  #5  
Sep 24th, 2008
Do you like create videos like youtube? Want know how to play videos and convert the videos in ASP.Net, Here is your solution...

http://ramcrishna.blogspot.com/2008/...utube-and.html
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb ASP.NET Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the ASP.NET Forum

All times are GMT -4. The time now is 9:15 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC