Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg_filter: add -autoscale to disable/enable the default scale

2019-07-20 Thread Michael Niedermayer
On Thu, Jul 18, 2019 at 10:22:23PM +0200, Michael Niedermayer wrote: > On Thu, Jul 18, 2019 at 02:44:46PM +, Eoff, Ullysses A wrote: > > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > > > Michael Niedermayer > > > On Mon, Jul 15, 2019 at 06:38:35PM +0800, Linjie

Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg_filter: add -autoscale to disable/enable the default scale

2019-07-18 Thread Michael Niedermayer
On Thu, Jul 18, 2019 at 02:44:46PM +, Eoff, Ullysses A wrote: > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > > Michael Niedermayer > > On Mon, Jul 15, 2019 at 06:38:35PM +0800, Linjie Fu wrote: > > > +{ "autoscale",HAS_ARG | OPT_BOOL | OPT_SPEC | >

Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg_filter: add -autoscale to disable/enable the default scale

2019-07-18 Thread Eoff, Ullysses A
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Michael Niedermayer > On Mon, Jul 15, 2019 at 06:38:35PM +0800, Linjie Fu wrote: > > +{ "autoscale",HAS_ARG | OPT_BOOL | OPT_SPEC | > > + OPT_EXPERT | OPT_INPUT,

Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg_filter: add -autoscale to disable/enable the default scale

2019-07-17 Thread Michael Niedermayer
On Mon, Jul 15, 2019 at 06:38:35PM +0800, Linjie Fu wrote: > Currently, ffmpeg inserts scale filter by default in the filter graph > to force the whole decoded stream to scale into the same size with the > first frame. It's not quite make sense in resolution changing cases if > user wants the

[FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg_filter: add -autoscale to disable/enable the default scale

2019-07-15 Thread Linjie Fu
Currently, ffmpeg inserts scale filter by default in the filter graph to force the whole decoded stream to scale into the same size with the first frame. It's not quite make sense in resolution changing cases if user wants the rawvideo without any scale. Using autoscale/noautoscale to indicate