开发者

how to convert a video to images in c#? [duplicate]

This question already has answers here: 开发者_开发知识库 How to convert a video to an array of bitmaps? (2 answers) Closed 9 years ago.

i have to convert a video to images i need some help to under stand this phenomenon and guid to code a program for it.

also

which format of video will be more useful for me ?

thanx in advance!


You can use FFMPEG in C# as a new child process (google search it how) to do all the work for you. It will work for every possible video codec, so you don't have to worry about how the frames are coded.

Also you can export frames to a couple of image formats, not just BMP.


Try look here:

http://sourceforge.net/projects/directshownet/

I've never used it, but it could give you some hints (if not the solution itself)


You can use VideoLan to the work for you, use Video Output module and set it to image link

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜