I use ffmpeg.net.
How can I use this dll in my project for converting video or audio to another video/audio format ?
(I need a sample c# code for using this class library.)
I upload source code in below link :
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can also use ffmpeg.exe directly. I have i.e done so to generate an image automatically when a videofile is uploaded to our cms system.
Please check out this blog (not mine): http://jasonjano.wordpress.com/2010/02/09/a-simple-c-wrapper-for-ffmpeg/