PDA

View Full Version : Using ffmpeg as built in lib



Alir3z4
15th June 2011, 06:54
Hi.
For example in console(temrinal) we can do amazing stuff with ffmpeg commands, but i couldn't found a way to doing that stuff in source code.
Of course i can work with QProccess, but it's not my point.
There is a some way to do that, like include ffmpeg library in source code and send argument & parameters like in Console?
If not, i think i have to wrestling with libavcode :confused:
tnx

___
Alos i asked this question here (http://www.qtforum.org/article/36029/using-ffmpeg-as-built-in-lib.html), but seems qtcenter hottest than qtforum!

wysota
15th June 2011, 19:44
I'm afraid you have to battle with the libraries yourself.

Alir3z4
16th June 2011, 07:25
I'm afraid you have to battle with the libraries yourself.
Yes, i thinks so :|