0

i am trying to convert audio from webm to mp3 using pudub module in android using kivy. I've included pydub,ffprobe-python,ffmpeg-python in buildozer.spec file but when i run the app i get the following error !

FileNotFoundError: [Errno 2] No such file or directory: 'ffprobe'
Pranzal360
  • 60
  • 1
  • 5

1 Answers1

0

You will need to embed ffmpeg suite binaries. ffprobe-python and ffmpeg-python are only connectors to call the binaries.

eldavo
  • 13
  • 4