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
[O] I have checked that a similar feature request does not already exist.
Is your feature request related to a problem? Please describe.
I'm currently using scrcpy --video-codec=h264 --max-fps=60 --record=video.mp4--no-audio. However, it seems like this option disables the audio completely, eventually making the recorded video (.mp4) soundless. using --no-audio-playback makes the sound become recorded, but doesn't let me hear anything while recording the android screen.
Describe the solution you'd like
I would like a new option about audio. This new audio option should play the audio on the android device itself, not the connected PC (this will make no latency when playing audio). However, the audio itself is still being recorded, so I could heat the audio when I check the recorded .mp4 file.
I'm very new to this, so there could be a possibility that this option already exists, but I don't know how to use it. If so, please reply to me, and I'll use that method and end this issue report. I'll wait for replies.
The text was updated successfully, but these errors were encountered:
I'm currently using scrcpy --video-codec=h264 --max-fps=60 --record=video.mp4 --no-audio. However, it seems like this option disables the audio completely,
--no-audio disables audio capture/forwarding, in other words it leaves audio on the device
eventually making the recorded video (.mp4) soundless.
Yes, if audio is not captured, it is not recorded.
using --no-audio-playback makes the sound become recorded, but doesn't let me hear anything while recording the android screen.
What you would like is to capture audio, but keep it playing on the device.
Unfortunately, this is not supported due to the lack of a technical solution: #3875
Is your feature request related to a problem? Please describe.
I'm currently using
scrcpy --video-codec=h264 --max-fps=60 --record=video.mp4--no-audio
. However, it seems like this option disables the audio completely, eventually making the recorded video (.mp4) soundless. using--no-audio-playback
makes the sound become recorded, but doesn't let me hear anything while recording the android screen.Describe the solution you'd like
I would like a new option about audio. This new audio option should play the audio on the android device itself, not the connected PC (this will make no latency when playing audio). However, the audio itself is still being recorded, so I could heat the audio when I check the recorded .mp4 file.
I'm very new to this, so there could be a possibility that this option already exists, but I don't know how to use it. If so, please reply to me, and I'll use that method and end this issue report. I'll wait for replies.
The text was updated successfully, but these errors were encountered: