MP4 (MPEG-4 Part 14) is a digital multimedia container format most
commonly used to store video and audio, but can also be used to store
other data such as subtitles and still images. It is a standard format
used by many devices and platforms to play videos, and is known for
its high compression rate and good quality. MP4 files typically have
the file extension ".mp4".
Transparency is not supported.
How the format can be handled. This is important for handling the file later
(eg. displaying the file). Some file types might be FormatType.motion but
still should be handled like an image (eg. apng, gif, etc.).
Interpolation in is a method used to calculate new pixel values
when resizing images. It is used to make sure that the resulting image
looks as smooth and natural as possible. Different interpolation methods
are available, each with its own trade-offs in terms of quality and
computational expense.
Scaling frames in video processing refers to the process of resizing the
frames of a video to a different resolution. This is done to adjust the
size of the video to match the resolution of the target device or medium.
A function that allows you to copy the format with new parameters.
This is useful for creating a new format with the same base but different
parameters. Alternatively you can call the Format directly (eg. MovFormat).