Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Does anyone know the visual basic 2008/ 2010 vb source code for a video converter? (converts popular video formats like mp4, avi, flv to one another)

thank you..
Posted
Comments
Sergey Alexandrovich Kryukov 3-Jul-11 3:56am    
VB?! Very, very unlikely... I would not waste any time trying to find it. Do be serious.
--SA
Member 8033321 3-Jul-11 4:03am    
could you suggest a certain programming language then? i really would like to know how to make like one...

thanks...

Perhaps this would get you started? A Video Converter in Visual Basic .NET[^]
 
Share this answer
 
Comments
Member 8033321 3-Jul-11 4:27am    
thanks.. the code works.. it's just that it could only convert files to flv...i hope there would be codes for the other formats as well...

but anyway, thank you so much..
Sergey Alexandrovich Kryukov 3-Jul-11 4:29am    
Well, this solution is not really in VB.NET, it simply uses ffmpeg, which is a good thing. It is written in C. No matter, there are no chances to find a solution in VB.NET anyway, I think. It could be P/Invoked. So, I voted 5. At least it practically works.
--SA
Sergey Alexandrovich Kryukov 3-Jul-11 4:32am    
I added some info to your answer and answered a follow-up question on languages, please see.
--SA
[Answering a follow-up question about language]

I cannot suggest the language for you to use as it depends on so many factors. I can only say what people use to solve some serious problems; in this way, you would have more chances to find a solution. In this field, you will find most of the codes in C++ or C, probably much less in C#. Just a fact of life, without discussing of real benefits or downsides.

Now, the interesting solution found by Walt is also C (see http://en.wikipedia.org/wiki/FFmpeg[^], http://ffmpeg.org/[^]), but you can use P/Invoke to import the methods in you .NET project.

—SA
 
Share this answer
 
v2
Comments
Member 8033321 3-Jul-11 4:29am    
thanks also... i really know i have so much to learn....
Sergey Alexandrovich Kryukov 3-Jul-11 4:31am    
I added a fix to the text -- it is C.
Please consider accepting this answer formally (green button) -- you asked this question, I answered.
Thank you.
--SA

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