morevnaproject-org / opentoonz

OpenToonz - アニメーション制作ツールのオープンソースプロジェクト
Other
127 stars 13 forks source link

Problem with ffmpeg export feature on linux #49

Closed AMoczar closed 1 year ago

AMoczar commented 1 year ago

I have currently installed the OpenToonz 1.4 Morevna Edition Appimage for my Debian Bullseye 5.10.0-21-amd64 system, and I am having a problem getting OT to find my ffmpeg 4.3.5-0.

Both ffmpeg and ffprobe are installed in /usr/bin, but no matter how I try to reference it, OT can't find it. I've tried:

/usr/bin

/usr/bin/

/usr/bin/ffmpeg

I've also tried to copy ffmpeg to another folder and reference that, but it still won't work.

I am aware this problem seems to affect the snap version, however as I am running the Appimage version I don't know what the problem could be.

Is there something I'm missing or is this a bug?

Thank you!

AMoczar commented 1 year ago

UPDATE: I decided to compile vanilla OpenToonz from source and the ffmpeg export feature works fine in that version. I would have still have preferred an AppImage but unfortunately there does seem to be a bug with it, at least running in my system.

Thank you.