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
I created an mp4 file with audio but when I start recording I only hear about 1 millisecond of sound and then silence.
The video is still playing but no audio can be heard from that initial blip.
The text was updated successfully, but these errors were encountered:
The only workaround I currenly know of is to split the audio from the video, and play it using a separate Audio track.
Cause of the issue:
Out of the box Unity's VideoPlayer is not compatible with Unity Recorder (the video plays at incorrect speeds). As a fix I made a modification to use VideoPlayer.SetForward each frame rather than VideoPlayer.Playhere. While this fixes the video playback speed, it breaks the audio.
I created an mp4 file with audio but when I start recording I only hear about 1 millisecond of sound and then silence.
The video is still playing but no audio can be heard from that initial blip.
The text was updated successfully, but these errors were encountered: