Click here to Skip to main content
15,884,648 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi.

Just want to ask whether someone could translate to visual basic some or basic syntax on how to manipulate ffmpeg? like the conversion of one file format to another?

Thank you..
Posted
Updated 5-Jul-11 16:14pm
v2
Comments
Tarun.K.S 5-Jul-11 9:11am    
You can search in google.

Guy...you've asked a ton of questions on the same subject, all for a thesis. If you can't do your own research, you're going to fail this project, badly.

You have to know not just your own project inside and out, but all the research surrounding it. Like, why did you didn't take this route instead of that one? What are the procs and cons of doing such and such? ...
 
Share this answer
 
Comments
Member 8033321 5-Jul-11 22:17pm    
I know... That's why I'm trying hard to get tons of resources... =(
Dave Kreskowiak 5-Jul-11 22:56pm    
I really hate to say this, but transcoding by shelling out to ffmpeg, or any other external tool, is not a thesis topic. Writing your own tool to do the actual work is, and you've not going to do that in VB.NET, at least not in the time alotted.
Just to add to Dave's comment, there's source code to do all this, easily found with google. So if you can't use google, what are the odds that you deserve to pass your course ? You need to do more than google and reuse code, you need to understand how it works, or you will fail.
 
Share this answer
 
Comments
Member 8033321 5-Jul-11 22:19pm    
That is why I'm trying to get as many resources as I can to be able to do so.... =(

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