Re: VLC player support

Ok well....SVP 4 pro has a folder like that?
And what about MPC that doesnt work neither...

Re: VLC player support

> what about MPC that doesnt work neither...

https://www.svp-team.com/wiki/FAQ#It_doesn.27t_work.21

Re: VLC player support

Well thanks Ill see what I can do. The most important part seems to be "Don't panic!". Thats a good advice

Re: VLC player support

ver. 114 - works with VLC 2.2.5 and 2.2.6 now

55 (edited by feelingblue1974 01-10-2017 13:47:19)

Re: VLC player support

hi

i have just purchased SVP for Mac and it is all OK except a little problem.
Why I can not to load  py script inside vapoursynth ?
With VLC 2.2.6 I try to load without success finesharp.py in the "load script file session" inside preference - video filter - vapourshnth page

thanks for advice

Re: VLC player support

> finesharp.py

which one exactly?

the script must follow rules for mpv Vapoursynth scripting - https://mpv.io/manual/master/#video-filters

The variable video_in is set to the mpv video source, and it is expected that the script reads video from it. (Otherwise, mpv will decode no video, and the video packet queue will overflow, eventually leading to audio being stopped.)

Re: VLC player support

Exactly these

https://gist.github.com/4re/8676fd350d4b5b223ab9

https://gist.github.com/chikuzen/6103665

I tried to follow this post without success:
https://forum.doom9.org/showthread.php?t=173535

Re: VLC player support

whoelse can explain this to me..? I can not get the whole thingss..!

Re: VLC player support

those are not a complete scripts but just a functions

they're missing video input and output

Re: VLC player support

Chainik wrote:

those are not a complete scripts but just a functions

they're missing video input and output

ok thanks.

And what is the complete correct syntax for applying the script in real time ?

Re: VLC player support

> And what is the complete correct syntax for applying the script in real time ?

hmmm

I tried to follow this post without success:
https://forum.doom9.org/showthread.php?t=173535


import vapoursynth as vs
core = vs.get_core(threads=7)
clip = core.std.FlipVertical(video_in)
clip.set_output()

if you don't know how to modify the sample script then probably you don't need this at all

Re: VLC player support

I need finesharp script.
I wanted to use it in the same way I used it under windows with ffdshow (and avisynth script) or by shader in MPC HC.

my purpose was to use it as sharpness for the videos in realtime.

Re: VLC player support

When I use SVP to replace the deinterlace plugin, it deletes the libdeinterlace_plugin.dll and copies the libvapoursynth_plugin.dll to the video_filters folder, but in the VLC filter options it doesn't show Vapoursynth, SVP does not detect video playback, and enabling deinterlace throws errors, specifically:

core error: Failed to create video filter2 'deinterlace'
core error: Failed to add filter 'deinterlace'

SVP works fine for MPC-HC, how can I fix it for VLC?

Re: VLC player support

someone knows how to apply a script in real time with this vapoursynth plug-in?
In the setting page there is the opportunity to load a module for VapourSynth.
For example a py script.

Re: VLC player support

camalew

if you're talking about Window, this error is usually about not modified PATH value
read the instructions carefully

66 (edited by camalew 07-10-2017 19:49:31)

Re: VLC player support

Chainik wrote:

camalew

if you're talking about Window, this error is usually about not modified PATH value
read the instructions carefully

I have added

C:\Program Files (x86)\SVP 4\mpv64

to both PATH and PYTHONPATH as per the instructions, the error appeared after following the VLC guide on the wiki to a T.

Re: VLC player support

The checklist:
1. Is VLC ver.2.2.x 64-bit?
2. Is PATH set?
3. If not working - goto 1

Re: VLC player support

Chainik wrote:

The checklist:
1. Is VLC ver.2.2.x 64-bit?
2. Is PATH set?
3. If not working - goto 1

I'm running 2.2.6 64 bit VLC, and PATH is set. Like I said, followed the wiki to a T.

Re: VLC player support

Dunno what's missing.
Try to copy all the files from SVP 4/mpv64 into VLC's folder.

Re: VLC player support

Chainik wrote:

Dunno what's missing.
Try to copy all the files from SVP 4/mpv64 into VLC's folder.

After copying into VLC's directory (i.e. the directory with the .exe) I get this error on just starting a video:

core error: option sout-deinterlace-mode does not exist
freetype error: Breaking unbreakable line

And I still get the previous error when enabling deinterlace.

Re: VLC player support

Hi, I'm getting these errors. I think they are from some Python script:

deinterlace info: Running in IPC mode
deinterlace info: Initializing VS filters...
deinterlace error: File reading exception: 'utf-8' codec can't decode byte 0xe1 in position 11: invalid continuation byte
deinterlace error: script evaluation failed

Re: VLC player support

camalew

This means something else is missing hmm
I can think only about VC++ 2015 64-bit redistributables. Try to re-install them manually.

ivanovishado

Is this a SVP's script or you're trying to insert your own Python script?
In the latter case watch out for the UTF header (it's usually hidden in most text editors)

Re: VLC player support

Chainik wrote:

ivanovishado

Is this a SVP's script or you're trying to insert your own Python script?
In the latter case watch out for the UTF header (it's usually hidden in most text editors)

It's a SVP's script.

Re: VLC player support

you'd better send a report via SVP, right after the error occur

Re: VLC player support

You supporting VLC 3.0.0 soon? Now with HDR stuff