Спасибо! Всё работает!

Chainik wrote:

просто можно, наверное, нагородить костыль со стороны SVP
но если это действительно просто баг НВ, который исправят в след. релизе, то делать костыль для разового бага как-то странно

Я думаю, надо подождать новой версии драйверов, если фигня продолжится, я напишу. Ок?

Chainik wrote:

лучше по диску поискать файлы nvopencl*.dll, убедиться что там где есть nvopencl64.dll, там же рядом есть и nvopencl32.dll

Везде (в 3 местах) парами

потом еще по реестру тоже самое поискать, тоже везде должны быть парами

в реестре тоже так же

Я поставил вот эту штуку и у меня opencl32 заработал
https://apps.microsoft.com/detail/9nqps … &gl=RU

Number of platforms                               1
  Platform Name                                   OpenCLOn12
  Platform Vendor                                 Microsoft
  Platform Version                                OpenCL 3.0 D3D12 Implementation
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd cl_khr_extended_versioning cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_byte_addressable_store cl_khr_il_program cl_khr_gl_sharing cl_khr_gl_event
  Platform Extensions function suffix             oclon12

  Platform Name                                   OpenCLOn12
Number of devices                                 2
  Device Name                                     NVIDIA GeForce RTX 5070
  Device Vendor                                   Microsoft
  Device Vendor ID                                0x10de
  Device Version                                  OpenCL 3.0 D3D12 Implementation
  Driver Version                                  1.1.0
  Device OpenCL C Version                         OpenCL C 1.2
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Max compute units                               1
  Max clock frequency                             12MHz
  Device Partition                                (core)
    Max number of sub-devices                     0
    Supported partition types                     none specified
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x64
  Max work group size                             1024
  Preferred work group size multiple              64
  Preferred / native vector sizes
    char                                                16 / 16
    short                                                8 / 8
    int                                                  4 / 4
    long                                                 2 / 2
    half                                                 8 / 8        (n/a)
    float                                                4 / 4
    double                                               2 / 2        (n/a)
  Half-precision Floating-point support           (n/a)
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Double-precision Floating-point support         (n/a)
  Address bits                                    64, Little-Endian
  Global memory size                              12430868480 (11.58GiB)
  Error Correction support                        No
  Max memory allocation                           960233472 (915.8MiB)
  Unified memory for Host and Device              No
  Shared Virtual Memory (SVM) capabilities        (core)
    Coarse-grained buffer sharing                 No
    Fine-grained buffer sharing                   No
    Fine-grained system sharing                   No
    Atomics                                       No
  Minimum alignment for any data type             1024 bytes
  Alignment of base address                       2048 bits (256 bytes)
  Preferred alignment for atomics
    SVM                                           0 bytes
    Global                                        0 bytes
    Local                                         0 bytes
  Max size for global variable                    0
  Preferred total size of global vars             0
  Global Memory cache type                        None
  Image support                                   Yes
    Max number of samplers per kernel             16
    Max size for 1D images from buffer            268435456 pixels
    Max 1D or 2D image array size                 2048 images
    Max 2D image size                             16384x16384 pixels
    Max 3D image size                             2048x2048x2048 pixels
    Max number of read image args                 128
    Max number of write image args                64
    Max number of read/write image args           64
  Max number of pipe args                         0
  Max active pipe reservations                    0
  Max pipe packet size                            0
  Local memory type                               Local
  Local memory size                               32768 (32KiB)
  Max constant buffer size                        65536 (64KiB)
  Max number of constant args                     15
  Max size of kernel argument                     1024
  Queue properties (on host)
    Out-of-order execution                        Yes
    Profiling                                     Yes
  Queue properties (on device)
    Out-of-order execution                        No
    Profiling                                     No
    Preferred size                                0
    Max size                                      0
  Max queues on device                            0
  Max events on device                            0
  Prefer user sync for interop                    Yes
  Profiling timer resolution                      80ns
  Execution capabilities
    Run OpenCL kernels                            Yes
    Run native kernels                            No
  printf() buffer size                            1048576 (1024KiB)
  Built-in kernels
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Device Extensions                               cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_byte_addressable_store cl_khr_il_program cl_khr_gl_sharing cl_khr_gl_event cl_khr_3d_image_writes

  Device Name                                     Microsoft Basic Render Driver
  Device Vendor                                   Microsoft
  Device Vendor ID                                0x1414
  Device Version                                  OpenCL 3.0 D3D12 Implementation
  Driver Version                                  1.1.0
  Device OpenCL C Version                         OpenCL C 1.2
  Device Type                                     CPU
  Device Profile                                  FULL_PROFILE
  Max compute units                               1
  Max clock frequency                             12MHz
  Device Partition                                (core)
    Max number of sub-devices                     0
    Supported partition types                     none specified
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x64
  Max work group size                             1024
  Preferred work group size multiple              64
  Preferred / native vector sizes
    char                                                16 / 16
    short                                                8 / 8
    int                                                  4 / 4
    long                                                 2 / 2
    half                                                 8 / 8        (n/a)
    float                                                4 / 4
    double                                               2 / 2        (n/a)
  Half-precision Floating-point support           (n/a)
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Double-precision Floating-point support         (n/a)
  Address bits                                    64, Little-Endian
  Global memory size                              34312443904 (31.96GiB)
  Error Correction support                        No
  Max memory allocation                           1061918208 (1013MiB)
  Unified memory for Host and Device              Yes
  Shared Virtual Memory (SVM) capabilities        (core)
    Coarse-grained buffer sharing                 No
    Fine-grained buffer sharing                   No
    Fine-grained system sharing                   No
    Atomics                                       No
  Minimum alignment for any data type             1024 bytes
  Alignment of base address                       2048 bits (256 bytes)
  Preferred alignment for atomics
    SVM                                           0 bytes
    Global                                        0 bytes
    Local                                         0 bytes
  Max size for global variable                    0
  Preferred total size of global vars             0
  Global Memory cache type                        None
  Image support                                   Yes
    Max number of samplers per kernel             16
    Max size for 1D images from buffer            268435456 pixels
    Max 1D or 2D image array size                 2048 images
    Max 2D image size                             16384x16384 pixels
    Max 3D image size                             2048x2048x2048 pixels
    Max number of read image args                 128
    Max number of write image args                64
    Max number of read/write image args           64
  Max number of pipe args                         0
  Max active pipe reservations                    0
  Max pipe packet size                            0
  Local memory type                               Local
  Local memory size                               32768 (32KiB)
  Max constant buffer size                        65536 (64KiB)
  Max number of constant args                     15
  Max size of kernel argument                     1024
  Queue properties (on host)
    Out-of-order execution                        Yes
    Profiling                                     Yes
  Queue properties (on device)
    Out-of-order execution                        No
    Profiling                                     No
    Preferred size                                0
    Max size                                      0
  Max queues on device                            0
  Max events on device                            0
  Prefer user sync for interop                    Yes
  Profiling timer resolution                      80ns
  Execution capabilities
    Run OpenCL kernels                            Yes
    Run native kernels                            No
  printf() buffer size                            1048576 (1024KiB)
  Built-in kernels
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Device Extensions                               cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_byte_addressable_store cl_khr_il_program cl_khr_gl_sharing cl_khr_gl_event cl_khr_3d_image_writes

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  No platform
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   No platform
  clCreateContext(NULL, ...) [default]            No platform
  clCreateContext(NULL, ...) [other]              Success [oclon12]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  Success (1)
    Platform Name                                 OpenCLOn12
    Device Name                                   Microsoft Basic Render Driver
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  Success (1)
    Platform Name                                 OpenCLOn12
    Device Name                                   NVIDIA GeForce RTX 5070
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  Success (2)
    Platform Name                                 OpenCLOn12
    Device Name                                   NVIDIA GeForce RTX 5070
    Device Name                                   Microsoft Basic Render Driver

ICD loader properties
   _Э                                             Khronos OpenCL ICD Loader

единственно нет опции  Nvidia Optical Flow

после 2 чистых переустановок драйвера могу сказать, 32 битный OpenCL так и не появился, видимо это ошибка в той части драйвера, что отвечает за 50 серию... Следовательно, выходов 2, либо ждать обновления драйвера, либо откатываться на 577.

Завтра попробую поставить 580.88 начисто.

clinfo.exe пишет вот что

Number of platforms                               0

Вот что пишет clinfo64.exe


Number of platforms                               1
  Platform Name                                   NVIDIA CUDA
  Platform Vendor                                 NVIDIA Corporation
  Platform Version                                OpenCL 3.0 CUDA 13.0.48
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp64 cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_d3d10_sharing cl_khr_d3d10_sharing cl_nv_d3d11_sharing cl_nv_copy_opts cl_nv_create_buffer cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_device_uuid cl_khr_pci_bus_info cl_khr_external_semaphore cl_khr_external_memory cl_khr_external_semaphore_win32 cl_khr_external_memory_win32 cl_khr_semaphore
  Platform Extensions function suffix             NV

  Platform Name                                   NVIDIA CUDA
Number of devices                                 1
  Device Name                                     NVIDIA GeForce RTX 5070
  Device Vendor                                   NVIDIA Corporation
  Device Vendor ID                                0x10de
  Device Version                                  OpenCL 3.0 CUDA
  Driver Version                                  580.88
  Device OpenCL C Version                         OpenCL C 1.2
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Device Topology (NV)                            PCI-E, 0b:00.0
  Max compute units                               48
  Max clock frequency                             2557MHz
  Compute Capability (NV)                         12.0
  Device Partition                                (core)
    Max number of sub-devices                     1
    Supported partition types                     None
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x64
  Max work group size                             1024
Failed to read file: C:\Users\ADMINI~1\AppData\Local\Temp\dep-9287b7.d
  Preferred work group size multiple              32
  Warp size (NV)                                  32
  Preferred / native vector sizes
    char                                                 1 / 1
    short                                                1 / 1
    int                                                  1 / 1
    long                                                 1 / 1
    half                                                 0 / 0        (n/a)
    float                                                1 / 1
    double                                               1 / 1        (cl_khr_fp64)
  Half-precision Floating-point support           (n/a)
  Single-precision Floating-point support         (core)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  Yes
  Double-precision Floating-point support         (cl_khr_fp64)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Address bits                                    64, Little-Endian
  Global memory size                              12820480000 (11.94GiB)
  Error Correction support                        No
  Max memory allocation                           3205120000 (2.985GiB)
  Unified memory for Host and Device              No
  Integrated memory (NV)                          No
  Shared Virtual Memory (SVM) capabilities        (core)
    Coarse-grained buffer sharing                 Yes
    Fine-grained buffer sharing                   No
    Fine-grained system sharing                   No
    Atomics                                       No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       4096 bits (512 bytes)
  Preferred alignment for atomics
    SVM                                           0 bytes
    Global                                        0 bytes
    Local                                         0 bytes
  Max size for global variable                    0
  Preferred total size of global vars             0
  Global Memory cache type                        Read/Write
  Global Memory cache size                        1572864
  Global Memory cache line                        128 bytes
  Image support                                   Yes
    Max number of samplers per kernel             32
    Max size for 1D images from buffer            268435456 pixels
    Max 1D or 2D image array size                 2048 images
    Max 2D image size                             32768x32768 pixels
    Max 3D image size                             16384x16384x16384 pixels
    Max number of read image args                 256
    Max number of write image args                32
    Max number of read/write image args           0
  Max number of pipe args                         0
  Max active pipe reservations                    0
  Max pipe packet size                            0
  Local memory type                               Local
  Local memory size                               49152 (48KiB)
  Registers per block (NV)                        65536
  Max constant buffer size                        65536 (64KiB)
  Max number of constant args                     9
  Max size of kernel argument                     32764 (32KiB)
  Queue properties (on host)
    Out-of-order execution                        Yes
    Profiling                                     Yes
  Queue properties (on device)
    Out-of-order execution                        No
    Profiling                                     No
    Preferred size                                0
    Max size                                      0
  Max queues on device                            0
  Max events on device                            0
  Prefer user sync for interop                    No
  Profiling timer resolution                      1000ns
  Execution capabilities
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    Kernel execution timeout (NV)                 Yes
  Concurrent copy and kernel execution (NV)       Yes
    Number of async copy engines                  1
  printf() buffer size                            1048576 (1024KiB)
  Built-in kernels
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Device Extensions                               cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp64 cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_d3d10_sharing cl_khr_d3d10_sharing cl_nv_d3d11_sharing cl_nv_copy_opts cl_nv_create_buffer cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_device_uuid cl_khr_pci_bus_info cl_khr_external_semaphore cl_khr_external_memory cl_khr_external_semaphore_win32 cl_khr_external_memory_win32 cl_khr_semaphore

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  No platform
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   No platform
  clCreateContext(NULL, ...) [default]            No platform
  clCreateContext(NULL, ...) [other]              Success [NV]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  No platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  No platform

ICD loader properties
  ICD loader Name                                 Khronos OpenCL ICD Loader
  ICD loader Vendor                               Khronos Group
  ICD loader Version                              3.0.6
  ICD loader Profile                              OpenCL 3.0

Впрде в этом драйвере новая (13) CUDA.

https://gpuz.techpowerup.com/25/08/02/2yx.png

https://gpuz.techpowerup.com/25/08/02/rv9.png

Вчера установил новые драйверы от Nvidia, а SVP перестал видить мою 5070 и пишет "Video: zero number of OpenCL platforms"

10:02:00.604 [i]: Main: starting up SVP 4 Pro [4.6.0.294]... 
10:02:00.605 [i]: Main: args: none
10:02:00.606 [i]: Main: working dir is C:\Program Files (x86)\SVP 4\
10:02:00.606 [i]: Main: data dir set to C:\Users\Administrator\AppData\Roaming\SVP4\
10:02:00.611 [i]: Settings: loading main.cfg OK
10:02:00.612 [i]: Settings: loading ui.cfg OK
10:02:00.614 [i]: Settings: loading frc.cfg OK
10:02:00.618 [i]: Settings: loading profiles.cfg OK
10:02:00.618 [i]: Settings: loading lights.cfg OK
10:02:00.619 [i]: Main: using Qt 5.15.1 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2019)
10:02:00.619 [i]: Main: device scale is 1.00001, user defined scale is 0
10:02:00.621 [i]: Main: using Fusion style
10:02:00.623 [i]: Main: system locale is [ru]
10:02:00.623 [i]: Main: preferred language is [ru-ru]
10:02:00.626 [i]: Main: setting language file to ru.qm...
10:02:00.666 [i]: Main: collecting system information...
10:02:00.667 [W]: Main: module 'plugins/svpflow1.dll': NOT FOUND
10:02:00.667 [W]: Main: module 'plugins/svpflow2.dll': NOT FOUND
10:02:00.694 [i]: Main: module 'plugins64/svpflow1.dll': 4.5.0.205
10:02:00.710 [i]: Main: module 'plugins64/svpflow2.dll': 4.6.0.274
10:02:00.711 [W]: Main: PATH doesn't contain mpv64 folder, VLC and libmpv players may not work
10:02:00.711 [W]: Main: PYTHONPATH doesn't contain mpv64 folder, VLC and libmpv players may not work
10:02:00.734 [i]: OS: Windows 11 [10.0.26100]
10:02:00.740 [i]: CPU: AMD Ryzen 7 5800X 8-Core [base frequency 3801 MHz, 16 threads]
10:02:00.740 [i]: Video: registry info - NVIDIA GeForce RTX 5070
10:02:00.740 [i]: Video: reading OpenCL info...
10:02:00.889 [W]: Video: zero number of OpenCL platforms.
10:02:00.890 [i]: Memory:  65445  MB total,  56621 MB free
10:02:00.890 [i]: System: finding network settings...
10:02:01.549 [i]: Power: AC is ON [1]
10:02:01.950 [i]: Settings: loading custom.cfg OK
10:02:02.007 [i]: Screens: updating information, 2 screen(s) found
10:02:02.589 [i]: Main: preparing video profiles...
10:02:02.724 [i]: Main: preparing performance graphs...
10:02:02.743 [W]: Control: failed to register shortcut Meta+Alt+K
10:02:02.794 [i]: Main: preparing ffdshow...
10:02:02.795 [i]: ffdshow: can't find 64-bit installation
10:02:02.795 [i]: Main: not using ffdshow
10:02:02.795 [i]: Main: preparing AviSynthFilter (AVSF)...
10:02:02.797 [i]: AVSF: found 64-bit version 1.4.8.0 [C:\Program Files (x86)\SVP 4\avsf\avisynth_filter_64.ax]
10:02:02.798 [i]: Main: preparing remote control...
10:02:02.798 [i]: RemoteControl: started
10:02:02.798 [i]: Main: preparing main menu...
10:02:02.860 [i]: Main: loading extensions...
10:02:02.873 [i]: Main: initialization completed in 2236 ms, but still waiting for the screens measurement...
10:02:03.061 [i]: Updates: checking now...

Спасибо помогло! Моя тупой.

Так я и не делаю, я просто открываю файл в Total Commander... Интересно а почему MPC-HC стал запускаться от имени администратора? При том, пару дней назад запускался как обычно...

В логе пишет


21:35:09.790 [E]: AVSF: access is denied, SVP is running @Skykilla while video player is running @Skykilla(Adm)


Запуск SVP 4 от имени администратора проблему решает, но я так понимаю, это не выход...

нет, он говорил именно про SVP (и отдельно про optical flow)

MAG79 wrote:

Насчет кренделя.

не, он мне доказывал, что никакая gpu кроме 4000 nvidia теоретически не тянет удвоение кадров в 4k.

Спасибо за ответ! А то мне тут один крендель на DTF доказывал с пеной у рта, что мол де SVP шакалит видео до 1080.

Правда ли при просмотре 4k видео SVP режет разрешение промежуточных кадров до 1080?

Agonis wrote:

Ля, тема рабочая []~( ̄▽ ̄)~* Премного благодарен  (*/ω\*)

Рад, что помог.

MAG79 wrote:

У меня работает. Давайте разбираться, что у Вас не так.
Начнем с номеров версий плеера, отрисовщика.
Отправьте нам отчет об ошибке, я по логам погляжу по журналам настройки профиля повышения плавности и характеристики системы.
SVP меню Информация > Сообщить о проблеме...

Более-менее разобрался, проблема как-то связана с закладкой "размер кадра" когда я поставил "обрезать видео" и "изменить размер видео" на "выкл", то super resolution заработал.

лог

09:59:19.534 [i]: AVSF: found new player instance
09:59:19.551 [i]: AVSF: filters in use: LAV Splitter Source (internal) -> LAV Video Decoder -> * -> MPC Video Renderer
09:59:19.561 [i]: AVSF: new video in mpc-hc64.exe (64-bit) [MPC-HC 2.0.0.30] on screen 0
09:59:19.579 [i]: Media: video 480x854 [PAR 1.000] at 30.000 fps
09:59:19.579 [i]: Media: codec type is AVC, YUV/4:2:0/8 bits/BT.709 BT.709
09:59:19.580 [i]: Playback: starting up...
09:59:19.583 [i]: Playback [f0b10c7]: Frame server (64-bit) 3.5.0.0, 3106, AviSynth+ 3.5 (r3106, 3.5, x86_64), C:\WINDOWS\SYSTEM32\avisynth.dll
09:59:19.584 [i]: Playback [f0b10c7]: resulting video frame 480x852 [480x854 -> cropped -> 480x852]
09:59:19.584 [i]: Playback [f0b10c7]: 1 acceptible profiles, best is 'Автоматический' [0]
09:59:19.585 [i]: Playback [f0b10c7]: enabled while video is playing
09:59:19.586 [i]: Profile: using automatic profile #1 /animation
09:59:19.587 [i]: Playback [f0b10c7]: playing at 60  
09:59:19.645 [W]: Control: failed to register shortcut Meta+Alt+K
09:59:21.370 [i]: Playback [f0b10c7]: full screen mode activated

И всё-таки с включенным SVP Super Resolution не работает.

MAG79 wrote:

Skykila
Скачал последнюю ночную сборку отрисовщика 0.6.6.2005
SuperRes работает совместно с SVP без проблем.
Хорошо заметно при включении и выключении галки "Request Super Resolution (test)" во время воспроизведения, если поставить на паузу и переключать галку туда-сюда и нажимать Применить.

Спасибо, буду пробовать!

Спасибо, обязательно попробую.

Chainik wrote:

> Anime4K на MPC-HC не работает

есть старая 4-х-летняя версия, где есть папка "hlsl", та должна работать

HLSL есть и в новейшей версии, да только Anime4K  на glsl, а его в MPC-HC нет.

Я Проверял на "Повесть о лунной принцессе" скачанной с sibnet.ru.
https://i.ibb.co/RQmyGcf/01-1.jpg
https://i.ibb.co/Lkjqc3p/01-2.jpg

Chainik wrote:

если в SVP увеличение частоты кадров вырубить - то тоже не работает?

Да точно такой же эффект, SuperRes не работает.