Vitaly _Vi Shukela 80ef3c8360 ffmpeg: Allow "-to" on input files in addition to "-t"
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>
2017-11-19 04:38:29 +01:00
..
2017-09-21 16:17:02 -08:00
2017-09-21 16:17:02 -08:00
2017-09-21 16:17:02 -08:00
2017-02-03 15:03:44 +01:00
2017-10-03 15:25:07 -08:00
2017-10-13 23:57:01 +02:00