这是indexloc提供的服务,不要输入任何密码
Skip to content

auto-profiles do not work on 20250723-git-71b2324 #16573

@Obegg

Description

@Obegg

mpv Information

mpv v0.40.0-216-g440f35a26 Copyright ?? 2000-2025 mpv/MPlayer/mplayer2 projects
 built on Jul 16 2025 14:07:05
libplacebo version: v7.351.0 (v7.351.0-23-g69653ce-dirty)
FFmpeg version: N-120302-gbfab02629
FFmpeg library versions:
   libavcodec      62.8.100
   libavdevice     62.0.100
   libavfilter     11.2.100
   libavformat     62.1.103
   libavutil       60.5.100
   libswresample   6.0.100
   libswscale      9.0.100

Other Information

- Windows version: Microsoft Windows [Version 10.0.26100.4652]
- GPU model, driver and version: GTX 1650, Studio, 577.00
- Source of mpv: https://github.com/zhongfly/mpv-winbuild/releases
- Latest known working version: mpv-x86_64-v3-20250722-git-7bfc038
- Issue started after the following happened: Update to mpv-x86_64-v3-20250723-git-71b2324

Reproduction Steps

for mpv.conf use:

# Profiles
[Switch from FSRCNNX x16 to FSRCNNX x8]
profile-cond=p["frame-drop-count"]>50 or p["mistimed-frame-count"]>50 or p["vo-delayed-frame-count"]>50
glsl-shaders-remove="~~/FSRCNNX_x2_16-0-4-1.glsl"
glsl-shaders-remove="~~/KrigBilateral.glsl"
glsl-shader="~~/FSRCNNX_x2_8-0-4-1.glsl"
glsl-shader="~~/KrigBilateral.glsl"
profile-restore=copy

[Turn off FSRCNNX x8 and KrigBilateral]
profile-cond=p["frame-drop-count"]>100 or p["mistimed-frame-count"]>100 or p["vo-delayed-frame-count"]>100
glsl-shaders-remove="~~/FSRCNNX_x2_8-0-4-1.glsl"
glsl-shaders-remove="~~/KrigBilateral.glsl"
profile-restore=copy

[Dropped frames]
profile-cond=p["frame-drop-count"]>30 or p["mistimed-frame-count"]>150 or p["vo-delayed-frame-count"]>150
hwdec=auto

Expected Behavior

profile will apply upon condition met

Actual Behavior

profile doesn't apply, but it does log on the console

Log File

(will do in a short while)

Sample Files

No response

I carefully read all instruction and confirm that I did the following:

  • I tested with the latest mpv version to validate that the issue is not already fixed.
  • I provided all required information including system and mpv version.
  • I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of --log-file=output.txt.
  • I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
  • I attached the full, untruncated log file.
  • I attached the backtrace in the case of a crash.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions