summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorNicolas George <nicola.george@normalesup.org>2010-10-18 21:47:15 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-10-18 21:47:15 +0000
commit4ad08021e8e81057d89c75fd63b97cd1f0757a23 (patch)
tree9ac4c2b056547e55a1e0f183bc3137d3e215098c /Changelog
parent43945b2766befcb4b2a5eb9b57fd9c25d9f4c849 (diff)
Add a -force_key_frames option to ffmpeg.
The option is useful to ensure that there is a seek point exactly at a place the user will probably want to jump precisely sometime, the major example would be the end of an opening and the beginning of a chapter. The scene change detection system will often make it happen, but not always for example if there is a fade-in. See the thread: Subject: [FFmpeg-devel] [PATCH] -force_key_frames option Date: Tue, 12 Oct 2010 15:16:26 +0200 Patch by Nicolas George -mail nicolas,george,normalesup,org. Originally committed as revision 25526 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 45751fcb97..c1bf118b95 100644
--- a/Changelog
+++ b/Changelog
@@ -48,6 +48,7 @@ version <next>:
- cropdetect filter
- ffmpeg -crop* options removed
- transpose filter added
+- ffmpeg -force_key_frames option added
version 0.6: