[MPlayer-DOCS] r32563 - in trunk: Changelog DOCS/man/en/mplayer.1 cfg-mencoder.h libmpcodecs/ve.c libmpcodecs/ve.h

cigaes subversion at mplayerhq.hu
Fri Oct 29 15:50:05 CEST 2010


Author: cigaes
Date: Fri Oct 29 15:50:05 2010
New Revision: 32563

Log:
Add the -force-key-frames option.

Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Modified:
   trunk/Changelog
   trunk/cfg-mencoder.h
   trunk/libmpcodecs/ve.c
   trunk/libmpcodecs/ve.h

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	Fri Oct 29 15:48:12 2010	(r32562)
+++ trunk/DOCS/man/en/mplayer.1	Fri Oct 29 15:50:05 2010	(r32563)
@@ -8000,6 +8000,21 @@ This overrides what is read from the DVD
 .B \-vobsuboutindex <index>
 Specify the index of the subtitles in the output files (default: 0).
 .
+.TP
+.B \-force\-key\-frames <time>,<time>,...
+Force key frames at the specified timestamps, more precisely at the first
+frame after each specified time.
+.sp 1
+This option can be used to ensure that a seek point is present at a chapter
+mark or any other designated place in the output file.
+.sp 1
+The timestamps must be specified in ascending order.
+.sp 1
+Since MEncoder does not send timestamps along the filter chain, you probably
+need to use the fixpts filter for this option to work.
+.sp 1
+Not all codecs support forced key frames.
+.
 .
 .
 .SH "CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY)"


More information about the MPlayer-DOCS mailing list