Patch attached.
>From 45630c530bc252cda2c4de401b5cee8add68af06 Mon Sep 17 00:00:00 2001
From: Lou Logan <l...@lrcd.com>
Date: Tue, 5 Jun 2012 18:21:32 -0800
Subject: [PATCH] Update FFV1 profiles.

Removed "-qscale 1" as it is ignored by ffv1.

Removed "-ab 1024k" as it is ignored by flac.

Changed extensions from avi to mkv. Resulting avi did not play well in
ffplay, but was fine with mkv.

Added another profile for FFV1 + PCM in mkv.
---
 export/profiles.xml |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/export/profiles.xml b/export/profiles.xml
index c98640b..a0bd2ec 100644
--- a/export/profiles.xml
+++ b/export/profiles.xml
@@ -124,7 +124,8 @@
 
 <group name="Lossless/HQ" renderer="avformat" type="av">
   <groupname id="lossless">Lossless / HQ</groupname>
-  <profile name="FFV1 lossless (video) + FLAC (sound)" extension="avi" args="f=avi acodec=flac ar=48000 ab=1024k ac=2 vcodec=ffv1 qscale=1 aspect=%dar" />
+  <profile name="FFV1 lossless (video) + FLAC (sound)" extension="mkv" args="f=mkv acodec=flac ar=48000 ac=2 vcodec=ffv1 aspect=%dar" />
+  <profile name="FFV1 lossless (video) + PCM (sound)" extension="mkv" args="f=mkv acodec=pcm_s16le ac=2 vcodec=ffv1 aspect=%dar" />
   <profile name="HuffYUV lossless (video) + PCM (sound)" extension="avi" args="f=avi acodec=pcm_s16le ac=2 vcodec=huffyuv aspect=%dar" />
   <profile name="MPEG-2 I-frame only (video) + MP2 (sound)" extension="mpg" args="f=mpeg acodec=mp2 ab=384k ar=48000 ac=2 vcodec=mpeg2video qscale=1 qmin=1 aspect=%dar intra=1" />
   <profile name="MPEG-4 I-frame only (video) + MP3 (sound)" extension="mp4" args="f=mp4 acodec=libmp3lame ab=384k ar=48000 ac=2 vcodec=mpeg4 qscale=1 qmin=1 aspect=%dar intra=1" />
-- 
1.7.10.2

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Kdenlive-devel mailing list
Kdenlive-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kdenlive-devel

Reply via email to