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
During my testing with the MPV player on my device (TEAC UD-505-X) , I observed that using the default cache length (wasapi-exclusive-buffer=10000) can lead to audio lag. However, increasing the buffer size (wasapi-exclusive-buffer=10667) resulted in slower synchronization between audio and video.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Windows Version
Windows 10 22H2
Source of the mpv binary
https://github.com/shinchiro/mpv-winbuild-cmake/releases/tag/20240630
mpv-x86_64-v3-20240630-git-68a1a38.7z
During my testing with the MPV player on my device (TEAC UD-505-X) , I observed that using the default cache length (wasapi-exclusive-buffer=10000) can lead to audio lag. However, increasing the buffer size (wasapi-exclusive-buffer=10667) resulted in slower synchronization between audio and video.
Command line:
mpv.com --no-config --vo=gpu --profile=gpu-hq --priority=high --ad-lavc-threads=8 --ao=wasapi --audio-exclusive=yes --wasapi-exclusive-buffer=10000 --msg-level=ao/wasapi=debug,af=debug,lavfi=debug,ffmpeg=debug --log-file="mpv.log" "test.mkv"
Beta Was this translation helpful? Give feedback.
All reactions