Re: [FFmpeg-devel] [PATCH] Allow "-to" on input files as well

2017-11-17 Thread Michael Niedermayer
On Sat, Nov 18, 2017 at 03:54:20AM +0100, Michael Niedermayer wrote: > On Thu, Nov 16, 2017 at 11:15:11PM +0300, vi0...@gmail.com wrote: > > From: Vitaly _Vi Shukela > > > > --- > > > > Notes: > > Second version. > > > > Please CC vi0...@gmail.com when replying. > > > > Not

Re: [FFmpeg-devel] [PATCH] Allow "-to" on input files as well

2017-11-17 Thread Michael Niedermayer
On Thu, Nov 16, 2017 at 11:15:11PM +0300, vi0...@gmail.com wrote: > From: Vitaly _Vi Shukela > > --- > > Notes: > Second version. > > Please CC vi0...@gmail.com when replying. > > Note that added code is a duplicate of the respective output option > processing code. >

[FFmpeg-devel] [PATCH] Allow "-to" on input files as well

2017-11-17 Thread vi0oss
From: Vitaly _Vi Shukela --- Notes: Second version. Please CC vi0...@gmail.com when replying. Note that added code is a duplicate of the respective output option processing code. I'm not sure if it is worth factoring out. doc/ffmpeg.texi | 4 ++-- fftools/ffmpe