•
•
•
•
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
![]() |
•
•
Join Date: Dec 2007
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
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
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
•
•
Join Date: Dec 2003
Location: Nashville, TN
Posts: 2,333
Reputation:
Rep Power: 11
Solved Threads: 102
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.
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
•
•
Join Date: Sep 2008
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
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
http://ramcrishna.blogspot.com/2008/...utube-and.html
![]() |
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
.net access advertising ajax asp bluray broadcast code combo custom data developer development digital dom downloads dropdownlist dvd format gadget google hd internet marketing media microsoft module movie msdn news nintendo office pvr search skin software sony sql stocks streaming theme tv video video game video games vista weather web xoap youtube
- Reduce video size (Graphics and Multimedia)
- Urgent help needed > uploading video files (PHP)
- Video Files Thumbnails (Windows tips 'n' tweaks)
- Change Video Thumbnail (Windows NT / 2000 / XP / 2003)
- help with hjt and vx2/urllogic (Viruses, Spyware and other Nasties)
- trojans wont let me connect to internet (Viruses, Spyware and other Nasties)
- 213.159.117.130 trojan.. help!! (Viruses, Spyware and other Nasties)
- XP application hangs when importing Video files (Windows NT / 2000 / XP / 2003)
- Icon and Thumbnail Display Problem (Windows NT / 2000 / XP / 2003)
Other Threads in the ASP.NET Forum
- Previous Thread: FolderBrowserDialog Problem
- Next Thread: Datagrid inside Datagrid problem



Linear Mode