scottpetrovic / animator-video-reference

A Python plugin for Krita 4.2 that allows you to load a video for reference and import frames to your document
GNU General Public License v3.0
43 stars 7 forks source link

ffprobe not found #4

Open svipal opened 4 years ago

svipal commented 4 years ago

Hey, this looks like a very cool and useful plugin. However it won' t launch. I have ffmpeg installed, and ffprobe and ffmpeg are both in my global path. Rendering animations works just fine. Do you require a specific version of ffprobe by any chance ? Here is the result of ffprobe -version

ffprobe version 4.1.4-1~mx17+1 Copyright (c) 2007-2019 the FFmpeg developers
scottpetrovic commented 4 years ago

What operating system are you using? Have you tried the advice of the other tickets that cannot find ffmpeg? All the plugin does is try to call those tools from the command line/terminal. If it cannot find them, it gives that error message.

svipal commented 4 years ago

Thank you for your answer. I did look at them but they were using windows, I'm using debian. That's really weird then, will try fiddling around.