Summary: | Version flag should display version even without display | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | mashkal2000 <mashkal2000> |
Component: | Setup & Installation | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fritzibaby, julius.kuenzel |
Priority: | LO | Keywords: | triaged |
Version First Reported In: | git-master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mashkal2000@gmail.com
2023-07-11 07:54:29 UTC
How do you have managed to build Kdenlive in docker? Do you have a step-by-step guide? (In reply to emohr from comment #1) > How do you have managed to build Kdenlive in docker? > Do you have a step-by-step guide? I don't have a guide and I haven't built it in a while, but there are details here https://bugs.kde.org/show_bug.cgi?id=471281 and here: https://github.com/89luca89/distrobox/issues/867 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. 🐛🧹 ⚠️ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! (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. |