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.
Feyter
- 2 Posts
- 66 Comments
So nice I tried myself on something similar just days ago. Very cool

Feyter@programming.devto
Photography@lemmy.ml•Thick-legged hoverfly feeding on a daisy. [OC]
2·9 months agoDang! Those legs are tick!
Man this Story hat so many plot twists in it…
Takeaway for the Story is: If you don’t have a backup of your file and you don’t monitor the backup process and you don’t tested that your backup can actually be restored and you don’t have a redundancy backup… Than yours file isn’t saved.
Maybe that’s just my view, but I feel like you could add Blender to a lot of those Boxes.
- Video Editing (check)
- 2D illustration (check)
- 3D Material Creation (check)
- Heating your Home (check)
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.
Feyter@programming.devto
Technology@lemmy.ml•ChatGPT’s Political Views Are Shifting Right, a New Analysis Finds
21·1 year agoReally? If you ask them the question from the German Whal-O-mat the answers are something like 80% left-party and Greens…
So perhaps the study influenced the outcome because of the selected questions?
Feyter@programming.devto
Technology@beehaw.org•How OnlyFans modeling led to this high-tech set of handlebars
4·1 year agoYes the moment the “article” framed modularity and replaceability as a problem it was clear for me that this is nothing else than product placement… Those things are features I would wish my car would have.
Feyter@programming.devto
Linux@lemmy.ml•Where did the "Plasma" in KDE Plasma come from, and why do many people say that with or instead of just KDE?
13·1 year agoI thought it stood for “Kool Desktop Environment”
Feyter@programming.devto
Technology@lemmy.ml•Focus: DeepSeek gives Europe's tech firms a chance to catch up in global AI race
2·1 year agoOk… Novo AI sounds like the perfect AI scam Startup to me. What are those guys actually doing with deepseek?
Feyter@programming.devto
Technology@beehaw.org•YouTube is dedicated to making itself worse; destroys SponsorBlock with ad injection changes
46·2 years agoOf course they do. They want to keep control over monetization. They don’t care about creators at all.
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
11·2 years agoNo my initial point is, that if you are boarding with how to setup a VPN you are probably not the main user that TikTok is generating money from.
Plus companies will probably not use a platform that is banned in a country to target people in that country.
And plus if you are willing to just Google or look up a single video tutorial about what a VPN is or how to set it up you are probably above of the average Internet user today.
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
22·2 years agoThat’s exactly what I just said? My grandma could just do it. That’s no effort at all. Still so many people refuse to do just one little extra step or think about why something is not working anymore. That’s just reality.
If people start questioning those things that would be a good thing. And again people not using a VPN is not my main argument here.
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
26·2 years agoMeanwhile people still arguing Fedivers will never succeed because it’s to complicated to pick a server :D
If someone goes the extra mile to get informed about and use a VPN, this person is no longer the average user of TikTok. I’m sure everyone including a 90 years old grandma is able to setup and use a VPN on it’s own, put it requires a change in mind that definitely impacts you behavior online for the better. So again would be a Win.
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
57·2 years agoIt’s directly controlled by Chinese government so please don’t tell me TikTok would be out of reach… maybe for US Government :D It is only effective in spreading stuff that CCP supports or doesn’t effect them.
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
16·2 years agoJust because it’s much more common in those countries compared to USA or Europe to use a VPN it doesn’t mean the average user there is actually using them. If there are even regions where it’s forbidden to use a VPN (than that’s highly concerning more than a TikTok ban or anything else!) it’s even more unlikely the average user will have VPN access.
And again all of my other points I think are much more important in that thought process.
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
78·2 years agoSorry to say that but that sounds like a “Hitler built the Autobahn” argument for me. Don’t be fooled TikTok is highly controlled and influenced by the Chinese government. Yes TikTok is promoting the oppression of the Palestinian people because this topic coincidentally proved to be quite effective in supporting Chinese government agenda and distract from their own problems. The voices of other oppressed people are still silenced on that very same platform, see almost every inner chines dispute.
And it’s not that TikTok would be the only platform that Palestinian voices could be and are actually heard. You can speak about this on almost every other platform. Plus: if all this people would just leave TikTok and use the Fidivers instead this would be a double win for everyone including the other oppressed voices on TikTok.
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
26·2 years agoYet, despite that, it’s working as one. Effectively No it don’t! It is a platform designed to get peoples attention and forward it to a scam add. Everything that goes beyond surface level is not suited for this platform and sorted out and even worst it’s highly controlled by the chines government. This is not a platform for political discussion and public dispute. Maybe people think they could use it for that but that’s a big mistake!





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.