1. Downscaling 4K Footage for Web Upload
Content CreatorBackground
A content creator has a 4K video file that is too large to upload quickly to their website.
Problem
The video needs to be resized to 1080p Full HD to reduce file size while maintaining the correct aspect ratio.
How to use
Upload the 4K video, select the 'Full HD (1920x1080)' preset, ensure 'Maintain Aspect Ratio' is checked, and choose MP4 as the output format.
{
"preset": "1080p",
"maintainAspect": true,
"outputFormat": "mp4"
}Outcome
A high-quality 1080p MP4 video that is significantly smaller in file size and ready for fast web streaming.