c# - how to convert sequence of jpeg image into video format? -


hi developing video capture application using c#.net. captured video through webcam , saved jpeg images want make wmv file images. how can basic steps needed can body help

i working on myself. have found 2 ways may possible - both require purchase of outside library.

the first 1 looks easiest costs most, although allow use free have deal pop telling purchase library: http://bytescout.com/products/developer/imagetovideosdk/imagetovideosdk_convert_jpg_to_video.html

the other involves using microsoft encoder 4. still working on one. can free version here: http://www.microsoft.com/download/en/details.aspx?id=18974

c# doesn't natively support in way of sound or video outside reference assemblies seem necessity.

right best can offer until figure out.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -