| Summary: | Expanded or custom camera proxy support | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | DL <daniel.leich> |
| Component: | Rendering & Export | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 23.08.5 | ||
| Target Milestone: | --- | ||
| Platform: | Appimage | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/multimedia/kdenlive/-/commit/0d1393c607c29de66d61089549bca14936c8e382 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
DL
2024-02-25 21:05:25 UTC
Correction: Paths for sony alpha cameras appears to be: Original: ./CLIP/C0001.MP4 Proxy: ./SUB/C0001S03.MP4 Proxies on the alpha series, a6400 specifically, always append the filename with S03.MP4. If there was a way for users to customize this, that would ensure universal support. Git commit 0d1393c607c29de66d61089549bca14936c8e382 by Jean-Baptiste Mardelle. Committed on 28/02/2024 at 11:48. Pushed by mardelle into branch 'master'. Allow customizing camcorder proxy profiles M +1 -0 src/dialogs/CMakeLists.txt A +214 -0 src/dialogs/customcamcorderdialog.cpp [License: GPL(3+eV) GPL(v3.0)] A +39 -0 src/dialogs/customcamcorderdialog.h [License: GPL(3+eV) GPL(v3.0)] M +14 -3 src/dialogs/kdenlivesettingsdialog.cpp M +3 -1 src/dialogs/kdenlivesettingsdialog.h M +14 -2 src/project/dialogs/projectsettings.cpp M +2 -0 src/project/dialogs/projectsettings.h M +101 -90 src/ui/configproxy_ui.ui A +219 -0 src/ui/customcamcorderproxy_ui.ui M +138 -120 src/ui/projectsettings_ui.ui https://invent.kde.org/multimedia/kdenlive/-/commit/0d1393c607c29de66d61089549bca14936c8e382 |