animator-video-reference icon indicating copy to clipboard operation
animator-video-reference copied to clipboard

A Python plugin for Krita 4.2 that allows you to load a video for reference and import frames to your document

Results 14 animator-video-reference issues
Sort by recently updated
recently updated
newest added

The gif frame calculation if off. I suggest changing: ``` self.cmd = "ffprobe -v quiet -print_format json -show_streams" ``` to ``` self.cmd = "ffprobe -v quiet -print_format json -count_frames -show_streams"...

Hi, I'm very new to this and have found the other issues hard to understand, and how to resolve the issue. I think I've downloaded FFmpeg, I can't find a...

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...

I have FFmpeg installed (includes FFprobe), and the path is set in "Render Animation" with `C:\Program Files (x86)\ffmpeg\bin\ffmpeg.exe` in the FFmpeg field. However, the plugin can't find FFmpeg or FFprobe....