[FFmpeg-devel] [PATCH] doc: add -to option

Jean First jeanfirst at gmail.com
Mon Feb 25 13:16:48 CET 2013


Signed-off-by: Jean First <jeanfirst at gmail.com>
---
 doc/ffmpeg.texi |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 3db1e98..77dba53 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -256,6 +256,14 @@ libx264, and the 138th audio, which will be encoded with libvorbis.
 Stop writing the output after its duration reaches @var{duration}.
 @var{duration} may be a number in seconds, or in @code{hh:mm:ss[.xxx]} form.
 
+-to and -t are mutually exclusive and -t has priority.
+
+ at item -to @var{position} (@emph{output})
+Stop writing the output at @var{position}.
+ at var{position} may be a number in seconds, or in @code{hh:mm:ss[.xxx]} form.
+
+-to and -t are mutually exclusive and -t has priority.
+
 @item -fs @var{limit_size} (@emph{output})
 Set the file size limit, expressed in bytes.
 
-- 
1.7.10.2 (Apple Git-33)



More information about the ffmpeg-devel mailing list