OSDN Git Service

Add a -force_key_frames option to ffmpeg.
authorNicolas George <nicola.george@normalesup.org>
Mon, 18 Oct 2010 21:47:15 +0000 (21:47 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 18 Oct 2010 21:47:15 +0000 (21:47 +0000)
commit4ad08021e8e81057d89c75fd63b97cd1f0757a23
tree9ac4c2b056547e55a1e0f183bc3137d3e215098c
parent43945b2766befcb4b2a5eb9b57fd9c25d9f4c849
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
Changelog
doc/ffmpeg-doc.texi
ffmpeg.c