You're killing me.

I won't answer this question big_smile

logs?

3,353

(450 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,357

(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,358

(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,360

(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,361

(2 replies, posted in Using SVP)

no, we can do almost nothing about hardcoded subs

3,362

(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,363

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

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

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

3,364

(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,365

(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,366

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

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

3,367

(1 replies, posted in Using SVP)

Interframe is exactly the same "SVP", with slightly different Avisynth function arguments.
If you can encode something using Interframe w/o subtitles distortion then you also can do it using SVPcode by selecting the right options in SVP's video profile.

ну, с помощью текстового редактора это может сделать каждый wink

>  playback issues on specific parts of a video
>  the subtitles are transcoded, and thus hardcoded with the video

both fixed in rev.126

SVPcode rev.126

1. для .mkv и .webm использовать mkvmerge вместо ffmpeg - лечит все (?) проблемы с кривыми получаемыми файлами

2. mpv не подтягивает внешние титры автоматически - приводило к вбиванию внешних титров (с совпадающим именем) в итоговый файл

3. параметры в конфиге: code.tools.mpv_args, ffmpeg_args, mkvmerge_args - туда можно вписать свои параметры, через пробелы.
Например, в code.tools.mpv_args можно написать "--deinterlace=yes", и посмотреть, что будет с интерлейсным исходником hmm

возможно, ничего хорошего

> Что лучше для SVP AMD Ryzen 1800X (8/16) потоков или Intel Core i7 8700k (6/12) потоков?

и то, и другое, будет показывать 4К и не будет показывать 8К
так что - одинаково

может, туда?

с интерлейсом никто и не обещал

3,374

(1 replies, posted in Using SVP)

can't say anything w/o logs

3,375

(450 replies, posted in Using SVP)

check dependencies of extensions/libsvptube.so
hint: python 3.6