> From: ffmpeg-devel [mailto:[email protected]] 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, > > { .off = OFFSET(autoscale) }, > > + "automatically insert correct scale filters" }, > > I think this description is inadequate to understand what the option does. > Scale filters are inserted at various places (for example within a filter > graph). This option here affects a specific case. >
Would this be sufficient? "automatically insert a scale filter to scale the output of all frames to match the resolution of the initial frame" If not, any other suggestions? Thanks, U. Artie _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
