Hi. I just released v1.5.0 which adds a chorus effect (which is hit and miss) and adds an odd fix.
Somewhere between 4.2 and 4.5, python libraries loaded in a python that’s included via qml stopped being able to run ffmpeg. Sooo, that meant that saving to ogg and flac (let along mp3), was no longer working. Must be a Sailjail ++.
The solution was to move the file saving to the python file included directly. So, reproduce the library calls in calling file. The library in question is pydub.
Edit: Let me know if it works for you
So, I’m either going nuts, or Sailjail is even more complicated that I suspected.
Edit, 2: To be more clear:
- load python file A
- in said python file A, load pydub library (having include path /usr/share/appname/libraryfolder)
- run ffmpeg from library call, fail
- run ffmpeg call in A, succeed.
If you run from the terminal, all calls work (including to lame, which never works in sailjail context)