(facepalm)
You are not logged in. Please login or register.
SmoothVideo Project → Posts by Chainik
(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 все хорошо
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.
ну, с помощью текстового редактора это может сделать каждый ![]()
> 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", и посмотреть, что будет с интерлейсным исходником
SmoothVideo Project → Posts by Chainik
Powered by PunBB, supported by Informer Technologies, Inc.