Changes between Version 31 and Version 32 of Scaling


Ignore:
Timestamp:
May 3, 2024, 10:45:48 AM (2 years ago)
Author:
MasterQuestionable
Comment:

[m]

Legend:

Unmodified
Added
Removed
Modified
  • Scaling

    v31 v32  
    3535}}}
    3636
    37 In all the examples, the starting image (input.jpg) will be this one (535×346 pixels):
     37In all the examples, the starting image (input.jpg) will be this one (535×346 pixels):\\
    3838[[Image( "input.jpg" )]]
    3939
     
    4949ffmpeg -i input.jpg -vf scale=320:240 output_320x240.png
    5050}}}
    51 The resulting image will look like this:
     51The resulting image will look like this:\\
    5252[[Image( "input.jpg", width="320", height="240" )]]
    5353
     
    6363will set the width of the output image to 320 pixels and will calculate the height of the output image according to the aspect ratio of the input image.
    6464
    65 The resulting image will have a dimension of 320×207 pixels.
     65The resulting image will have a dimension of 320×207 pixels.\\
    6666[[Image( "input.jpg", 320px )]]
    6767
     
    8282}}}
    8383
    84 The output image will look like this:
     84The output image will look like this:\\
    8585[[Image( "input.jpg", 1070 )]]
    8686
     
    120120}}}
    121121
    122 This produces our 320×207 image that we had seen before.
     122This produces our 320×207 image that we had seen before.\\
    123123[[Image( "input.jpg", 320px )]]
    124124