Changes between Version 45 and Version 46 of Scaling


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

[m]

Legend:

Unmodified
Added
Removed
Modified
  • Scaling

    v45 v46  
    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".\\
     23  ͏    To achieve the same: specifying the algorithm via "flags=bicubic" alike.\\
     24  ͏    The default algorithm during when has changed to "bicubic" since 9f14396a5103ec80893db801035ece5d14c0d3c5.
    2525* In some cases, FFmpeg may set the Sample Aspect Ratio to compensate for ratio change.\\
    2626  Expressly state SAR 1:1 to make things work intended.\\