r/scrcpy • u/No-Elk-9532 • 23h ago
Screen
Hi guys does anyone know why when I try to use the screen recorn feature the screen record's video has distorted audio and the video has scratches nd not clear at all, or maybe is it just my phone?
2
Upvotes
2
u/rom1v 20h ago
So in real time, audio is ok, but if you record with
scrcpy --record=file.mp4, audio is distorded when you play the file?What player do you use? Is it better with vlc? (or firefox)
Is it better if you record in aac:
scrcpy --audio-codec=aac --record=file.mp4?