VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. Banned
    Join Date
    Jan 2021
    Location
    PAL
    Search Comp PM
    After using avisynth for quite some time I have decided to try vapoursynth.

    It didn't take much time until things went wrong.

    Script on VS documentation ( http://www.vapoursynth.com/doc/gettingstarted.html ) didn't work despite the fact i have installed ffms2.

    Can somebody please help me?
    Quote Quote  
  2. Post your error message

    eg.

    Code:
    import vapoursynth as vs
    core = vs.get_core()
    
    clip = core.ffms2.Source(r'PATH\video.ext')
    clip.set_output()
    just replace "PATH" and "video.ext" with the real path and name
    Quote Quote  
  3. Banned
    Join Date
    Jan 2021
    Location
    PAL
    Search Comp PM
    Code:
    Traceback (most recent call last):
      File "<pyshell#11>", line 1, in <module>
        clip = core.ffms2.Source(r'C:\Users\zabav\Desktop\en3.mkv')
      File "src\cython\vapoursynth.pyx", line 1754, in vapoursynth.Core.__getattr__
    AttributeError: No attribute with the name ffms2 exists. Did you mistype a plugin namespace?
    happens when i do
    Code:
    clip = core.ffms2.Source(r'C:\Users\User\Desktop\en3.mkv')
    I have already installed ffms2 by doing
    Code:
    pip install ffms2
    Quote Quote  
  4. You can put the ffms2.dll in the vapoursynth plugins directory to autoload (similar to avisynth),

    or load it explicitly/manually with (similar to manual loading a .dll in avisynth)

    Code:
    core.std.LoadPlugin(r'PATH\ffms2.dll')
    Quote Quote  
  5. Banned
    Join Date
    Jan 2021
    Location
    PAL
    Search Comp PM
    SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
    Last edited by pm-s; 25th Jul 2021 at 15:01.
    Quote Quote  
  6. Banned
    Join Date
    Jan 2021
    Location
    PAL
    Search Comp PM
    Forget it. I was a fool using python editor all along.


    It works on VaopurSynth editor
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!