2

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

lizzie
  • 1,506
  • 1
  • 18
  • 31

1 Answers1

0

Download the build file from https://www.gyan.dev/ffmpeg/builds/. Put the .exe files in the directory of your project.

Joooeey
  • 3,394
  • 1
  • 35
  • 49