RenderHeads / UnityPlugin-AVProMovieCapture

AVPro Movie Capture is a Unity Plugin for advanced video capture to AVI/MP4/MOV files
https://renderheads.com/products/avpro-movie-capture/
48 stars 8 forks source link

[Question] When the rendering mode is set to offline, the number of batches doubles #400

Closed Personuo closed 3 months ago

Personuo commented 3 months ago

AVPro Movie Capture Version

5.2.4

Which platform is your question for?

Windows

Your question

I've noticed this,when the rendering mode is set to offline, the number of batches doubles,but realtime mode is ok. Does this have an impact on performance?

MorrisRH commented 3 months ago

With offline mode we decouple the rendering from the frame rate so we can render as fast as possible. This means we may be rendering 2 or more video frames per Unity renderer update which is why you're seeing the number of batches increase.