I would not use Constrained VBR, but VBR - Variable bit rate. And instead defining the bitrate range, use just quality settings, and that is directly changing crf parameter.
YouTube’s codec is AV1 or VP9, depending on the video and size of the channel. It should be very compatible.
Interlaced vs. progressive scanning are two different methods for displaying video frames. The key difference lies in how the video’s scan lines are drawn on a display.
Interlaced Scanning
This is a traditional method, common in older broadcast television and analog formats like 1080i. An interlaced video frame is divided into two separate fields: one containing all the odd-numbered scan lines (1, 3, 5, etc.) and the other containing all the even-numbered scan lines (2, 4, 6, etc.).
Instead of displaying the full frame at once, the display draws the odd field first, then the even field. These two fields are shown in rapid succession to create a single complete frame. For example, a 60i video actually displays 60 half-frames (or fields) per second, which the human eye perceives as a full 30 frames per second. This technique was developed to reduce bandwidth requirements and prevent screen flicker on older CRT (cathode ray tube) displays.
However, interlacing can cause a “combing” or “ghosting” artifact on fast-moving objects, where the two fields are captured at different moments in time, resulting in a jagged, blurry look.
Progressive Scanning
This is the modern standard used in most digital displays, streaming services, and video formats like 720p and 1080p. In progressive scanning, the display draws every line of the frame sequentially from top to bottom in a single pass. A 60p video displays 60 complete, full frames every second.
This method avoids the combing artifacts of interlacing and provides a sharper, more stable image, especially for content with high motion. It requires more bandwidth and processing power than interlacing, but this is no longer a significant limitation for modern technology.
Progressive scanning is now the preferred method for video production and distribution due to its superior image quality and compatibility with digital displays.