Qt SDk 4.6.2 on mac os x: invoke ffmpeg ??
- by varunmagical
Hello,
I am writing an FFmpeg frontend in Qt & testing it on linux, windows & Mac.
(FFmpeg is a popular command line tool for video operations)
My project is working well on Linux & windows but I cannot invoke FFmpeg on Mac!
I have compiled it from svn source on Mac & I have ensured that it is working properly by running it in Mac terminal.
In my project, I have created a widget that shows FFmpeg output during conversion, but on mac, It always stays blank.
Need help!