почему не умеет? в Vapoursynth - умеет

не 16, а 10, но какая разница

точно так

так это madVR и жрет... сравнить просто - взять реальный 60 fps ролик, замерить загрузку на нем (только от madVR), сравнить с SVP+madVR в режиме 24->60
для 1080p для самого по себе SVP достаточно встройки интел

если бы я смог найти 10-метровый кабель, способный выдать 4K@60@HDR, я бы уже наконец попробовал всё это сам.
но - не судьба hmm

(facepalm)

I dont remember if we already checked that you've set PATH and PYTHONPATH correctly?

VLC's log doesn't show anything when turning on deinterlace? (open log first, then turn on deinterlace)

yes, it works exactly the same way as real-time interpolation does

Q: how do i get svp to have full access... ?
A: look at the image labeled "How to set folder permissions" in the manual 
...
Q: What now?
A: read the manual
...
Q: Where can i find those <logs>?
A: See "troubleshooting" section in the manual starting from the words "Examine both VLC and SVP logs"


Could you please - PLEASE - read the <fucking> manual? hmm

You're killing me.

I won't answer this question big_smile

logs?

3,412

(452 replies, posted in Using SVP)

if you run mpv with SVP enabled it will give an error code

> What now?

read other sections from the wiki page big_smile

man, if you open the wiki page, there's a link called "How to set folder permissions"
press it

there're no such words - "read only" - that you could "uncheck" in the folder properties window
you should check a "full control" option instead

3,416

(1 replies, posted in Using SVP)

You can try to turn off a run-time "protection" module but last time I've checked it prevented SVP to work even with Windows service stopped.

If you're a registered user, I'd recommend to ask their support how you can stop it from modifying other processes memory.

3,417

(2 replies, posted in Using SVP)

just tested 4 downloads in queue - worked as expected hmm

the SVPtube window itself shows only the last video (obvisously), but the queue (in a tooltip over the download progress bar) is correct and 4 different files was downloaded

if there're absolutely no new lines in the log after opening PMP then you just don't have "input-ipc-server" set in the config file hmm

3,419

(5 replies, posted in Using SVP)

you can add any additional command line arguments for mpv/ffmpeg/mkvmerge via "All settings" - code.tools.mpv_args / ffmpeg_args / mkvmerge_args

3,420

(2 replies, posted in Using SVP)

no, we can do almost nothing about hardcoded subs

3,421

(5 replies, posted in Using SVP)

SVPcode is a simple conversion tool. It gives exactly the same result as SVP itself does in real time - nothing less, nothing more.

3,422

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

не знаю как этого можно добиться hmm

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

3,423

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

ок, а если так:

# python3.5m
Python 3.5.2 (default, Jul 17 2016, 00:00:00) 
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import vapoursynth as vs
/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'vapoursynth' does not match runtime version 3.5
  return f(*args, **kwds)
>>> quit()

(пример показывает ошибку, когда vapoursynth собран не для той версии питона, которую запускаем)

3,424

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

Ну, обычно это значит что питон не может загрузить модуль vapoursynth, который должен лежать в dist-packages.

Вот, например, на убунте 14.04 с питоном 3.4:

# ldd /usr/bin/mpv | grep python
        libpython3.4m.so.1.0 => /usr/lib/x86_64-linux-gnu/libpython3.4m.so.1.0 (0x00007f8632510000)

# ldd /usr/bin/mpv | grep vapour
        libvapoursynth-script.so.0 => /usr/lib/x86_64-linux-gnu/libvapoursynth-script.so.0 (0x00007f5e5748c000)
        libvapoursynth.so => /usr/lib/x86_64-linux-gnu/libvapoursynth.so (0x00007f5e571ab000)

# ldd /usr/lib/python3/dist-packages/vapoursynth.so 
        linux-vdso.so.1 =>  (0x00007ffcea9ec000)
        libvapoursynth.so => /usr/lib/x86_64-linux-gnu/libvapoursynth.so (0x00007fd34a76d000)
        ...

3,425

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

Убедиться что с установкой Python и Vapoursynth все хорошо