SUMMARY When attempting to render to a network share, the base path is replaced with the local root (C drive). STEPS TO REPRODUCE 1. Click Render 2. Type in a full path of the file to create located on a network share. (example \\foo\bar\example.mp4) 3. Click Render to File OBSERVED RESULT The video along with the entire folder hierarchy is created on the local root (C drive). Note: When the folder is chosen using the "select output destination" button, the resulting path that gets filled in the textbox has the base removed. (example "\\foo\bar\example.mp4" becomes "/bar/example.mp4"). EXPECTED RESULT Renders to the path specified in the textbox or folder selected using the "select output destination" button. SOFTWARE/OS VERSIONS Windows: Windows 10 Kdenlive: 21.12.3
*** This bug has been marked as a duplicate of bug 374855 ***
*** Bug 468088 has been marked as a duplicate of this bug. ***
*** Bug 474788 has been marked as a duplicate of this bug. ***
> When attempting to render to a network share, the base path is replaced with the local root (C drive). Can someone locate this in the source ?
*** Bug 493805 has been marked as a duplicate of this bug. ***
*** Bug 465938 has been marked as a duplicate of this bug. ***
Relevant ? https://invent.kde.org/multimedia/kdenlive/-/commit/01bf732415f4a6ec7daa69dbc49306f107f44de8
(In reply to luzpaz from comment #7) > Relevant ? > https://invent.kde.org/multimedia/kdenlive/-/commit/ > 01bf732415f4a6ec7daa69dbc49306f107f44de8 Related to BUG 520428
Marking as WAITINGFORINFO
Confirmed, working on it
Git commit 57c50f013fde4b96134eed83d7a102a4757adb31 by Jean-Baptiste Mardelle. Committed on 25/05/2026 at 17:09. Pushed by mardelle into branch 'release/26.04'. Use QFileInfo instead of QUrl/QDir to try fixing Windows shared drives M +48 -42 src/dialogs/renderwidget.cpp M +3 -6 src/dialogs/renderwidget.h M +2 -1 src/render/renderrequest.cpp M +5 -5 src/ui/renderwidget_ui.ui https://invent.kde.org/multimedia/kdenlive/-/commit/57c50f013fde4b96134eed83d7a102a4757adb31