3,526

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

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

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

3,527

(206 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,528

(206 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,529

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

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

3,530

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

(1 replies, posted in Using SVP)

can't say anything w/o logs

3,538

(455 replies, posted in Using SVP)

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

I'm not an expert in anime, but I heard that OP/ED are often encoded with different frame rate (constant, not variable, but different).

There's an unknown muxing problem with some mkv's now. The resulting mkv generated with ffmpeg is somehow broken  - this's why I asked about manual remuxing in MKVToolNix.

Звуковая дорога (все дороги) и остаются без изменений.
Как замечено выше, для некоторых файлов есть какие-то неведомые грабли со сведением итогового .mkv. Которые можно решить, вручную пересобрав mkv в MKVToolNix.

> есть ли возможность задействовать силы видеокарты от AMD

Нет, пока в ffmpeg не появится поддержки AMF.

3,541

(2 replies, posted in Using SVP)

If you open some video using "open file via mpv" - does mpv actually works?

3,542

(3 replies, posted in Using SVP)

hmm
try to remove (backup somewhere) all the %APPDATA%\SVP4\settings\*.cfg files
if it'll help - please send us all those files via email to find out what's wrong with them

hmm
В "профилях видео" надо сделать профиль с нужной частотой.

> Everytime an OP/ED of a anime starts (in my one tested episode) the playback kinda stops.

1. If different parts of the video have different frame rate values then it's not good - it will be broken in an unknown way after transcoding.
2. Try to re-mux the video manually with MKVToolNix - will it help?

giving 23.976 video and 60 Hz screen, by default SVP will do 23.976 * 5/2 = 59.94 fps
but if you, for some reason, want exactly 60.000 fps, then you can set it via "force the exact value" option

James D
> Я за mkvtoolnix

mkvmerge.exe - 8 MB

S_Snake
> а транскодирование только в 60 fps возможно?

нет конечно
что указано в профиле, то и будет

Если муксить ffmpeg-ом, выбросив дорогу титров, то результат нормальный. А с титрами - воспроизведение вешается, звука нет и т.д. (на примере s01e06).
Не знаю что из этого следует. hmm

Гугл говорит, что это вот такая же ерунда. Кодовые слова: "Starting new cluster due to timestamp".
Вот бы еще найти решение, или хотя бы причину.

===
Наверное придется сюда притянуть mkvmerge, и в матрешку муксить им вместо ffmpeg hmm

3,549

(3 replies, posted in Using SVP)

log? (%APPDATA%\SVP4\logs\active.log)

в логах винды может что-то есть