简体   繁体   中英

How can I extract images from a H.264 video stream?

如何从H.264视频流中提取图像(JPEG或PNG或...),最好是在C#中?

You can use the Windows Media Foundadion .NET (link: http://sourceforge.net/projects/mfnet/ ) to decode H.264. once you've done that, you can take a screencap in standard ways.

Your can use FFMPEG Wrapper and extract all the frames from the videov via C# and save them as sequence of images. Do read about FFMPEG on how to extract frames and save them as images too.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM