From 5dfc7f73427de2c079a1cd0683696dad963f0288 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Tue, 3 Jan 2012 10:47:42 +0100 Subject: doc: add Timecode documentation. --- doc/ffmpeg.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/ffmpeg.texi') 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 -- cgit v1.2.3