Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.11/5 (2 votes)
See more:
Guys i want convert the set of images into video using C# coding, so kindly help me guys and please give only the solutions that are working fine.

I need your support asap
Thanks in advance
Posted
Updated 15-Jun-17 18:53pm
Comments
kiquenet.com 4-Nov-13 3:47am    
any final solution with full source code sample working about it ?

I would recommend to use the open-source library and application doing this very well, as well as many other things: FFmpeg:
http://en.wikipedia.org/wiki/Ffmpeg[^],
http://ffmpeg.org/[^],
http://en.wikipedia.org/wiki/Libavcodec[^],
http://libav.org/[^].

Not only the full open source if provided for you, so you can use it via P/Invoke or learn how to it what you need, but you also can find some available wrapper for .NET. Please see:
http://jasonjano.wordpress.com/2010/02/09/a-simple-c-wrapper-for-ffmpeg/[^],
http://ffmpegdotnet.codeplex.com/[^],
http://code.google.com/p/ffmpeg-sharp/[^],
http://nolovelust.com/post/Another-Simple-C-Wrapper-For-FFmpeg.aspx[^].

Probably you could find some other ffMpeg wrapper:
http://bit.ly/TH6i5g[^],
http://bit.ly/TH6D8b[^].

If you are going to work with video in any other way (how else?), chances are, you can hardly work without such well-known, widely used and robust libraries as FFmpeg and libav.

Good luck,
—SA
 
Share this answer
 
v3
Comments
Sergey Alexandrovich Kryukov 7-Jan-13 15:27pm    
[OP commented]

Thanks a lot for your reply, and i had already used bytescout library but the problem comes when i use that library then after converting the video when i play the text line is embedded in the complete video saying that it has been converted with bytescout library..

do you have any other efficient help please
kiquenet.com 4-Nov-13 3:46am    
any final solution with full source code sample working about it ?
Sergey Alexandrovich Kryukov 7-Jan-13 15:28pm    
Why "other"? This is the way to go. As I say, the library does not just that, but a lot more, practically, nearly all you need.
This is the most reasonable advice, I'm sure.
—SA
Sergey Alexandrovich Kryukov 4-Nov-13 9:29am    
Never saw such thing. Why? I prefer writing by myself as much as possible. I just did it by using FFMpeg (video from images), which makes it apparent that I can do it in a number of ways I described.
—SA
 
Share this answer
 
Comments
Gaurav_Chhabra 7-Jan-13 15:49pm    
Thanks a lot ridoy, for your reply, and i had already used bytescout library but the problem comes when i use that library then after converting the video when i play the text line is embedded in the complete video saying that it has been converted with bytescout library..

do you have any other efficient help please
kiquenet.com 4-Nov-13 3:47am    
any final solution with full source code sample working about it ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900