7,851

(9 replies, posted in Using SVP)

ddragon

Your CPU is to close to "reference system 3" (4 cores Phenom @2.8 GHz) so 80% CPU load at default settings is normal. If you think it's too much just install "level 2" video profiles from start menu shortcut called "reset profiles".
Also 3.1 assumes that you're using hardware video decoder (LAV filter, for example) and I know nothing about HW decoding and .FLV format so it may be some splitter/decoder issues there.

smoothness doesn't look good

Some people think that 3.1.1 has too high threshold for scene change detection. Though I don't agree with them you still can adjust it by yourself by uncommenting "smooth.scene.limits.scene" line in overrride.js file.

vkams
Пропатчить exe-шник тулзой "4gb patch"

7,853

(10 replies, posted in Using SVP)

big_smile these profiles are for "source video resolution"

vkams

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

его валит команда "SetMTMode(3,11)"
тогда SetMTMode(5,11)

И вправду, откуда оно взялось?
ну видно же что в скрипте выше оно есть. значит это ошибка при копи-пасте
super_params="{scale:{up:0},gpu:1}"

sergioleon
Нет уж, что бы можно было что-то с чем-то сравнивать, поставь и там и там блоки 16*16.
Кроме того, мелочь конечно, но 23-й с выключенным подавлением контурных = 11-му wink, а 3.1.1 у тебя честно пашет на 23-м.

NailMan
Чудеса... Могу предложить
а) подождать след. релиз драйвера (авось само отвалится)
б) если ничего не изменится, то я мог бы сделать спец. версию для дебага

Ну как-то примерно так:

SetMemoryMax(1024)
SetMTMode(3,11)

# Наверное это всё хозяйство само по себе многопоточное
LoadPlugin("C:\Program Files\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("r:\Сакура.d2v", cpu=4, info=3)
LoadPlugin("C:\Program Files\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("C:\Program Files\MeGUI\tools\avisynth_plugin\TomsMoComp.dll")
TomsMoComp(1,5,1)
#crop
#resize

# Сюда суём СВП
LoadPlugin("C:\Program Files\SVP\plugins\svpflow1.dll")
LoadPlugin("C:\Program Files\SVP\plugins\svpflow2.dll")

SetMTMode(2)
analyse_params="{block:{w:8,h:8,overlap:0},main:{search:{coarse:{distance:-10},bad:{sad:2000}}},refine:[{thsad:250}]}"
smoothfps_params="{num:6,den:1,algo:13,cubic:1,mask:{area:100},scene:{}}"

super=SVSuper(super_params)
vectors=SVAnalyse(super, analyse_params)
SVSmoothFps(super, vectors, smoothfps_params, url="www.svp-team.com")

# Вот тут не знаю, как оно работает с MT
SetMTMode(3)
LoadPlugin("C:\Program Files\MeGUI\tools\avisynth_plugin\UnDot.dll")
Undot() # Minimal Noise

Ну правда "num:6,den:1" это, наверное, перебор smile

FreddKrueger
А где можно почитать про параметры?

http://www.svp-team.com/wiki/Plugins:_SVPflow

В скрипте надо править, или в файлике override.js - параметр "smooth.scene.limits.scene".

Itchywolf
I just wish the translations and explanations for each function and setting were better documented

did you saw tooltips over every setting?  big_smile

7,861

(15 replies, posted in Using SVP)

Domas4

I think it's better to incorrectly detect a scene change sometimes than do not detect the actual change at all.
Though detection in 3.1 is much better than in 3.0.x we'll continue to improve it wink

Это ошибка компиляции OpenCL-программы. Причем судя по ошибкам зарубежного товарища проявляется не при всех параметрах.

NailMan
Если 21-й или 23-й шейдер поставить - будет ошибка?

порог смены сцен выкрутить вверх

7,864

(1 replies, posted in Using SVP)

You've missed the important part - several lines after "error" word  big_smile

7,865

(395 replies, posted in Эксплуатация SVP)

MAG79
Это говорит о том, что никакого снижения частоты работы видеоядра нет. Иначе мы бы увидели падение скорости в 2 с лишним раза.

Вообще говоря, совершенно не обязательно. Частоты отдельных блоков - разные, конкретный тест вполне может упиратся не в вычислительную мощь, а в кол-во/частоты текстурников. Хотя на 5670 падение calc ровно вдвое, да.

ааа, хентай, понимаю  big_smile
а то "ониме, ониме"...

NightFox
Да и индексировать файл нужно только 1 раз.

А смотреть сколько?

vivan
Серия аниме

SD-разрешения размером 300 метров
у меня за 2 секунды проиндексировалась
с SSD на 6-ядерном i7
  big_smile

MAG79
И заранее 10 минут индексировать файл? От меня ускользает смысл  hmm

7,870

(7 replies, posted in Эксплуатация SVP)

Да, спасибо, познавательно smile

Еще бы вкратце информацию о системе / железе / версии видео-драйвера, и описание действий, которые приводят к такой штуке. Часто тыркать на перемотку, что ли?

7,871

(10 replies, posted in Using SVP)

Turn off bicubic interpolation, gt520 is too slow for it.

7,872

(2 replies, posted in Using SVP)

I've found only one result for E-350: 821 scores for SD resolution which means that with HW decoding it could handle SVP  hmm
HD is obviously impossible.

7,873

(1 replies, posted in Using SVP)

elyts
I'm not sure that PS3 can play 60 fps.

The first question is PS3 capable of playing 60 videos or not?
Try to play some movies from there if you don't have your own 60 fps videos.

If yes then 2nd step is to stream native 60 fps video. Will it work?

7,874

(4 replies, posted in Using SVP)

DXVA decoding IS on GPU

7,875

(5 replies, posted in Using SVP)

1. "Can I install my own latest version" - yes
2. "Do I need this Clock thing" - no