Jump to content

Unigine Documentation and Editor Videos H.264 Format


Recommended Posts

Posted (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

 

CQ Level 32 - 1.35 mb

 

OBS Settings:

image.png.8df5c76f1b2b53d8b3fbb2795e60978d.png

image.png.c0381c35458c9b55252387feaaf37317.png

 

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 by Sevdat
×
×
  • Create New...