So i have been recording using Unity Recorder and its working great.
However i have a 360 Stereo Video on a sphere in my scene and when i have been recording via image sequence and then putting it into premiere the video on the outside of my train (360 Stereo Video) is playing super super fast but everything else is fine. I’ve tried fixing this by outputting at different FPS but it doesn’t seem to fix it.
the video plays at the correct speed during play mode. this issue only appears once recorded using unity recorder?
Has anyone had this issue before or know of a fix?
This is an known issue that is not easily fixable.
Do you need sound ?
If not you might give a try to add script that pauses the video player at the beginning, and manually step forward the video to the correct time on each update.
See Timeline, recorder and video timing
I’m not familiar with AVpro. Does it have the same issue ? Cause depending on the approach they choose, it’s possible it works. You will need to ask them.
The script pointed in the other post is related to Video Playing, so not directly to any recording solution.
If you want more details about the underlying issue : right now Video Player is following the system time and not the game time. We would need Video Player to detect a Recording is happening and switch playback variant.