summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-11-01 22:58:01 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-11-01 23:03:24 +0100
commit2b09a3ad19520bc3ae9adcff5506ac1f628406b4 (patch)
treee281db1847c3a63fa08c1a14ec949e6215102385 /doc/muxers.texi
parent6f2ad32a167ce4e0fd9ac8b38054a297c6463067 (diff)
Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"
breaks API Found-by: jamrial This reverts commit 1a956c64c8eff5edecb004fc7aafd21207e6485c.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index ef2116a7f6..1b9abcd5e7 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -619,12 +619,6 @@ If the pattern contains "%d" or "%0@var{N}d", the first filename of
the file list specified will contain the number 1, all the following
numbers will be sequential.
-If the pattern contains "%t", the frame's timestamps will be inserted
-in the filename like "00.00.00.000" for hours, minutes, seconds,
-and milliseconds.
-
-The "%t" and "%d" patterns may be used simultaneously.
-
The pattern may contain a suffix which is used to automatically
determine the format of the image files to write.
@@ -670,13 +664,6 @@ can be used:
ffmpeg -f v4l2 -r 1 -i /dev/video0 -f image2 -strftime 1 "%Y-%m-%d_%H-%M-%S.jpg"
@end example
-The following example uses the timestamp parameter to generate one
-image file per video frame from the input, and name it including its original
-timestamp.
-@example
-ffmpeg -i in.avi -vsync vfr -copyts img-%t.jpg
-@end example
-
@subsection Options
@table @option