https://bugs.kde.org/show_bug.cgi?id=472148
--- Comment #5 from mashkal2...@gmail.com <mashkal2...@gmail.com> --- (In reply to Julius Künzel from comment #3) > 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. Seems to work with the flatpak now. ``` > flatpak run org.kde.kdenlive --version Qt: Session management error: Could not open network socket kdenlive 24.12.3 QThreadStorage: entry 9 destroyed before end of thread 0x63432099b310 QThreadStorage: entry 4 destroyed before end of thread 0x63432099b310 QThreadStorage: entry 3 destroyed before end of thread 0x63432099b310 ``` Great to hear that kdenlive now has headless rendering! That's exactly my use case. -- You are receiving this mail because: You are watching all bug changes.