почему не умеет? в Vapoursynth - умеет
You are not logged in. Please login or register.
SmoothVideo Project → Posts by Chainik
почему не умеет? в Vapoursynth - умеет
точно так
так это madVR и жрет... сравнить просто - взять реальный 60 fps ролик, замерить загрузку на нем (только от madVR), сравнить с SVP+madVR в режиме 24->60
для 1080p для самого по себе SVP достаточно встройки интел
(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?
You're killing me.
I won't answer this question
logs?
if you run mpv with SVP enabled it will give an error code
> What now?
read other sections from the wiki page
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
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.
just tested 4 downloads in queue - worked as expected
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
you can add any additional command line arguments for mpv/ffmpeg/mkvmerge via "All settings" - code.tools.mpv_args / ffmpeg_args / mkvmerge_args
no, we can do almost nothing about hardcoded subs
SVPcode is a simple conversion tool. It gives exactly the same result as SVP itself does in real time - nothing less, nothing more.
не знаю как этого можно добиться
переставить vapoursynth, возможно из другой репы, или предыдущей версии
ок, а если так:
# 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 собран не для той версии питона, которую запускаем)
Ну, обычно это значит что питон не может загрузить модуль 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)
...
Убедиться что с установкой Python и Vapoursynth все хорошо
SmoothVideo Project → Posts by Chainik
Powered by PunBB, supported by Informer Technologies, Inc.