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

I need to create application on C++ for convertation, and I can't using ffmpeg.exe. I need to it programatically from FFMPEG SDK , but I don't know how can I do it, and I didn't find any examples in Internet. May be somebody know something about my task? Thank you.

Regards
Shivam
Posted
Comments
Sergey Alexandrovich Kryukov 22-Jan-13 16:14pm    
Not a question. The "answer" would be: use FFmpeg SDK. What else?!
—SA

1 solution

Hello Shiva,

ffmpeg is an open source project. The transcoding engine used by ffmpeg is in the libraries libavcodec (for the codecs) and libavformat (for the containers). You can write your conversion as calls into these libraries, without the ffmpeg command line application.

Here is a tutorial on using these libraries.
Link for the tutorial:-http://www.inb.uni-luebeck.de/~boehme/using_libavcodec.html
 
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