Use correct format in FFV1 profiles.
Use libx264 presets instead of depreciated options (lossless profiles
only). This should be done for the rest of the commands that use
libx264 but may cause issues in the probably unlikely event if new
kdenlive is used with old ffmpeg (older than 2011-05) that does not
support the -preset option.
Change from AAC to PCM in H.264 lossless. I see no reason to output a
lossy audio format with a lossless video format.
These changes have been tested with FFmpeg 0.11.1.
>From 182dc5d86e1b6f88b829d8e85ef5d17ea345b4e5 Mon Sep 17 00:00:00 2001
From: Lou Logan <l...@lrcd.com>
Date: Thu, 30 Aug 2012 12:37:21 -0800
Subject: [PATCH] presets: update FFV1 and H.264 lossless options
Use correct FFV1 format and use x264 presets instead of listing
depreciated options. Change from AAC to PCM in H.264 lossless.
---
export/profiles.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/export/profiles.xml b/export/profiles.xml
index a0bd2ec..b3568e2 100644
--- a/export/profiles.xml
+++ b/export/profiles.xml
@@ -124,14 +124,14 @@
<group name="Lossless/HQ" renderer="avformat" type="av">
<groupname id="lossless">Lossless / HQ</groupname>
- <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="FFV1 lossless (video) + FLAC (sound)" extension="mkv" args="f=matroska acodec=flac ar=48000 ac=2 vcodec=ffv1 aspect=%dar" />
+ <profile name="FFV1 lossless (video) + PCM (sound)" extension="mkv" args="f=matroska 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" />
<profile name="H.264 I-frame only (video) + AAC (sound)" extension="mp4" args="f=mp4 acodec=aac ab=384k ar=48000 ac=2 pix_fmt=yuv420p vcodec=libx264 cqp=1 subq=1 qmax=1 qmin=1 qcomp=0.6 qdiff=0 coder=ac trellis=1 aspect=%dar intra=1" />
- <profile name="H.264 lossless slow (video) + AAC (sound)" extension="mp4" args="f=mp4 acodec=aac ab=384k ar=48000 ac=2 pix_fmt=yuv420p vcodec=libx264 cqp=0 me_method=esa subq=8 qmin=10 qcomp=0.6 qdiff=4 qmax=51 coder=ac partitions=+parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 refs=16 flags2=+dct8x8+mixed_refs trellis=1 aspect=%dar" />
- <profile name="H.264 lossless fast (video) + AAC (sound)" extension="mp4" args="f=mp4 acodec=aac ab=384k ar=48000 ac=2 pix_fmt=yuv420p vcodec=libx264 cqp=0 me_method=dia subq=1 qmin=10 qcomp=0.6 qdiff=4 qmax=51 partitions=-parti4x4-parti8x8-partp4x4-partp8x8-partb8x8 trellis=1 aspect=%dar" />
+ <profile name="H.264 lossless slow (video) + PCM (sound)" extension="mkv" args="f=matroska acodec=pcm_s16le ac=2 pix_fmt=yuv420p vcodec=libx264 qp=0 preset=veryslow aspect=%dar" />
+ <profile name="H.264 lossless fast (video) + PCM (sound)" extension="mkv" args="f=matroska acodec=pcm_s16le ac=2 pix_fmt=yuv420p vcodec=libx264 qp=0 preset=ultrafast aspect=%dar" />
</group>
<group name="Apple" renderer="avformat" type="av">
--
1.7.12
------------------------------------------------------------------------------
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