Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-01-03 13:47:42 +0400
committerClément Bœsch <ubitux@gmail.com>2012-01-24 19:20:21 +0400
commit5dfc7f73427de2c079a1cd0683696dad963f0288 (patch)
tree72f134ad9e3dd0b70fbcf274a49c7954699a0a27 /doc/ffmpeg.texi
parentcfa2963b7e55cd7b0061578d67b724ef99554dcb (diff)
doc: add Timecode documentation.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index e2f6add250..d38ce41b69 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -978,6 +978,13 @@ ffmpeg -i file.mov -an -vn -sbsf mov2textsub -c:s copy -f rawvideo sub.txt
@item -tag[:@var{stream_specifier}] @var{codec_tag} (@emph{per-stream})
Force a tag/fourcc for matching streams.
+
+@item -timecode @var{hh}:@var{mm}:@var{ss}SEP@var{ff}
+Specify Timecode for writing. @var{SEP} is ':' for non drop timecode and ';'
+(or '.') for drop.
+@example
+ffmpeg -i input.mpg -timecode 01:02:03.04 -r 30000/1001 -s ntsc output.mpg
+@end example
@end table
@section Preset files