Is there a way to extract a keyframe from flv file using C#?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Can't find a direct way of doing this. However you can use FFmpeg.exe in C#. Here you can find a C# wrapper to easily use FFmpeg in C#: The following code is taken from their sample page. Seems like you can extract frames and create thumbnails from them in the following manner:
Use
Hope it helps. |
|||
|
|