Changes between Version 28 and Version 29 of Scaling


Ignore:
Timestamp:
May 3, 2024, 9:50:00 AM (2 years ago)
Author:
MasterQuestionable
Comment:

Optimized intro. Everything "swscale" related.

Legend:

Unmodified
Added
Removed
Modified
  • Scaling

    v28 v29  
    1 FFmpeg has got a very powerful [https://ffmpeg.org/ffmpeg-filters.html#scale scale filter], which can be used to accomplish various tasks. Some of them are listed here. More can be found in the [https://ffmpeg.org/ffmpeg-filters.html#scale official documentation].
     1͏    FFmpeg has very powerful scale filter which can accomplish various tasks. Below lists some examples.\\
     2͏    More info in the official doc:\\
     3͏    https://ffmpeg.org/ffmpeg-filters.html#scale\\
     4͏    https://ffmpeg.org/ffmpeg-scaler.html
    25
    3 {{{#!div style="margin-left: 1em; border: 1px solid #e5c7c7; background-color: #FDD"
     6[ "swscale" related:\\
     7͏    https://github.com/FFmpeg/FFmpeg/blob/master/libswscale/options.c\\
     8͏    https://github.com/search?type=code&q=repo:FFmpeg/FFmpeg+%22Lanczos%22\\
     9͏    https://github.com/FFmpeg/FFmpeg/raw/master/doc/swscale.txt ("initFilter")\\
     10͏    https://github.com/FFmpeg/FFmpeg/blob/f3fe2cb5f72a669bd737203f6f82ed7f2fa60ded/libswscale/utils.c#L405-L415\\
     11͏    https://github.com/FFmpeg/FFmpeg/blob/4aa04c255dfa30e7d6f3a06f81f12701d2a58aec/libswscale/swscale.h#L183-L188\\
     12͏    https://github.com/FFmpeg/FFmpeg/blob/29b673bdcfe1cd37de40b1714bfbcc03817cef7e/libswscale/output.c#L175\\
     13͏    https://github.com/FFmpeg/FFmpeg/blob/790f793844390ece526ff654dc1bdddff5f5b4e8/libavfilter/vf_scale_npp.c#L995-L1003\\
     14͏    https://github.com/FFmpeg/FFmpeg/blob/790f793844390ece526ff654dc1bdddff5f5b4e8/libavfilter/vf_zscale.c#L1003-L1009 ]
     15
     16{{{#!div style="border: 1px solid #e5c7c7; background-color: #FDD"
    417'''Warning:'''
    518* https://trac.ffmpeg.org/ticket/10993