Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
7f7afe9f
Commit
7f7afe9f
authored
Dec 07, 2021
by
Egor Vakhromtsev
Browse files
Ability to make image seqiences from raw photos
parent
88d941a7
Pipeline
#106917
passed with stage
in 7 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/project/dialogs/slideshowclip.cpp
View file @
7f7afe9f
...
...
@@ -54,6 +54,8 @@ SlideshowClip::SlideshowClip(const Timecode &tc, QString clipFolder, ProjectClip
m_view
.
image_type
->
addItem
(
QStringLiteral
(
"TIF (*.tif)"
),
QStringLiteral
(
"tif"
));
m_view
.
image_type
->
addItem
(
QStringLiteral
(
"TIFF (*.tiff)"
),
QStringLiteral
(
"tiff"
));
m_view
.
image_type
->
addItem
(
QStringLiteral
(
"Open EXR (*.exr)"
),
QStringLiteral
(
"exr"
));
m_view
.
image_type
->
addItem
(
i18n
(
"Preview from CR2 (*.cr2)"
),
QStringLiteral
(
"cr2"
));
m_view
.
image_type
->
addItem
(
i18n
(
"Preview from ARW (*.arw)"
),
QStringLiteral
(
"arw"
));
m_view
.
animation
->
addItem
(
i18n
(
"None"
),
QString
());
m_view
.
animation
->
addItem
(
i18nc
(
"Image Pan"
,
"Pan"
),
QStringLiteral
(
"Pan"
));
m_view
.
animation
->
addItem
(
i18n
(
"Pan, low-pass"
),
QStringLiteral
(
"Pan, low-pass"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment