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/
43 stars 8 forks source link

[Question] When using the "Capture from Screen" function, recording is possible but sound is not captured. #362

Closed muchanV closed 5 months ago

muchanV commented 5 months ago

AVPro Movie Capture Version

v5.2.0-FreeTrialVersion

Which platform is your question for?

Windows

Your question

I am using the "Capture From Screen" function in my script using the "StartCapture()" method. However, when I assign a Main Camera with "Audio Listener" and "Capture Audio (From Audio Listener)" attached to the Audio area in the Capture From Screen component, the captured video looks like a Mute The captured video was quiet as if it had been muted. I would originally like to capture the background music and sound effects heard as game sounds, but is there something else I should be doing? I asked this question here because I have searched articles and cannot find a solution. Please note that this English was translated by DeepL.

Chris-RH commented 5 months ago

Hi, the audio listener and capture audio (from audio listener) components should usually be placed on the main camera.

muchanV commented 5 months ago

Thank you for your reply.

I apologize for my poor explanation. We believe we have already implemented the points you pointed out. I am attaching an image of the inspector of the main camera and the inspector of the "CaptureFromScreen" component attached to the object for capturing, so that you can check it out. MainCamera CaptureFromScreen

muchanV commented 5 months ago

I worked from scratch to reconfirm your point, and it seems that the "CaptureFromScreen" component was not working because there were two "CaptureFromScreen" components on different objects. Sorry for the trouble.

Chris-RH commented 5 months ago

ahh, I'm glad that its been resolved :)