diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-01-03 10:47:42 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-01-24 16:20:21 +0100 |
commit | 5dfc7f73427de2c079a1cd0683696dad963f0288 (patch) | |
tree | 72f134ad9e3dd0b70fbcf274a49c7954699a0a27 /doc/ffmpeg.texi | |
parent | cfa2963b7e55cd7b0061578d67b724ef99554dcb (diff) | |
download | ffmpeg-5dfc7f73427de2c079a1cd0683696dad963f0288.tar.gz |
doc: add Timecode documentation.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 7 |
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 |