Changes between Version 46 and Version 47 of Scaling


Ignore:
Timestamp:
May 4, 2024, 10:52:44 PM (2 years ago)
Author:
MasterQuestionable
Comment:

[m]

Legend:

Unmodified
Added
Removed
Modified
  • Scaling

    v46 v47  
    2020* https://trac.ffmpeg.org/ticket/10993
    2121* When using "-lavfi" ("-filter_complex"):\\
    22   ͏    The default scaling flags wouldn't be applied, so the default scaling algorithm would be "bilinear" instead of "bicubic".\\
    23   ͏    To achieve the same: specifying the algorithm via "flags=bicubic" alike.\\
    24   ͏    The default algorithm during when has changed to "bicubic" since 9f14396a5103ec80893db801035ece5d14c0d3c5.
     22  ͏    The default scaling flags wouldn't be applied, so the default scaling algorithm would be "bilinear" instead of "bicubic". [ Changed to "bicubic" since 9f14396a5103ec80893db801035ece5d14c0d3c5. ]\\
     23  ͏    To achieve the same: specify the algorithm via "flags=bicubic" alike.
    2524* In some cases, FFmpeg may set the Sample Aspect Ratio to compensate for ratio change.\\
    2625  Expressly state SAR 1:1 to make things work intended.\\