https://bugs.kde.org/show_bug.cgi?id=472148
Julius Künzel <julius.kuen...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |NEEDSINFO Resolution|--- |WAITINGFORINFO CC| |julius.kuen...@kde.org --- Comment #3 from Julius Künzel <julius.kuen...@kde.org> --- Without having test this in particular I strongly believe this is fixed. A while back we added support for headless rendering from the cmd by https://invent.kde.org/multimedia/kdenlive/-/merge_requests/414 ``` $ kdenlive --help Usage: kdenlive [options] file rendering An open source video editor. Options: -h, --help Displays help on commandline options. --help-all Displays help, including generic Qt options. -v, --version Displays version information. --author Show author information. --license Show license information. --desktopfile <file name> The base file name of the desktop entry for this application. --config <config file> Set a custom config file name. --mlt-path <mlt-path> Set the path for MLT environment. --mlt-log <verbose/debug> Set the MLT log level. Leave this unset for level "warning". -i <clips> Comma separated list of files to add as clips to the bin. --render Directly render the project and exit. --render-preset <renderPreset> Kdenlive render preset name (MP4-H264/AAC will be used if none given). --render-async Exit after (detached) render process started, without this flag it exists only after it finished. Arguments: file Kdenlive document to open. rendering Output file for rendered video. ``` It is used here https://invent.kde.org/multimedia/kdenlive-test-suite (inside a podman container). Please check again. -- You are receiving this mail because: You are watching all bug changes.