

5·
4 months agoI know that’s not a ready to use solution but blender has a very powerful python API which should allow you to automate everything including doing calls to a AI backend of your choice if needed.


I know that’s not a ready to use solution but blender has a very powerful python API which should allow you to automate everything including doing calls to a AI backend of your choice if needed.
You can’t know it, but I am German 😅
Man I came to comment I had the same idea… Just to find out someone else has implemented it again…
But that’s cool. I still not fully understand what this Flohmarkt is. Is it just a social platform designed to share things you want to sell instead of pictures of your food?
I should really take a deeper look into it.


I thought it stood for “Kool Desktop Environment”
I think this libcudnn is a Nvidia CUDA thing. I guess you have checked that the correct CUDA libs are installed and blended has permission and knows where to look for them?
First start for learning blender Python API would be it’s documentation: https://docs.blender.org/api/current/index.html
In general you can skip anything that you can do on the user interface. But video editing is just a very small part of this and if you don’t have any programming experience yet this could be overkill for what you are looking for.
Perhaps someone had the same problems like you before and implemented something. Maybe searching explicitly for blender video editing automation or Python API will give you some results.