Can someone help me with this issue. I am doing some python under eclipse, the python library I need use ffmpeg to deal with audio file. When I use this library in my ipython console, everything works perfectly but when I use the same code inside eclipse, my program fails to encode the audio file. I guess the problem comes from ffmpeg, but I do not know how to solve this.
For information: ffmpeg runs correctly when I call it directly from the command line.
Thank you