Skip to content

Instantly share code, notes, and snippets.

@glilco
glilco / RenderServerSetting.md
Last active June 6, 2025 12:32
Setting up a render server for kdenlive projects with docker

I am documenting my experience creating a render server for the kdenlive project using Docker. Although some of the findings are not optimal, they are the solutions I found to the problems. I believe that this information will be useful to other people with similar issues.

The Scenario

There was a server available with four GeForce GTX Titan Black GPUs, running Debian 9 Stretch. However, the system was outdated, and I could not upgrade it since other users were running projects on that server.

First attempts

My first attempt was to install ffmpeg and melt, but I couldn't because the apt sources were outdated. I then tried to enable backport repositories, but I was unable to install the packages.