Решение для BD3D с использованием плееров MPC-BE и PotPlayer: https://www.svp-team.com/forum/viewtopic.php?id=4163
Для обычного bluray тоже должно подойти

> free версия под windows крэшится при попытке открыть фильмы весом больше 60gb
Нужны подробности: какой плеер, сколько памяти.
Предлагаю открыть bluray, получить вылет плеера, и следом отправить нам отчет об ошибке из меню SVP.

> как работают потоки в SVP
Количество потоков в меню Менеджера задает степень распараллеливания вычислений внутри модулей SVPflow.
В большинстве случаев автоматически выбранное значение является оптимальным, однако для сильно многоядреных систем (более 12 ядер/потоков) может понадобиться выставить количество потоков вручную, так как оно напрямую влияет на объем используемой оперативной памяти.
см. Экспертные параметры

> просмотр с субтитрами требователен к потокам
Про какой отрисовщик субтитров речь? Рекомендую аппаратную отрисовку. Она отнимает меньше ресурсов процессора.
В русском интерфейсе MPC-HC он называется "Внешний обработчик субтитров".

803

(23 replies, posted in Using SVP)

You have fast ssd and bottleneck is somewhere not in ssd.

Try to check dualchannel mode via CPU-Z.
Try to check PCIe mode via GPU-Z.

I can test GTX 1080 load next week. It can be hardware or software limitation.
I have not GTX 980m to check how it must work.

> Что такое ffdshow, для чего он нужен? Он нужен для работы SVP? Его можно удалить?
Это видео-фильтр. Да, нужен для SVP. Без него не будут работать DirectShow-плееры.
https://www.svp-team.com/wiki/Manual:SVP/ru

> Это тонкий тролинг?
Нет, это был вопрос знатокам MKV насчет определения ложной частоты 1000 кадров/сек.

> сменила на LAV video. Кажется работает... Пока...
Отлично!

805

(23 replies, posted in Using SVP)

Maybe it is RAM speed (single channel), PCIe mode (1x) or HDd speed limitation. Check it.
1. What application are you using to get CPU and GPU load?
2. Am I rigth that your laptop has so hot hardware (4790k + gtx1080)?

Если не критично расширение MKV, то попробуйте закодировать в MP4. Этот формат имеет бОльшую совместимость, а с Windows 10 проигрывается без дополнительных декодеров.

Действительно, анимированные субтитры могут отъедать много ресурсов процессора. Зависит от оптимизации используемого решения, отрисовывающего субтитры.
Обсуждали уже давненько, но все еще актуально:
http://www.svp-team.com/forum/viewtopic.php?id=2353

Надо воспользоваться отрисовщиком, минимально нагружающим процессор и видеокарту. Разговор про Расширенный видео рендерер в плеере MPC-HC.
Если видеокарта совсем слабенькая, то в настройке "интерполяция" выбрать "Билиненйный (PS 2.0)" или даже "Билиненйный".

> it started after the last windows 10 update
> I'm using hardware acceleration on a Geforce 1070

Try one simple solution: reinstall NVIDIA drivers. Use Clean install option or use DDU to completely remove previos NVIDIA drivers before installing new ones.

810

(3 replies, posted in Using SVP)

Send problem report just after playback with stuttering.
We will look into the logs.
SVP menu > Information > Send problem report...

> anime
Try "Animation" preset.
https://www.svp-team.com/w/images/0/0e/Hretjtree.png

812

(1 replies, posted in Using SVP)

In some cases 59 fpr is normal.
For example if your display has refreshrate not 60.000 but 59.9xx Hz

You can open Events Log in SVP and see there what refresh rate detected and what framerate generated by SVP.

Чудеса smile

PNG - это еще RGB, а MP4 - это уже YUV. Разные цветовые пространства, цвета уезжают с 99% вероятностью на этапе преобразования пространств.

814

(3 replies, posted in Using SVP)

Don't forget about AMD FMV (AMD Fluid Motion Video) wink

Для начала разобраться на каком этапе цвета искажаются. Если уже на выходе из 3Ds Max, то искать настройки в нем.

816

(31 replies, posted in Using SVP)

As I know some players such ZoomPlayer is not like picture size changing.
You can add Zoomplayer to special players list and disable picture resizing.
See SVP manual, section Blacklist of Players

> How can Windows 10 player use almost no resources for playback and MPC-HC use so much?
The answer is HW acceleration of decoding and rendering.

Try to use EVR CP with D3D Fullscreen option enabled
MPC-HC > menu View > Options... - Output tab
Bilinear resizer must be selected.

818

(3 replies, posted in Using SVP)

Find the error in Windows logs and paste details here.

> 22:01:45.733 (i): Video: registry info - AMD/ATI Radeon R9 390
> 22:01:45.736 (i): Video: reading OpenCL info...

Or you can try reinstall graphics drivers.
Use DDU to completely uninstall corrupted drivers first.
http://www.guru3d.com/files-details/dis … nload.html

819

(3 replies, posted in Using SVP)

> igdrclneo32.dll

Just reinstall intel graphics driver and install it again.
Use DDU for complete reinstalling:
http://www.guru3d.com/files-details/dis … nload.html

820

(3 replies, posted in Using SVP)

In case with your mkv-video all is fine. Framerate is detected successfuly: 23.976 fps.
You can just leave that settings with default values.

821

(3 replies, posted in Using SVP)

> Should I use LAV on top of it?
Yes. Of course

> Will there be any interference?
No. LAV is decoder. ffdShow RAW is postfilter.

У меня ASUS c подсветкой. Это хоть и много диодных лампочек, но только один цвет на всю длину ленты (видеокарту и мать вместе взятые). Т.е. можно конечно светить, но только одним общим цветом.

ссылка с картинками

823

(23 replies, posted in Using SVP)

> would it not work to also make the interpolating process gpu only too?
No way for today's SVP libraries. CPU is needed to detect motions in video and calculate motion vectors.
See svpflow1 for details: https://www.svp-team.com/wiki/Manual:SVPflow

824

(3 replies, posted in Using SVP)

Error code -1073741819 means STATUS_ACCESS_VIOLATION.
It tells nothing. Looks like it is overhecting.
You need to reduce CPU overclock or enhance cooling.

gameon
When you talk about GPU usage try to check GPU frequencies too.
You can use GPU-Z for this.

Normally turned off GPU acceleration must give less GPU load.
Try to switch MPC-HC renderer from madVR to EVR CP. Do you see the differnce with GPU load?