mirror of https://github.com/FFmpeg/FFmpeg.git
For some strange reason "-t" option was only implemented for input files while both "-t" and "-to" were available for use for output files. This made extracting a range from input file inconvenient. This patch enables -to option for input so one can do ffmpeg -ss 1:23:20 -to 1:27:22.3 -i myinput.mkv ... Signed-off-by: Vitaly _Vi Shukela <vi0oss@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>pull/272/head
parent
ae61bcbdf8
commit
80ef3c8360
2 changed files with 18 additions and 3 deletions
Loading…
Reference in new issue