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
456bb4fb
Commit
456bb4fb
authored
May 27, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix nvenc codec
CCBUG: 454469
parent
338e677b
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/profiles.xml
View file @
456bb4fb
...
@@ -65,11 +65,11 @@
...
@@ -65,11 +65,11 @@
<profile
name=
"NVENC H264 ABR"
extension=
"mp4"
<profile
name=
"NVENC H264 ABR"
extension=
"mp4"
bitrates=
"30000,1000"
defaultbitrate=
"6000"
bitrates=
"30000,1000"
defaultbitrate=
"6000"
audiobitrates=
"256,64"
defaultaudiobitrate=
"160"
audiobitrates=
"256,64"
defaultaudiobitrate=
"160"
args=
"f=mp4 vcodec=nvenc
_h264
vb=%bitrate+'k' acodec=aac ab=%audiobitrate+'k'"
/>
args=
"f=mp4 vcodec=
h264_
nvenc vb=%bitrate+'k' acodec=aac ab=%audiobitrate+'k'"
/>
<profile
name=
"NVENC H264 VBR"
extension=
"mp4"
<profile
name=
"NVENC H264 VBR"
extension=
"mp4"
qualities=
"15,45"
defaultquality=
"25"
qualities=
"15,45"
defaultquality=
"25"
audiobitrates=
"256,64"
defaultaudiobitrate=
"160"
audiobitrates=
"256,64"
defaultaudiobitrate=
"160"
args=
"f=mp4 vcodec=nvenc
_h264
rc=constqp vglobal_quality=%quality vq=%quality acodec=aac ab=%audiobitrate+'k'"
/>
args=
"f=mp4 vcodec=
h264_
nvenc rc=constqp vglobal_quality=%quality vq=%quality acodec=aac ab=%audiobitrate+'k'"
/>
<profile
name=
"NVENC H265 ABR"
extension=
"mp4"
<profile
name=
"NVENC H265 ABR"
extension=
"mp4"
bitrates=
"30000,1000"
defaultbitrate=
"6000"
bitrates=
"30000,1000"
defaultbitrate=
"6000"
audiobitrates=
"256,64"
defaultaudiobitrate=
"160"
audiobitrates=
"256,64"
defaultaudiobitrate=
"160"
...
...
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