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
fe6d5e0b
Commit
fe6d5e0b
authored
Mar 21, 2021
by
Julius Künzel
Browse files
Add pulse capture profile (needed for flatpak)
parent
8caf4274
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/encodingprofiles.rc
View file @
fe6d5e0b
...
...
@@ -18,7 +18,8 @@ VAAPI AMD=hwaccel=vaapi hwaccel_device=renderD129 hwaccel_output_format=vaapi vc
[screengrab]
X264 mute=-crf 25 -vcodec libx264 -preset veryfast -threads 0;mov
X264 with audio=-f alsa -i default -crf 25 -ab 192k -vcodec libx264 -acodec libvorbis -preset veryfast -threads 0;mov
X264 with audio (alsa)=-f alsa -i default -crf 25 -ab 192k -vcodec libx264 -acodec libvorbis -preset veryfast -threads 0;mov
X264 with audio (pulse)=-f pulse -i default -crf 25 -ab 192k -vcodec libx264 -preset veryfast -threads 0;mov
[video4linux]
x264=crf=25 ab=192k vcodec=libx264 acodec=libvorbis ab=192k preset=veryfast threads=%threads;mov
...
...
Julius Künzel
@jlskuz
mentioned in commit
f185b75b
·
Mar 21, 2021
mentioned in commit
f185b75b
mentioned in commit f185b75b5c6ce94ae2636be4fd4e8564ae2af29e
Toggle commit list
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