FrameFitting

As of Version 13.0, FrameFitting has been superseded by ConformationMethod.

FrameFitting

is an option for VideoJoin and others that specifies how to conform frames of different videos.

Details

  • When combining video objects that have different frame resolution, frames should be conformed to have the same size. FrameFitting specifies how to perform this conformation.
  • Typical settings include:
  • "Fill"fit the smaller dimension; crop the other if necessary
    "Fit"fit the whole image; keep the aspect ratio; pad if necessary
    "Pad"pad and/or crop without resampling
    "Stretch"stretch the image to fit by resampling
    "Letterbox"fit the width; pad and/or crop in other dimensions
    "Pillarbox"fit the height; pad and/or crop in other dimensions
    "Windowbox"fit to the center; pad all sides
  • By default, typically black padding is used around the image. Use FrameFitting{"fitting",Paddingpad} to specify a different padding value or scheme.

Examples

Basic Examples  (1)

The FrameFitting option was used to specify how frames should be resized to fit into a different size or aspect ratio video. Use ConformationMethod instead:

Wolfram Research (2021), FrameFitting, Wolfram Language function, https://reference.wolfram.com/language/ref/FrameFitting.html.

Text

Wolfram Research (2021), FrameFitting, Wolfram Language function, https://reference.wolfram.com/language/ref/FrameFitting.html.

CMS

Wolfram Language. 2021. "FrameFitting." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FrameFitting.html.

APA

Wolfram Language. (2021). FrameFitting. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FrameFitting.html

BibTeX

@misc{reference.wolfram_2024_framefitting, author="Wolfram Research", title="{FrameFitting}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/FrameFitting.html}", note=[Accessed: 24-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_framefitting, organization={Wolfram Research}, title={FrameFitting}, year={2021}, url={https://reference.wolfram.com/language/ref/FrameFitting.html}, note=[Accessed: 24-April-2024 ]}