Click here to Skip to main content
15,881,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

how i can convert a set of image in a video (with transaction) and post it on youtube?

i looking for source code in vb.net

thank's

Frastono
Posted

1 solution

You can easily compose a video from separate image and then convert it to the format required by Youtube using FFmpeg or libavcodec utility. Please see:
http://en.wikipedia.org/wiki/Ffmpeg[^],
http://ffmpeg.org/[^],
http://en.wikipedia.org/wiki/Libavcodec[^],
http://libav.org/[^].

This is probably the best tool you can find, and it's open source. It does what you want and a lot more. Also, it support great set of different formats (media containers) and codecs.

If you need to do it programmatically in .NET, you can easily run the utility as a separate process or use some .NET wrappers. For further information, please see my past answers:
HTML5 and Mime, Streaming a video?[^],
how to convert image to video in C#[^],
How to trim the video using Directshow!?[^].

—SA
 
Share this answer
 

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