04-23-2021, 08:38 AM
(04-23-2021, 12:46 AM)Winston Wrote: Is it possible to use VDF plugin video effects as picture effects in GIMP, and if not, could you add the feature? Could I convert a VDF to PY somehow? Could I download a plugin and open as an effect, and type the path and open VDF in GIMP?
Yes, I know, videos are in motion. At least applying as 1 frame might work... Right?
Nobody here develops for the Gimp core.
Some effects are classic and may already exist for still images in Gimp.
For the rest you can always write a Python script tat extracts a layer as an image, calls ffmpeg or other to make it a video, apply the effect, and use ffmpeg again to extract a frame, and import the image in Gimp.