Skip to content
GitLab
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
fcb24a4c
Commit
fcb24a4c
authored
Nov 20, 2022
by
Jean-Baptiste Mardelle
Browse files
Transcoding: use pcm instead of alac codec (fix possible audio artifacts)
parent
81d3e661
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/kdenlivetranscodingrc
View file @
fcb24a4c
...
...
@@ -40,5 +40,5 @@ Lossy x264 I frame only=-f mp4 -codec:v libx264 -g 1 -bf 0 -crf 15 -preset mediu
Lossy x264 I frame only (Video only)=-f mp4 -codec:v libx264 -g 1 -bf 0 -crf 15 -preset medium -an %1.mp4;video
Lossy x264 I frame only (NVidia GPU)=-f mp4 -vsync 0 -codec:v h264_nvenc -vb 0 -rc cbr -g 1 -bf 0 -codec:a aac -ab 256k %1.mp4;av
Lossy x264 I frame only (NVidia GPU Video only)=-f mp4 -vsync 0 -codec:v h264_nvenc -vb 0 -rc cbr -g 1 -bf 0 -an %1.mp4;av
Intermediate DNxHR HQ (Large files)=-f mov -codec:a
alac
-codec:v dnxhd -profile:v dnxhr_hq -pix_fmt yuv422p %1.mov;av
Intermediate DNxHR HQ (Large files)=-f mov -codec:a
pcm_f32le
-codec:v dnxhd -profile:v dnxhr_hq -pix_fmt yuv422p %1.mov;av
Lossless (Huge files)=-f matroska -codec:a pcm_f32le -codec:v utvideo -pix_fmt yuv422p %1.mkv;av
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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