QUOTE(kotitonttu @ Feb 24 2025, 10:04)

I've never dealt with .mov files, but typically with ffmpeg doing two passes helps a lot with maintaining quality, and/or reducing the file size without lessening the quality as much.
My current workflow is this:
1.) Export the Spine animations as 3500p MOV files to avoid aliasing issues as much as possible. Working on anything beyond 4000p kills my laptop due to its limited 4GB RAM getting overloaded during Step 2.
2.) Shrink down the initial exports to 720p with a one-pass automated batch script for FFmpeg.
3.) Create WEBPs of varying FPS to check how high I can get them while staying within gallery limitations with another one-pass automated batch script for FFmpeg.
4.) Repeat for next scenes.
Should I be doing two-pass when I do Step 2, when I do Step 3, or when I do both?