You are not logged in.

#1 2021-12-27 14:36:03

Jason-t
Member
Registered: 2021-12-22
Posts: 7

[SOLVED] Lag Issue on playing Media(?) [.mp4 .webm .mp3]

Old title : Audio/Sound Output Lag/Crackling Issue
refer to post #5 for explanation

--------------------------------------------------------------------

Hello, I am sorry if i cannot describe the issue clearly, but i will try my best.

So I've been using Arch Linux as my main OS for around a week ago, and everything is good. Except for the audio.
I don't know how to describe this audio issue, best i could do is to give some samples of the audio :

voice sound test
music sound test
ffmpeg sound test(ffplay, vlc, youtube(firefox)) (read desc.)

It sounds laggy, or more like crackling(?) it also sometimes pitch-shifting the audio (higher pitch sound).
I have been facing this issue since the first day i use Arch on my physical computer. I can confirm that the problem is not from my physical devices, because i have zero issues regarding audio in my windows 10 (im dual booting on separate hard drives). I did not expecting this to be a problem since i've been quite prepared for Arch linux using VM in windows.

Here are some of Informations regarding my audio card setup/config :

~/.asoundrc

defaults.pcm.card 1
defaults.ctl.card 1

lspci -k | grep -i audio

00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Trinity HDMI Audio Controller
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 01)

aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 0: ALC662 rev3 Analog [ALC662 rev3 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 1: ALC662 rev3 Digital [ALC662 rev3 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

/proc/asound/modules

0 snd_hda_intel
1 snd_hda_intel

/proc/asound/cards

0 [HDMI           ]: HDA-Intel - HDA ATI HDMI
                      HDA ATI HDMI at 0xfeb44000 irq 30
1 [Generic        ]: HDA-Intel - HD-Audio Generic
                      HD-Audio Generic at 0xfeb40000 irq 16

/proc/asound/version

Advanced Linux Sound Architecture Driver Version k5.15.11-arch2-1.

/etc/modprobe.d/modprobe.conf

options snd-hda-intel power_save=0

More detailed information (Pastebin) :
lspci -v
/etc/asound.conf


Alsamixer configuration screenshoots :
https://pasteboard.co/nYHNqvRepSYm.png
https://pasteboard.co/T1k5SNHDexz1.png



What I've tried :

- Adding some config to '/etc/asound.conf' (ALSA Troubleshooting : Poor sound quality or clipping)
- Adding 'options snd_hda_intel power_save=0' to /etc/modprobe.d/modprobe.conf (ALSA Troubleshooting : Pops when starting and stopping playback)
- Installing firmwares (alsa-firmware, sof-firmware, alsa-ucm-conf)
- And some other countless attempts that i forgot to mention.

I'm not installing pulseaudio, since it will probably makes everything more complicated than it already is. But if that's really the last option to fix this issue, i will try to install it.

If you need more information regarding this issue, I will gladly provide you all the informations available.
Thank you for your help.

Last edited by Jason-t (2022-05-10 14:52:13)

Offline

#2 2021-12-27 15:46:43

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,285

Re: [SOLVED] Lag Issue on playing Media(?) [.mp4 .webm .mp3]

Where do you have that asound.conf from Ah from the wiki, but still, rate 50000 doesn't make any sense in any context, that should be 48000 or 44100.  Before doing too  much specific config what's your result with "just"

defaults.pcm.card 1
defaults.ctl.card 1

FWIW I do faintly remember some audio issues with certain AMD chipsets that mandated a UEFI/BIOS update to properly fix.

Offline

#3 2021-12-28 07:23:53

Jason-t
Member
Registered: 2021-12-22
Posts: 7

Re: [SOLVED] Lag Issue on playing Media(?) [.mp4 .webm .mp3]

Sorry for the late update, here's what i did :

- Change the rate on the /etc/asound.conf from 50000 to 48000 and 44100. Didn't work

- Replacing all /etc/asound.conf content with

defaults.pcm.card 1
defaults.ctl.card 1

No changes, so i deleted the file.

- Change the kernel to linux-lts, did grub-mkconfig, rebooted and chose linux with linux-lts on grub entry. Still no changes, reverting back to linux kernel, and removing linux-lts.

- Checked the BIOS Version, went to the manufacturer's website and went to the BIOS section. BIOS is up to date. (Beta BIOS)

More info :
/sys/class/dmi/id/

#board_asset_tag
To be filled by O.E.M.

#board_name
A58F2P-M4

#board_vendor
ECS

#board_version
1.0

#bios_date
01/13/2015

#bios_release
4.6

#bios_vendor
American Megatrends Inc.

#bios_version
1.0

Offline

#4 2021-12-28 12:58:29

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,285

Re: [SOLVED] Lag Issue on playing Media(?) [.mp4 .webm .mp3]

Mhm, have you tried lowering the volume in alsamixer? dbGain of 126 sounds a bit high and might lead to some volume based overdrive. "Normally" 100% is a dbGain of 0. But I'm assuming it logically combines some volumes so you need to adjust that down by for example lowering the master volume.

FWIW if you intend to install pulse/pipewire eventually and as they pretty fundamentally change the way you handle your sound card/volumes, I suggest you install them now and remove all your ALSA configs. Because fixing ALSA and "then" installing pulse on top is a moot point as pulse handles volumes and jack logic differently than what you'd do with "just" ALSA.

Last edited by V1del (2021-12-28 13:04:45)

Offline

#5 2022-04-24 11:25:33

Jason-t
Member
Registered: 2021-12-22
Posts: 7

Re: [SOLVED] Lag Issue on playing Media(?) [.mp4 .webm .mp3]

Hello
First of all, apologize for necrobumping and for the very late update (its been months, i know xd). Second of all, i also apologize for explaining the wrong issue here.

The real issue is, it's actually not just the audio that is lagging, but also the video. I wasn't noticed at first because it's kinda unnoticeable. To prove this I've tried playing video through mpv with stopwatch running from my phone at the same time. After waiting for around a minute or two, the video's timestamp has approximately 10 seconds less value than the stopwatch when it should've synchronize. I did this with just mpv, htop and radeontop through terminal, cpu is not overloaded, and radeontop shows no sign of problem either. Also I tried enabling video hardware acceleration but the problem still persist. And just to mention, AFAIK every media type(audio/video .mp3 .opus .mp4 .webm) is affected.

Just a couple months ago, I tried other linux distribution live installation (ubuntu), then immediately open web browser and went to youtube just to see if the issue is there, and right off the bat the issue is also there. I have not tried any other distro but im sure the result will be the same. 

Mhm, have you tried lowering the volume in alsamixer? dbGain of 126 sounds a bit high and might lead to some volume based overdrive. "Normally" 100% is a dbGain of 0. But I'm assuming it logically combines some volumes so you need to adjust that down by for example lowering the master volume.

FWIW if you intend to install pulse/pipewire eventually and as they pretty fundamentally change the way you handle your sound card/volumes, I suggest you install them now and remove all your ALSA configs. Because fixing ALSA and "then" installing pulse on top is a moot point as pulse handles volumes and jack logic differently than what you'd do with "just" ALSA.

image.png
yes i installed pulseaudio this time

I reinstalled archlinux for a couple of times. Doublechecked some of the information provided in the post #1 and #3 and all of them still relevant except this time no /etc/asound.conf and /etc/modprobe.d/modprobe.conf

And some other extra information:
/etc/environtments

...
LIBVA_DRIVER_NAME=radeonsi
VDPAU_DRIVER=radeonsi
...

grep -iE 'vdpau | dri driver' .local/share/xorg/Xorg.0.log

[    51.758] (II) RADEON(0): [DRI2]   DRI driver: r600
[    51.758] (II) RADEON(0): [DRI2]   VDPAU driver: r600

vdpauinfo

vainfo

vainfo: VA-API version: 1.14 (libva 2.14.0)
vainfo: Driver version: Mesa Gallium driver 22.0.1 for AMD ARUBA (DRM 2.50.0 / 5.17.4-arch1-1, LLVM 13.0.1)
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            :    VAEntrypointVLD
      VAProfileMPEG2Main              :    VAEntrypointVLD
      VAProfileVC1Simple              :    VAEntrypointVLD
      VAProfileVC1Main                :    VAEntrypointVLD
      VAProfileVC1Advanced            :    VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:    VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:    VAEntrypointEncSlice
      VAProfileH264Main               :    VAEntrypointVLD
      VAProfileH264Main               :    VAEntrypointEncSlice
      VAProfileH264High               :    VAEntrypointVLD
      VAProfileH264High               :    VAEntrypointEncSlice
      VAProfileNone                   :    VAEntrypointVideoProc

lspci -v (updated)

...
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8470D]
        Subsystem: Elitegroup Computer Systems Device 9a19
        Kernel driver in use: radeon
        Kernel modules: radeon, amdgpu
...
00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Trinity HDMI Audio Controller
        Subsystem: Elitegroup Computer Systems Device 9a19
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
...
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev01)
        Subsystem: Elitegroup Computer Systems Device 9a19
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
...

Oh and this maybe worth mentioning. This morning, somehow in the middle of looping video through mpv (yes i looped a video on the background while doing something else) the video and audio issue gone completely. I immediately opened web browser and try youtube, it ran flawlessly. Tried reopening the previous looped video and other media such as mp3 and flac as well, no issue. Then the issue came back after 10 minutes or so. I believe I was in the middle of installing some packages at the moment, but i forgot what exactly, i think its ibus-mozc and gstreamer with gst-plugin-bad good or whatever. Probably just a placebo but maybe can be used as a hint in the future.

I absolutely ran out of idea. Any help or hint will be very, very appreciated. Again, I will provide any information needed.
If there's any log or anything that i can read through, please let me know.
Thank you.

Last edited by Jason-t (2022-04-24 11:34:43)

Offline

#6 2022-04-24 14:06:13

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,690

Re: [SOLVED] Lag Issue on playing Media(?) [.mp4 .webm .mp3]

When you play from an interactive shell, does mpv yell at your that your system is too slow?
Please play a lagging video and post the complete IO

mpv -v catvideonotporn.mp4 2>&1 | tee /tmp/mpv.log

As a fair warning, the original title might be revealed through metadata in the log - you're allowed to substitute that w/ "catvideo.mp4" smile
But don't edit anything else.

Online

#7 2022-04-24 17:06:45

Jason-t
Member
Registered: 2021-12-22
Posts: 7

Re: [SOLVED] Lag Issue on playing Media(?) [.mp4 .webm .mp3]

seth wrote:

When you play from an interactive shell, does mpv yell at your that your system is too slow?

i don't think it does...not sure because i usually don't run mpv with parameters, here's my usual output example

mpv catvideo.mp4

 (+) Video --vid=1 (*) (h264 1920x1080 30.000fps)
 (+) Audio --aid=1 --alang=eng (*) (aac 2ch 44100Hz)
AO: [pulse] 44100Hz stereo 2ch float
VO: [gpu] 1920x1080 yuv420p
AV: 00:02:45 / 00:02:45 (100%) A-V:  0.000

and btw here's the log file using the parameter that you suggested

.mp4 file
.webm file
.mp3 file

different file just for comparison


view file info using ffmpeg:

.mp4 file info

...
  Duration: 00:02:45.07, start: 0.000000, bitrate: 1186 kb/s
  Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 1050 kb/s, 30 fps, 30 tbr, 15360 tbn (default)
...
  Stream #0:1[0x2](eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default)
...

.mp3 file info

...
  Duration: 00:02:38.85, start: 0.000000, bitrate: 320 kb/s
  Stream #0:0: Audio: mp3, 44100 Hz, stereo, fltp, 320 kb/s
...



lscpu

 # lscpu

Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Address sizes:                   48 bits physical, 48 bits virtual
Byte Order:                      Little Endian
CPU(s):                          2
On-line CPU(s) list:             0,1
Vendor ID:                       AuthenticAMD
Model name:                      AMD A6-6400K APU with Radeon(tm) HD Graphics
CPU family:                      21
Model:                           19
Thread(s) per core:              2
Core(s) per socket:              1
Socket(s):                       1
Stepping:                        1
Frequency boost:                 enabled
CPU(s) scaling MHz:              55%
CPU max MHz:                     3900.0000
CPU min MHz:                     1800.0000
BogoMIPS:                        7788.05
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 tce nodeid_msr tbm topoext perfctr_core perfctr_nb cpb hw_pstate ssbd vmmcall bmi1 arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold
Virtualization:                  AMD-V
L1d cache:                       32 KiB (2 instances)
L1i cache:                       64 KiB (1 instance)
L2 cache:                        1 MiB (1 instance)
NUMA node(s):                    1
NUMA node0 CPU(s):               0,1
Vulnerability Itlb multihit:     Not affected
Vulnerability L1tf:              Not affected
Vulnerability Mds:               Not affected
Vulnerability Meltdown:          Not affected
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:        Mitigation; Retpolines, STIBP disabled, RSB filling
Vulnerability Srbds:             Not affected
Vulnerability Tsx async abort:   Not affected

Last edited by Jason-t (2022-04-24 17:47:46)

Offline

#8 2022-04-24 18:17:20

Maniaxx
Member
Registered: 2014-05-14
Posts: 761

Re: [SOLVED] Lag Issue on playing Media(?) [.mp4 .webm .mp3]

Are you using dual display? If so, disable the 2nd display and try again.

[vo/gpu/x11] Display 0 (HDMI-0): [0, 768, 1366, 1536] @ 60.073237 FPS
[vo/gpu/x11] Display 1 (VGA-0): [0, 0, 1360, 768] @ 60.015162 FPS

sys2064

Offline

#9 2022-04-24 19:15:30

Jason-t
Member
Registered: 2021-12-22
Posts: 7

Re: [SOLVED] Lag Issue on playing Media(?) [.mp4 .webm .mp3]

Maniaxx wrote:

Are you using dual display? If so, disable the 2nd display and try again.

xrandr --output HDMI-0 --auto --output VGA-0 --off
mpv catvideo.mp4

not working

xrandr --output VGA-0 --auto --output HDMI-0 --off
mpv catvideo.mp4

not working

* removing xrandr config on $HOME/.xinitrc
shutdown now

* unplugging usb hub just incase, maybe?
* turn on pc
* login
* seeing both display got auto detected anyway
* cry.jpg

xrandr --output HDMI-0 --auto --output VGA-0 --off
mpv catvideo.mp4

not working

xrandr --output VGA-0 --auto --output HDMI-0 --off
mpv catvideo.mp4

not working

xrandr --output VGA-0 --off
mpv catvideo.mp4

not working

xrandr --output HDMI-0 --auto 
mpv -v catvideo.mp4 2>&1 | tee /tmp/verboseee
# mpv -v catvideo.mp4 2>&1 | tee /tmp/verboseee

[cplayer] Command line options: '-v' 'definitelynotporn.mp4'
[cplayer] mpv 0.34.1-dirty Copyright © 2000-2021 mpv/MPlayer/mplayer2 projects
[cplayer]  built on UNKNOWN
[cplayer] FFmpeg library versions:
[cplayer]    libavutil       57.17.100
[cplayer]    libavcodec      59.18.100
[cplayer]    libavformat     59.16.100
[cplayer]    libswscale      6.4.100
[cplayer]    libavfilter     8.24.100
[cplayer]    libswresample   4.3.100
[cplayer] FFmpeg version: n5.0
[cplayer] 
[cplayer] Configuration: /usr/bin/waf configure --prefix=/usr --confdir=/etc/mpv --enable-cdda --enable-dvb --enable-dvdnav --enable-libarchive --enable-libmpv-shared --disable-build-date --disable-caca
[cplayer] List of enabled features: alsa asm cdda cplayer cplugins cuda-hwaccel cuda-interop debug-build drm dvbin dvdnav egl egl-drm egl-helpers egl-x11 ffmpeg ffmpeg-aviocontext-bytes-read ffnvcodec gbm gbm.h gl gl-wayland glibc-thread-name glob glob-posix gpl iconv jack javascript jpeg lcms2 libarchive libass libavdevice libbluray libdl libm libmpv-shared libplacebo librt linux-fstatfs linux-input-event-codes lua luajit memfd_create optimize plain-gl posix posix-or-mingw pthreads pulse rubberband shaderc shaderc-static stdatomic uchardet vaapi vaapi-drm vaapi-egl vaapi-vulkan vaapi-wayland vaapi-x-egl vaapi-x11 vdpau vector vt.h vulkan wayland wayland-protocols x11 xv zimg zlib
[cplayer] Reading config file /etc/mpv/encoding-profiles.conf
[cplayer] Applying profile 'default'...
[cplayer] Setting option 'v' = '' (flags = 8)
[cplayer] Waiting for scripts...
[cplayer] Set property: shared-script-properties -> 1
[cplayer] Set property: shared-script-properties -> 1
[cplayer] Done loading scripts.
[cplayer] Running hook: ytdl_hook/on_load
[ytdl_hook] ytdl:// hook 
[cplayer] Set property: shared-script-properties -> 1
[ytdl_hook] not a ytdl:// url 
[osd/libass] libass API version: 0x1502000
[osd/libass] libass source: commit: 0.15.2-0-gc967a5a3d9ec0d36af1148b3fdf2f307a21dd122-dirty
[ifo_dvdnav] Opening definitelynotporn.mp4
[osd/libass] Shaper: FriBidi 1.0.11 (SIMPLE) HarfBuzz-ng 4.2.1 (COMPLEX)
[bdmv/bluray] Opening definitelynotporn.mp4
[osd/libass] Setting up fonts...
[file] Opening definitelynotporn.mp4
[demux] Trying demuxers for level=normal.
[osd/libass] Using font provider fontconfig
[osd/libass] Done.
[cplayer] Set property: shared-script-properties -> 1
[osd/libass] libass API version: 0x1502000
[osd/libass] libass source: commit: 0.15.2-0-gc967a5a3d9ec0d36af1148b3fdf2f307a21dd122-dirty
[osd/libass] Shaper: FriBidi 1.0.11 (SIMPLE) HarfBuzz-ng 4.2.1 (COMPLEX)
[osd/libass] Setting up fonts...
[osd/libass] Using font provider fontconfig
[osd/libass] Done.
[cplayer] Set property: shared-script-properties -> 1
[lavf] Found 'mov,mp4,m4a,3gp,3g2,mj2' at score=100 size=2048.
[demux] Detected file format: mov,mp4,m4a,3gp,3g2,mj2 (libavformat)
[cplayer] Opening done: definitelynotporn.mp4
[find_files] Loading external files in .
[cplayer] Running hook: ytdl_hook/on_preloaded
[lavf] select track 0
[lavf] select track 1
[cplayer]  (+) Video --vid=1 (*) (h264 1920x1080 30.000fps)
[cplayer]  (+) Audio --aid=1 --alang=eng (*) (aac 2ch 44100Hz)
[vo/gpu] Probing for best GPU context.
[vo/gpu/opengl] Initializing GPU context 'wayland'
[vo/gpu/opengl] Initializing GPU context 'x11egl'
[vo/gpu/x11] X11 opening display: :0
[vo/gpu/x11] Display 0 (HDMI-0): [0, 0, 1366, 768] @ 60.073237 FPS
[vo/gpu/x11] Current display FPS: 60.073237
[vo/gpu/opengl] EGL_VERSION=1.5
[vo/gpu/opengl] EGL_VENDOR=Mesa Project
[vo/gpu/opengl] EGL_CLIENT_APIS=OpenGL OpenGL_ES 
[vo/gpu/opengl] Trying to create Desktop OpenGL context.
[vo/gpu/opengl] Choosing visual EGL config 0x11, visual ID 0x21
[vo/gpu/opengl] GL_VERSION='4.3 (Core Profile) Mesa 22.0.1'
[vo/gpu/opengl] Detected desktop OpenGL 4.3.
[vo/gpu/opengl] GL_VENDOR='X.Org'
[vo/gpu/opengl] GL_RENDERER='AMD ARUBA (DRM 2.50.0 / 5.17.4-arch1-1, LLVM 13.0.1)'
[vo/gpu/opengl] GL_SHADING_LANGUAGE_VERSION='4.30'
[vo/gpu/opengl] Loaded extension GL_ARB_buffer_storage.
[vo/gpu/opengl] Loaded extension GL_NV_vdpau_interop.
[vo/gpu] Testing FBO format rgba16f
[vo/gpu] Using FBO format rgba16f.
[vo/gpu] No advanced processing required. Enabling dumb mode.
[vo/gpu] Assuming 60.073237 FPS for display sync.
[vd] Container reported FPS: 30.000000
[vd] Codec list:
[vd]     h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
[vd]     h264_v4l2m2m (h264) - V4L2 mem2mem H.264 decoder wrapper
[vd]     h264_qsv (h264) - H264 video (Intel Quick Sync Video acceleration)
[vd]     h264_cuvid (h264) - Nvidia CUVID H264 decoder
[vd] Opening decoder h264
[vd] No hardware decoding requested.
[vd] Using software decoding.
[vd] Detected 2 logical cores.
[vd] Requesting 3 threads for decoding.
[vd] Selected codec: h264 (H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10)
[vf] User filter list:
[vf]   (empty)
[ad] Codec list:
[ad]     aac - AAC (Advanced Audio Coding)
[ad]     aac_fixed (aac) - AAC (Advanced Audio Coding)
[ad] Opening decoder aac
[ad] Requesting 1 threads for decoding.
[ad] Selected codec: aac (AAC (Advanced Audio Coding))
[af] User filter list:
[af]   (empty)
[cplayer] Starting playback...
[cplayer] Set property: shared-script-properties -> 1
[vd] DR failed - disabling.
[af] [in] 44100Hz stereo 2ch floatp
[af] [userspeed] 44100Hz stereo 2ch floatp
[af] [userspeed] (disabled)
[af] [convert] 44100Hz stereo 2ch floatp
[vd] Using software decoding.
[vd] Decoder format: 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/auto CL=mpeg2/4/h264
[vd] Using container aspect ratio.
[vf] [in] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vf] [userdeint] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vf] [userdeint] (disabled)
[vf] [autorotate] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vf] [autorotate] (disabled)
[vf] [convert] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vf] [convert] (disabled)
[vf] [out] 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[cplayer] Set property: shared-script-properties -> 1
[ao] Trying audio driver 'pulse'
[ao/pulse] requested format: 44100 Hz, stereo channels, floatp
[ao/pulse] Library version: 15.0.0
[ao/pulse] Proto: 35
[ao/pulse] Server proto: 4294967295
[ao/pulse] Channel layouts:
[ao/pulse]  - #fl
[ao/pulse]  - #fr
[ao/pulse]  - #fc
[ao/pulse]  - #lfe
[ao/pulse]  - #bl
[ao/pulse]  - #br
[ao/pulse]  - #flc
[ao/pulse]  - #frc
[ao/pulse]  - #bc
[ao/pulse]  - #sl
[ao/pulse]  - #sr
[ao/pulse]  - #tc
[ao/pulse]  - #tfl
[ao/pulse]  - #tfc
[ao/pulse]  - #tfr
[ao/pulse]  - #tbl
[ao/pulse]  - #tbc
[ao/pulse]  - #tbr
[ao/pulse] result: stereo
[ao/pulse] device buffer: 4410 samples.
[ao/pulse] using soft-buffer of 8820 samples.
[cplayer] AO: [pulse] 44100Hz stereo 2ch float
[cplayer] AO: Description: PulseAudio audio output
[autoconvert] inserting resampler
[swresample] format change, reinitializing resampler
[swresample] 44100Hz stereo floatp -> 44100Hz stereo float
[af] [out] 44100Hz stereo 2ch float
[cplayer] VO: [gpu] 1920x1080 yuv420p
[cplayer] VO: Description: Shader-based GPU Renderer
[vo/gpu] reconfig to 1920x1080 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[vo/gpu] Resize: 747x420
[vo/gpu] Window size: 747x420 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 746x420
[vo/gpu] Video scale: 0.388542/0.388889
[vo/gpu] OSD borders: l=0 t=0 r=1 b=0
[vo/gpu] Video borders: l=0 t=0 r=1 b=0
[vo/gpu] Reported display depth: 8
[vo/gpu] Texture for plane 0: 1920x1080
[vo/gpu] Texture for plane 1: 960x540
[vo/gpu] Texture for plane 2: 960x540
[vo/gpu] Testing FBO format rgba16f
[vo/gpu] Using FBO format rgba16f.
[vo/gpu] No advanced processing required. Enabling dumb mode.
[cplayer] first video frame after restart shown
[cplayer] audio ready
[cplayer] starting audio playback
[cplayer] playback restart complete @ 0.000000, audio=playing, video=playing

[K[statusline] AV: 00:00:00 / 00:02:45 (0%) A-V: -0.000
[ao/pulse] starting AO
[vo/gpu/x11] Disabling screensaver.
[cplayer] Set property: shared-script-properties -> 1

[K[statusline] AV: 00:00:00 / 00:02:45 (0%) A-V:  0.000

[K[statusline] AV: 00:00:00 / 00:02:45 (1%) A-V:  0.000
[cplayer] Set property: shared-script-properties -> 1
[osd/libass] fontselect: (sans-serif, 400, 0) -> /usr/share/fonts/noto/NotoSans-Regular.ttf, 0, NotoSans-Regular
[osd/libass] fontselect: (mpv-osd-symbols, 400, 0) -> mpv-osd-symbols-Regular, 0, mpv-osd-symbols-Regular
[vo/gpu] Reallocating OSD texture to 1024x128.

[K[statusline] AV: 00:00:01 / 00:02:45 (1%) A-V:  0.000
[cplayer] Set property: shared-script-properties -> 1

[K[statusline] AV: 00:00:01 / 00:02:45 (1%) A-V:  0.000
[cplayer] Set property: fullscreen -> 1
[cplayer] Set property: shared-script-properties -> 1
[cplayer] Set property: shared-script-properties -> 1

[K[statusline] AV: 00:00:01 / 00:02:45 (1%) A-V:  0.000
[vo/gpu] Resize: 747x420
[vo/gpu] Window size: 747x420 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 746x420
[vo/gpu] Video scale: 0.388542/0.388889
[vo/gpu] OSD borders: l=0 t=0 r=1 b=0
[vo/gpu] Video borders: l=0 t=0 r=1 b=0
[vo/gpu] Reported display depth: 8

[K[statusline] AV: 00:00:02 / 00:02:45 (1%) A-V:  0.000
[vo/gpu] Resize: 1366x768
[vo/gpu] Window size: 1366x768 (Borders: l=0 t=0 r=0 b=0)
[vo/gpu] Video source: 1920x1080 (1:1)
[vo/gpu] Video display: (0, 0) 1920x1080 -> (0, 0) 1365x768
[vo/gpu] Video scale: 0.710938/0.711111
[vo/gpu] OSD borders: l=0 t=0 r=1 b=0
[vo/gpu] Video borders: l=0 t=0 r=1 b=0
[vo/gpu] Reported display depth: 8
[cplayer] Set property: shared-script-properties -> 1

[K[statusline] AV: 00:00:02 / 00:02:45 (1%) A-V:  0.000

[K[statusline] AV: 00:00:02 / 00:02:45 (2%) A-V:  0.000

[K[statusline] AV: 00:00:03 / 00:02:45 (2%) A-V:  0.000

[K[statusline] AV: 00:00:04 / 00:02:45 (2%) A-V:  0.000

[K[statusline] AV: 00:00:04 / 00:02:45 (3%) A-V:  0.000

[K[statusline] AV: 00:00:05 / 00:02:45 (3%) A-V:  0.000

[K[statusline] AV: 00:00:05 / 00:02:45 (4%) A-V:  0.000

[K[statusline] AV: 00:00:06 / 00:02:45 (4%) A-V:  0.000

[K[statusline] AV: 00:00:07 / 00:02:45 (4%) A-V:  0.000

[K[statusline] AV: 00:00:07 / 00:02:45 (5%) A-V:  0.000

[K[statusline] AV: 00:00:08 / 00:02:45 (5%) A-V:  0.000

[K[statusline] AV: 00:00:09 / 00:02:45 (5%) A-V:  0.000

[K[statusline] AV: 00:00:09 / 00:02:45 (6%) A-V:  0.000

[K[statusline] AV: 00:00:10 / 00:02:45 (6%) A-V:  0.000

[K[statusline] AV: 00:00:10 / 00:02:45 (7%) A-V:  0.000

[K[statusline] AV: 00:00:11 / 00:02:45 (7%) A-V:  0.000

[K[statusline] AV: 00:00:12 / 00:02:45 (7%) A-V:  0.000

[K[statusline] AV: 00:00:12 / 00:02:45 (8%) A-V:  0.000

[K[statusline] AV: 00:00:13 / 00:02:45 (8%) A-V:  0.000

[K[statusline] AV: 00:00:14 / 00:02:45 (8%) A-V:  0.000

[K[statusline] AV: 00:00:14 / 00:02:45 (9%) A-V:  0.000

[K[statusline] AV: 00:00:15 / 00:02:45 (9%) A-V:  0.000

[K[statusline] AV: 00:00:15 / 00:02:45 (10%) A-V:  0.000

[K[statusline] AV: 00:00:16 / 00:02:45 (10%) A-V:  0.000

[K[statusline] AV: 00:00:17 / 00:02:45 (10%) A-V:  0.000

[K[statusline] AV: 00:00:17 / 00:02:45 (11%) A-V:  0.000

[K[statusline] AV: 00:00:18 / 00:02:45 (11%) A-V:  0.000

[K[statusline] AV: 00:00:19 / 00:02:45 (12%) A-V:  0.000

[K[statusline] AV: 00:00:20 / 00:02:45 (12%) A-V:  0.000

[K[statusline] AV: 00:00:20 / 00:02:45 (13%) A-V:  0.000

[K[statusline] AV: 00:00:21 / 00:02:45 (13%) A-V:  0.000

[K[statusline] AV: 00:00:22 / 00:02:45 (13%) A-V:  0.000

[K[statusline] AV: 00:00:22 / 00:02:45 (14%) A-V:  0.000

[K[statusline] AV: 00:00:23 / 00:02:45 (14%) A-V:  0.000

[K[statusline] AV: 00:00:23 / 00:02:45 (15%) A-V:  0.000

[K[statusline] AV: 00:00:24 / 00:02:45 (15%) A-V:  0.000

[K[statusline] AV: 00:00:25 / 00:02:45 (15%) A-V:  0.000

[K[statusline] AV: 00:00:25 / 00:02:45 (16%) A-V:  0.000

[K[statusline] AV: 00:00:26 / 00:02:45 (16%) A-V:  0.000

[K[statusline] AV: 00:00:27 / 00:02:45 (16%) A-V:  0.000

[K[statusline] AV: 00:00:27 / 00:02:45 (17%) A-V:  0.000

[K[statusline] AV: 00:00:28 / 00:02:45 (17%) A-V:  0.000

[K[statusline] AV: 00:00:28 / 00:02:45 (18%) A-V:  0.000

[K[statusline] AV: 00:00:29 / 00:02:45 (18%) A-V:  0.000

[K[statusline] AV: 00:00:30 / 00:02:45 (18%) A-V:  0.000

[K[statusline] AV: 00:00:30 / 00:02:45 (19%) A-V:  0.000

[K[statusline] AV: 00:00:31 / 00:02:45 (19%) A-V:  0.000

[K[statusline] AV: 00:00:32 / 00:02:45 (19%) A-V:  0.000

[K[statusline] AV: 00:00:32 / 00:02:45 (20%) A-V:  0.000

[K[statusline] AV: 00:00:33 / 00:02:45 (20%) A-V:  0.000

[K[statusline] AV: 00:00:33 / 00:02:45 (21%) A-V:  0.000

[K[statusline] AV: 00:00:34 / 00:02:45 (21%) A-V:  0.000

[K[statusline] AV: 00:00:35 / 00:02:45 (21%) A-V:  0.000

[K[statusline] AV: 00:00:35 / 00:02:45 (22%) A-V:  0.000

[K[statusline] AV: 00:00:36 / 00:02:45 (22%) A-V:  0.000

[K[statusline] AV: 00:00:37 / 00:02:45 (22%) A-V:  0.000

[K[statusline] AV: 00:00:37 / 00:02:45 (23%) A-V:  0.000

[K[statusline] AV: 00:00:38 / 00:02:45 (23%) A-V:  0.000

[K[statusline] AV: 00:00:38 / 00:02:45 (24%) A-V:  0.000

[K[statusline] AV: 00:00:39 / 00:02:45 (24%) A-V:  0.000

[K[statusline] AV: 00:00:40 / 00:02:45 (24%) A-V:  0.000

[K[statusline] AV: 00:00:40 / 00:02:45 (25%) A-V:  0.000

[K[statusline] AV: 00:00:41 / 00:02:45 (25%) A-V:  0.000

[K[statusline] AV: 00:00:42 / 00:02:45 (25%) A-V:  0.000

[K[statusline] AV: 00:00:42 / 00:02:45 (26%) A-V:  0.000

[K[statusline] AV: 00:00:43 / 00:02:45 (26%) A-V:  0.000

[K[statusline] AV: 00:00:43 / 00:02:45 (27%) A-V:  0.000

[K[statusline] AV: 00:00:44 / 00:02:45 (27%) A-V:  0.000

[K[statusline] AV: 00:00:45 / 00:02:45 (27%) A-V:  0.000

[K[statusline] AV: 00:00:45 / 00:02:45 (28%) A-V:  0.000

[K[statusline] AV: 00:00:46 / 00:02:45 (28%) A-V:  0.000

[K[statusline] AV: 00:00:47 / 00:02:45 (28%) A-V:  0.000

[K[statusline] AV: 00:00:47 / 00:02:45 (29%) A-V:  0.000

[K[statusline] AV: 00:00:48 / 00:02:45 (29%) A-V:  0.000

[K[statusline] AV: 00:00:48 / 00:02:45 (30%) A-V:  0.000

[K[statusline] AV: 00:00:49 / 00:02:45 (30%) A-V:  0.000

[K[statusline] AV: 00:00:50 / 00:02:45 (30%) A-V:  0.000

[K[statusline] AV: 00:00:50 / 00:02:45 (31%) A-V:  0.000

[K[statusline] AV: 00:00:51 / 00:02:45 (31%) A-V:  0.000

[K[statusline] AV: 00:00:52 / 00:02:45 (32%) A-V:  0.000

[K[statusline] AV: 00:00:53 / 00:02:45 (32%) A-V:  0.000

[K[statusline] AV: 00:00:53 / 00:02:45 (33%) A-V:  0.000

[K[statusline] AV: 00:00:54 / 00:02:45 (33%) A-V:  0.000

[K[statusline] AV: 00:00:55 / 00:02:45 (33%) A-V:  0.000

[K[statusline] AV: 00:00:55 / 00:02:45 (34%) A-V:  0.000

[K[statusline] AV: 00:00:56 / 00:02:45 (34%) A-V:  0.000

[K[statusline] AV: 00:00:56 / 00:02:45 (35%) A-V:  0.000

[K[statusline] AV: 00:00:57 / 00:02:45 (35%) A-V:  0.000

[K[statusline] AV: 00:00:58 / 00:02:45 (35%) A-V:  0.000

[K[statusline] AV: 00:00:58 / 00:02:45 (36%) A-V:  0.000

[K[statusline] AV: 00:00:59 / 00:02:45 (36%) A-V:  0.000

[K[statusline] AV: 00:01:00 / 00:02:45 (36%) A-V:  0.000

[K[statusline] AV: 00:01:00 / 00:02:45 (37%) A-V:  0.000

[K[statusline] AV: 00:01:01 / 00:02:45 (37%) A-V:  0.000

[K[statusline] AV: 00:01:01 / 00:02:45 (38%) A-V:  0.000

[K[statusline] AV: 00:01:02 / 00:02:45 (38%) A-V:  0.000

[K[statusline] AV: 00:01:03 / 00:02:45 (38%) A-V:  0.000

[K[statusline] AV: 00:01:03 / 00:02:45 (39%) A-V:  0.000

[K[statusline] AV: 00:01:04 / 00:02:45 (39%) A-V:  0.000

[K[statusline] AV: 00:01:05 / 00:02:45 (39%) A-V:  0.000

[K[statusline] AV: 00:01:05 / 00:02:45 (40%) A-V:  0.000

[K[statusline] AV: 00:01:06 / 00:02:45 (40%) A-V:  0.000

[K[statusline] AV: 00:01:06 / 00:02:45 (41%) A-V:  0.000

[K[statusline] AV: 00:01:07 / 00:02:45 (41%) A-V:  0.000

[K[statusline] AV: 00:01:08 / 00:02:45 (41%) A-V:  0.000

[K[statusline] AV: 00:01:08 / 00:02:45 (42%) A-V:  0.000

[K[statusline] AV: 00:01:09 / 00:02:45 (42%) A-V:  0.000

[K[statusline] AV: 00:01:10 / 00:02:45 (42%) A-V:  0.000

[K[statusline] AV: 00:01:10 / 00:02:45 (43%) A-V:  0.000

[K[statusline] AV: 00:01:11 / 00:02:45 (43%) A-V:  0.000

[K[statusline] AV: 00:01:11 / 00:02:45 (44%) A-V:  0.000

[K[statusline] AV: 00:01:12 / 00:02:45 (44%) A-V:  0.000

[K[statusline] AV: 00:01:13 / 00:02:45 (44%) A-V:  0.000

[K[statusline] AV: 00:01:13 / 00:02:45 (45%) A-V:  0.000

[K[statusline] AV: 00:01:14 / 00:02:45 (45%) A-V:  0.000

[K[statusline] AV: 00:01:15 / 00:02:45 (45%) A-V:  0.000

[K[statusline] AV: 00:01:15 / 00:02:45 (46%) A-V:  0.000

[K[statusline] AV: 00:01:16 / 00:02:45 (46%) A-V:  0.000

[K[statusline] AV: 00:01:16 / 00:02:45 (47%) A-V:  0.000

[K[statusline] AV: 00:01:17 / 00:02:45 (47%) A-V:  0.000

[K[statusline] AV: 00:01:18 / 00:02:45 (47%) A-V:  0.000

[K[statusline] AV: 00:01:18 / 00:02:45 (48%) A-V:  0.000

[K[statusline] AV: 00:01:19 / 00:02:45 (48%) A-V:  0.000

[K[statusline] AV: 00:01:20 / 00:02:45 (48%) A-V:  0.000

[K[statusline] AV: 00:01:20 / 00:02:45 (49%) A-V:  0.000

[K[statusline] AV: 00:01:21 / 00:02:45 (49%) A-V:  0.000

[K[statusline] AV: 00:01:21 / 00:02:45 (50%) A-V:  0.000

[K[statusline] AV: 00:01:22 / 00:02:45 (50%) A-V:  0.000

[K[statusline] AV: 00:01:23 / 00:02:45 (50%) A-V:  0.000

[K[statusline] AV: 00:01:23 / 00:02:45 (51%) A-V:  0.000

[K[statusline] AV: 00:01:24 / 00:02:45 (51%) A-V:  0.000

[K[statusline] AV: 00:01:25 / 00:02:45 (51%) A-V:  0.000

[K[statusline] AV: 00:01:25 / 00:02:45 (52%) A-V:  0.000

[K[statusline] AV: 00:01:26 / 00:02:45 (52%) A-V:  0.000

[K[statusline] AV: 00:01:26 / 00:02:45 (53%) A-V:  0.000

[K[statusline] AV: 00:01:27 / 00:02:45 (53%) A-V:  0.000

[K[statusline] AV: 00:01:28 / 00:02:45 (53%) A-V:  0.000

[K[statusline] AV: 00:01:28 / 00:02:45 (54%) A-V:  0.000

[K[statusline] AV: 00:01:29 / 00:02:45 (54%) A-V:  0.000

[K[statusline] AV: 00:01:29 / 00:02:45 (55%) A-V:  0.000

[K[statusline] AV: 00:01:30 / 00:02:45 (55%) A-V:  0.000

[K[statusline] AV: 00:01:31 / 00:02:45 (55%) A-V:  0.000

[K[statusline] AV: 00:01:31 / 00:02:45 (56%) A-V:  0.000

[K[statusline] AV: 00:01:32 / 00:02:45 (56%) A-V:  0.000

[K[statusline] AV: 00:01:33 / 00:02:45 (56%) A-V:  0.000

[K[statusline] AV: 00:01:33 / 00:02:45 (57%) A-V:  0.000

[K[statusline] AV: 00:01:34 / 00:02:45 (57%) A-V:  0.000

[K[statusline] AV: 00:01:34 / 00:02:45 (58%) A-V:  0.000

[K[statusline] AV: 00:01:35 / 00:02:45 (58%) A-V:  0.000

[K[statusline] AV: 00:01:36 / 00:02:45 (58%) A-V:  0.000

[K[statusline] AV: 00:01:36 / 00:02:45 (59%) A-V:  0.000

[K[statusline] AV: 00:01:37 / 00:02:45 (59%) A-V:  0.000

[K[statusline] AV: 00:01:38 / 00:02:45 (59%) A-V:  0.000

[K[statusline] AV: 00:01:38 / 00:02:45 (60%) A-V:  0.000

[K[statusline] AV: 00:01:39 / 00:02:45 (60%) A-V:  0.000

[K[statusline] AV: 00:01:39 / 00:02:45 (61%) A-V:  0.000

[K[statusline] AV: 00:01:40 / 00:02:45 (61%) A-V:  0.000

[K[statusline] AV: 00:01:41 / 00:02:45 (61%) A-V:  0.000

[K[statusline] AV: 00:01:41 / 00:02:45 (62%) A-V:  0.000

[K[statusline] AV: 00:01:42 / 00:02:45 (62%) A-V:  0.000

[K[statusline] AV: 00:01:43 / 00:02:45 (62%) A-V:  0.000

[K[statusline] AV: 00:01:43 / 00:02:45 (63%) A-V:  0.000

[K[statusline] AV: 00:01:44 / 00:02:45 (63%) A-V:  0.000

[K[statusline] AV: 00:01:44 / 00:02:45 (64%) A-V:  0.000

[K[statusline] AV: 00:01:45 / 00:02:45 (64%) A-V:  0.000

[K[statusline] AV: 00:01:46 / 00:02:45 (64%) A-V:  0.000

[K[statusline] AV: 00:01:46 / 00:02:45 (65%) A-V:  0.000

[K[statusline] AV: 00:01:47 / 00:02:45 (65%) A-V:  0.000

[K[statusline] AV: 00:01:48 / 00:02:45 (65%) A-V:  0.000

[K[statusline] AV: 00:01:48 / 00:02:45 (66%) A-V:  0.000

[K[statusline] AV: 00:01:49 / 00:02:45 (66%) A-V:  0.000

[K[statusline] AV: 00:01:49 / 00:02:45 (67%) A-V:  0.000

[K[statusline] AV: 00:01:50 / 00:02:45 (67%) A-V:  0.000

[K[statusline] AV: 00:01:51 / 00:02:45 (67%) A-V:  0.000

[K[statusline] AV: 00:01:51 / 00:02:45 (68%) A-V:  0.000

[K[statusline] AV: 00:01:52 / 00:02:45 (68%) A-V:  0.000

[K[statusline] AV: 00:01:53 / 00:02:45 (68%) A-V:  0.000

[K[statusline] AV: 00:01:53 / 00:02:45 (69%) A-V:  0.000

[K[statusline] AV: 00:01:54 / 00:02:45 (69%) A-V:  0.000

[K[statusline] AV: 00:01:54 / 00:02:45 (70%) A-V:  0.000

[K[statusline] AV: 00:01:55 / 00:02:45 (70%) A-V:  0.000

[K[statusline] AV: 00:01:56 / 00:02:45 (70%) A-V:  0.000

[K[statusline] AV: 00:01:56 / 00:02:45 (71%) A-V:  0.000

[K[statusline] AV: 00:01:57 / 00:02:45 (71%) A-V:  0.000

[K[statusline] AV: 00:01:58 / 00:02:45 (71%) A-V:  0.000

[K[statusline] AV: 00:01:58 / 00:02:45 (72%) A-V:  0.000

[K[statusline] AV: 00:01:59 / 00:02:45 (72%) A-V:  0.000

[K[statusline] AV: 00:01:59 / 00:02:45 (73%) A-V:  0.000

[K[statusline] AV: 00:02:00 / 00:02:45 (73%) A-V:  0.000

[K[statusline] AV: 00:02:01 / 00:02:45 (73%) A-V:  0.000

[K[statusline] AV: 00:02:01 / 00:02:45 (74%) A-V:  0.000

[K[statusline] AV: 00:02:02 / 00:02:45 (74%) A-V:  0.000

[K[statusline] AV: 00:02:03 / 00:02:45 (75%) A-V:  0.000

[K[statusline] AV: 00:02:04 / 00:02:45 (75%) A-V:  0.000

[K[statusline] AV: 00:02:04 / 00:02:45 (76%) A-V:  0.000

[K[statusline] AV: 00:02:05 / 00:02:45 (76%) A-V:  0.000

[K[statusline] AV: 00:02:06 / 00:02:45 (76%) A-V:  0.000

[K[statusline] AV: 00:02:06 / 00:02:45 (77%) A-V:  0.000

[K[statusline] AV: 00:02:07 / 00:02:45 (77%) A-V:  0.000

[K[statusline] AV: 00:02:07 / 00:02:45 (78%) A-V:  0.000

[K[statusline] AV: 00:02:08 / 00:02:45 (78%) A-V:  0.000

[K[statusline] AV: 00:02:09 / 00:02:45 (78%) A-V:  0.000

[K[statusline] AV: 00:02:09 / 00:02:45 (79%) A-V:  0.000

[K[statusline] AV: 00:02:10 / 00:02:45 (79%) A-V:  0.000

[K[statusline] AV: 00:02:11 / 00:02:45 (79%) A-V:  0.000

[K[statusline] AV: 00:02:11 / 00:02:45 (80%) A-V:  0.000

[K[statusline] AV: 00:02:12 / 00:02:45 (80%) A-V:  0.000

[K[statusline] AV: 00:02:12 / 00:02:45 (81%) A-V:  0.000

[K[statusline] AV: 00:02:13 / 00:02:45 (81%) A-V:  0.000

[K[statusline] AV: 00:02:14 / 00:02:45 (81%) A-V:  0.000

[K[statusline] AV: 00:02:14 / 00:02:45 (82%) A-V:  0.000

[K[statusline] AV: 00:02:15 / 00:02:45 (82%) A-V:  0.000

[K[statusline] AV: 00:02:16 / 00:02:45 (82%) A-V:  0.000

[K[statusline] AV: 00:02:16 / 00:02:45 (83%) A-V:  0.000

[K[statusline] AV: 00:02:17 / 00:02:45 (83%) A-V:  0.000

[K[statusline] AV: 00:02:17 / 00:02:45 (84%) A-V:  0.000

[K[statusline] AV: 00:02:18 / 00:02:45 (84%) A-V:  0.000

[K[statusline] AV: 00:02:19 / 00:02:45 (84%) A-V:  0.000

[K[statusline] AV: 00:02:19 / 00:02:45 (85%) A-V:  0.000

[K[statusline] AV: 00:02:20 / 00:02:45 (85%) A-V:  0.000

[K[statusline] AV: 00:02:21 / 00:02:45 (85%) A-V:  0.000

[K[statusline] AV: 00:02:21 / 00:02:45 (86%) A-V:  0.000

[K[statusline] AV: 00:02:22 / 00:02:45 (86%) A-V:  0.000

[K[statusline] AV: 00:02:22 / 00:02:45 (87%) A-V:  0.000

[K[statusline] AV: 00:02:23 / 00:02:45 (87%) A-V:  0.000

[K[statusline] AV: 00:02:24 / 00:02:45 (87%) A-V:  0.000

[K[statusline] AV: 00:02:24 / 00:02:45 (88%) A-V:  0.000

[K[statusline] AV: 00:02:25 / 00:02:45 (88%) A-V:  0.000

[K[statusline] AV: 00:02:26 / 00:02:45 (88%) A-V:  0.000

[K[statusline] AV: 00:02:26 / 00:02:45 (89%) A-V:  0.000

[K[statusline] AV: 00:02:27 / 00:02:45 (89%) A-V:  0.000

[K[statusline] AV: 00:02:27 / 00:02:45 (90%) A-V:  0.000

[K[statusline] AV: 00:02:28 / 00:02:45 (90%) A-V:  0.000

[K[statusline] AV: 00:02:29 / 00:02:45 (90%) A-V:  0.000

[K[statusline] AV: 00:02:29 / 00:02:45 (91%) A-V:  0.000

[K[statusline] AV: 00:02:30 / 00:02:45 (91%) A-V:  0.000

[K[statusline] AV: 00:02:31 / 00:02:45 (91%) A-V:  0.000

[K[statusline] AV: 00:02:31 / 00:02:45 (92%) A-V:  0.000

[K[statusline] AV: 00:02:32 / 00:02:45 (92%) A-V:  0.000

[K[statusline] AV: 00:02:32 / 00:02:45 (93%) A-V:  0.000

[K[statusline] AV: 00:02:33 / 00:02:45 (93%) A-V:  0.000

[K[statusline] AV: 00:02:34 / 00:02:45 (93%) A-V:  0.000

[K[statusline] AV: 00:02:34 / 00:02:45 (94%) A-V:  0.000

[K[statusline] AV: 00:02:35 / 00:02:45 (94%) A-V:  0.000

[K[statusline] AV: 00:02:36 / 00:02:45 (95%) A-V:  0.000

[K[statusline] AV: 00:02:37 / 00:02:45 (95%) A-V:  0.000

[K[statusline] AV: 00:02:37 / 00:02:45 (96%) A-V:  0.000

[K[statusline] AV: 00:02:38 / 00:02:45 (96%) A-V:  0.000

[K[statusline] AV: 00:02:39 / 00:02:45 (96%) A-V:  0.000

[K[statusline] AV: 00:02:39 / 00:02:45 (97%) A-V:  0.000

[K[statusline] AV: 00:02:40 / 00:02:45 (97%) A-V:  0.000

[K[statusline] AV: 00:02:40 / 00:02:45 (98%) A-V:  0.000

[K[statusline] AV: 00:02:41 / 00:02:45 (98%) A-V:  0.000

[K[statusline] AV: 00:02:42 / 00:02:45 (98%) A-V:  0.000

[K[statusline] AV: 00:02:42 / 00:02:45 (99%) A-V:  0.000

[K[statusline] AV: 00:02:43 / 00:02:45 (99%) A-V:  0.000
[lavf] EOF reached.

[K[statusline] AV: 00:02:43 / 00:02:45 (99%) A-V:  0.000

[K[statusline] AV: 00:02:44 / 00:02:45 (99%) A-V:  0.000

[K[statusline] AV: 00:02:44 / 00:02:45 (100%) A-V:  0.000
[af] filter input EOF
[af] filter output EOF
[cplayer] audio filter EOF
[cplayer] audio draining
[cplayer] audio EOF reached

[K[statusline] AV: 00:02:44 / 00:02:45 (100%) A-V:  0.000
[vf] filter input EOF
[vf] filter output EOF
[ao/pulse] audio end or underrun

[K[statusline] AV: 00:02:44 / 00:02:45 (100%) A-V:  0.000
[cplayer] EOF code: 1  
[cplayer] finished playback, success (reason 0)
[cplayer] 
[cplayer] Exiting... (End of file)
[cplayer] Set property: shared-script-properties -> 1
[cplayer] draining left over audio
[vo/gpu/x11] Enabling screensaver.
[ao/pulse] audio end or underrun

Last edited by Jason-t (2022-04-24 19:18:49)

Offline

#10 2022-04-24 19:44:30

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,690

Re: [SOLVED] Lag Issue on playing Media(?) [.mp4 .webm .mp3]

What does "not working" mean?
What about

mpv -ao alsa weallknowthatitsporn.mp4

If that doesn't help, compile and run

#include <time.h>
void main()
{
    unsigned int milisec = 30000;
    struct timespec res;
    res.tv_sec = milisec/1000;
    res.tv_nsec = (milisec*1000000) % 1000000000;
    clock_nanosleep(CLOCK_MONOTONIC, 0, &res, NULL);
}

- it should sleep for 30 seconds. Compare that to your wall clock.

Online

#11 2022-04-24 19:56:09

Maniaxx
Member
Registered: 2014-05-14
Posts: 761

Re: [SOLVED] Lag Issue on playing Media(?) [.mp4 .webm .mp3]

Jason-t wrote:

xrandr --output VGA-0 --auto --output HDMI-0 --off

In a perfect world, yes. For anything else, please unplug hdmi and reboot.


sys2064

Offline

#12 2022-05-10 14:51:50

Jason-t
Member
Registered: 2021-12-22
Posts: 7

Re: [SOLVED] Lag Issue on playing Media(?) [.mp4 .webm .mp3]

A week ago I was about to send a whole ass essay to explain on what happened but i fried my motherboard on my way.

I'll spare you the detail. Long story short, I changed my motherboard, sound is running good, video too. I wouldn't call this as a solution, but maybe a workaround. But nonetheless, my problem has been fixed.

Thank you so much everyone for the advice and help! Really appreciate it. Closing the topic. (?)

Offline

Board footer

Powered by FluxBB