Sevdat Posted July 11 Posted July 11 (edited) Good day, is this acceptable and which settings would you prefer? Both videos are 36 seconds long, but with different CQ levels to compare video sizes. The higher the CQ Level the lower the resolution and size. CQ Level 20 - 6.85 mb cq20.mp4 CQ Level 32 - 1.35 mb cq32.mp4 OBS Settings: Code Used to rotate Primitive: public Node clone; void Update() { quat rot = clone.GetWorldRotation(); rot = new quat(0.0f, 0.0f, 10 * Game.IFps) * rot; clone.SetWorldRotation(rot); } Edited July 11 by Sevdat
Recommended Posts