Re: VLC player support
Ok well....SVP 4 pro has a folder like that?
And what about MPC that doesnt work neither...
You are not logged in. Please login or register.
SmoothVideo Project → Using SVP → VLC player support
Ok well....SVP 4 pro has a folder like that?
And what about MPC that doesnt work neither...
> what about MPC that doesnt work neither...
Well thanks Ill see what I can do. The most important part seems to be "Don't panic!". Thats a good advice
ver. 114 - works with VLC 2.2.5 and 2.2.6 now
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
> 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.)
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
whoelse can explain this to me..? I can not get the whole thingss..!
Exactly these
those are not a complete scripts but just a functions
they're missing video input and output
feelingblue1974 wrote:Exactly these
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 ?
> 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
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.
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?
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.
camalew
if you're talking about Window, this error is usually about not modified PATH value
read the instructions carefully
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.
The checklist:
1. Is VLC ver.2.2.x 64-bit?
2. Is PATH set?
3. If not working - goto 1
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.
Dunno what's missing.
Try to copy all the files from SVP 4/mpv64 into VLC's folder.
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.
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
camalew
This means something else is missing
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)
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.
you'd better send a report via SVP, right after the error occur
You supporting VLC 3.0.0 soon? Now with HDR stuff
SmoothVideo Project → Using SVP → VLC player support
Powered by PunBB, supported by Informer Technologies, Inc.