You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When recording for long duration, video file is split into multiple files.
-Download package.
-Open example scene.
-Make build and run.
-Record for 30sec or 1min.
Expected:
-1 Video file download, but it downloads multiple files.
Found a workaround:
-Change the file format from '.mp4' to 'webm' in ZVideoRecorder.jslib.
-Also changed the filename to "filename" + Date.now( ), so it generates different file name each time.
When recording with a filled scene video quality decreases.
-Open example scene.
-Make 50 instances of dummy particle effect in the example scene.
-Record video.
Expected:
-Normal gameplay video, instead output video lags quite a bit.
The text was updated successfully, but these errors were encountered:
When recording for long duration, video file is split into multiple files.
-Download package.
-Open example scene.
-Make build and run.
-Record for 30sec or 1min.
Expected:
-1 Video file download, but it downloads multiple files.
Found a workaround:
-Change the file format from '.mp4' to 'webm' in ZVideoRecorder.jslib.
-Also changed the filename to "filename" + Date.now( ), so it generates different file name each time.
When recording with a filled scene video quality decreases.
-Open example scene.
-Make 50 instances of dummy particle effect in the example scene.
-Record video.
Expected:
-Normal gameplay video, instead output video lags quite a bit.
The text was updated successfully, but these errors were encountered: