From 8b65d0e7a499f170bbaf499bcd74c2f01c121cff Mon Sep 17 00:00:00 2001 From: Till Theato Date: Tue, 9 Aug 2011 14:54:34 +0000 Subject: [PATCH] Fix vorbis rendering by setting the audio quality (aq). svn path=/trunk/kdenlive/; revision=5826 --- export/profiles.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/export/profiles.xml b/export/profiles.xml index e026bac0..c91281b8 100644 --- a/export/profiles.xml +++ b/export/profiles.xml @@ -84,14 +84,14 @@ + args="acodec=vorbis ab=128k ar=44100 aq=50 vcodec=libtheora minrate=0 b=%bitrate+'k' aspect=%dar pass=%passes" /> + args="acodec=vorbis ab=128k ar=44100 aq=50 vcodec=libvpx minrate=0 b=%bitrate+'k' aspect=%dar maxrate=%bitrate*2+'k' g=120 qmax=42 qmin=10" /> -- 2.39.2