ulatekh
ulatekh
@sushilkh: Fixed in a recent pull request, https://github.com/nickgillian/grt/pull/55 .
I'm sorry to hear it's a deep architectural issue. It seems to me there are plenty of filters that make sense applied over only one frame. Also, the kdenlive GUI...
Yeah, it seems that the issue is that frame numbers in mlt refer to a frame, instead of the boundaries between frames. This is similar to how the MS Windows...
Using python3 should take care of this error.
Were there any error output by gcc before it failed? That would be helpful in diagnosing this.
Did you follow the build instructions? That should have been built when you ran "bash install.sh" from the "inpainting" directory.
Video inpainting is an active area of research. The paper behind this code describes a Deep Flow Completion Network. You may be seeing the limits of that technique. Feel free...
The error is pretty clear... "#error -- unsupported GNU version! gcc versions later than 6 are not supported!" nVidia CUDA is notorious for only supporting specific version of gcc. This...
I wrote the changes referred to above. I've been using them for years and haven't encountered the problem you describe. I'm trying to reproduce your issue with the latest code...
Look at the commit I made in my fork -- let me know if it works for you. If so, I have one more change I want to make (to...