summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorGodwin Stewart <>2007-08-20 06:50:09 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2007-08-20 06:50:09 +0000
commit250c53171093fa4c75c5f03ca107bd71504b143d (patch)
treec60c0e92ca285864d48d5606443c0adecb0d516f /ffmpeg.c
parent622d6332606d676978fd11f8c1ae8f9c5a8535ff (diff)
update -t option documentation
Patch by Godwin Stewart Originally committed as revision 10146 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index ddef6674e4..b947e25340 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3601,7 +3601,7 @@ const OptionDef options[] = {
{ "y", OPT_BOOL, {(void*)&file_overwrite}, "overwrite output files" },
{ "map", HAS_ARG | OPT_EXPERT, {(void*)opt_map}, "set input stream mapping", "file:stream[:syncfile:syncstream]" },
{ "map_meta_data", HAS_ARG | OPT_EXPERT, {(void*)opt_map_meta_data}, "set meta data information of outfile from infile", "outfile:infile" },
- { "t", HAS_ARG, {(void*)opt_recording_time}, "set the recording time", "duration" },
+ { "t", HAS_ARG, {(void*)opt_recording_time}, "record or transcode \"duration\" seconds of audio/video", "duration" },
{ "fs", HAS_ARG | OPT_INT64, {(void*)&limit_filesize}, "set the limit file size in bytes", "limit_size" }, //
{ "ss", HAS_ARG, {(void*)opt_start_time}, "set the start time offset", "time_off" },
{ "itsoffset", HAS_ARG, {(void*)opt_input_ts_offset}, "set the input ts offset", "time_off" },