1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/fftools
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
..
cmdutils_opencl.c
cmdutils.c
cmdutils.h
ffmpeg_cuvid.c
ffmpeg_filter.c ffmpeg_filter: use nb_threads=1 on unused filtergraph 2017-11-19 04:38:29 +01:00
ffmpeg_hw.c
ffmpeg_opt.c ffmpeg: Allow "-to" on input files in addition to "-t" 2017-11-19 04:38:29 +01:00
ffmpeg_qsv.c
ffmpeg_videotoolbox.c
ffmpeg.c ffmpeg: remove usage of AVCodecContext accessors 2017-11-15 01:14:22 -03:00
ffmpeg.h
ffplay.c ffplay: remove usage of AVCodecContext accessors 2017-11-15 01:14:22 -03:00
ffprobe.c ffprobe: remove usage of AVCodecContext accessors 2017-11-15 01:14:22 -03:00
ffserver_config.c
ffserver_config.h
ffserver.c
Makefile