• 3 Posts
  • 63 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle

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







  • Feyter@programming.devtoLinux@lemmy.mlVirus
    link
    fedilink
    arrow-up
    4
    ·
    9 months ago

    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.











  • I think there is no obvious way of telling this, because it depends on how you if statement will be constructed and in the end what machine code will be generated from your code.

    So best thing would probably be implement both and measure the results. I would argue that’s how performance optimisations work. Don’t trust on what a forum post tells you.

    However chances are high that both will have similar performance in a range that doesn’t matter for your use case… Without knowing your use case :)