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

After recording a video, when recording is started again, the audio does not start from the beginning. #324

Closed Stubborn10086 closed 8 months ago

Stubborn10086 commented 1 year ago

Describe the bug After recording a video using 'Capture From Texture' and 'Capture Audio From Audio Clip', when recording is started again, audio recording does not start from the beginning.

Your Setup (please complete the following information):

To Reproduce Steps to reproduce the behavior:

  1. import package to unity
  2. open Demo01-TextureCapture
  3. set Audio Source to Manual,add 'Capture Audio From Audio Clip'
  4. Capture first video(Correct)
  5. Capture second video(audio recording does not start from the beginning)
Stubborn10086 commented 1 year ago

Simultaneously, request the addition of documentation regarding 'Capture Audio From Audio Clip' in the Documentation.

Chris-RH commented 1 year ago

Yes, this is how it is intended to work.
We can look into adding the option to restart the audioclip when starting each capture.

MorrisRH commented 10 months ago

I've added an option "Restart Audio Clip On Capture Start" to the "Capture Audio (From AudioClip)" component. When enabled the audio clip will be reset when a capture is started.