-
I have vapursynth and my vapoursynth plugins installed in my Python 3.10 pyenv version, which is set as the global default version on my linux system. My linux distro (EndevourOS) came with Python 3.…
-
When using LWLibavSource in Vapoursynth like this:
> # Imports
>
> import vapoursynth as vs
> core = vs.get_core()
> # Loading Plugins
>
> core.std.LoadPlugin(path="G:/Hybrid/Vapoursynth/vapoursynt…
Selur updated
8 years ago
-
### Important Information
Provide following Information:
- mpv version
- mpv 0.36.0 Copyright © 2000-2023 mpv/MPlayer/mplayer2 projects
built on UNKNOWN
libplacebo version: v5.264.1
FFmpeg ve…
-
$ bash build-plugins.sh
error: missing a local installation of FFmpeg libraries and Vapoursynth in `/home/my-user-name/opt/vapoursynth'
Have you forgotten to run `build-vapoursynth.sh' before ?
T…
-
using [v2](https://github.com/dubhater/vapoursynth-tivtc/releases/tag/v2):
```
# Imports
import vapoursynth as vs
# getting Vapoursynth core
core = vs.core
# Loading Plugins
core.std.LoadPlugin…
Selur updated
3 months ago
-
We should definitely fix all these issues as they impact real scripts:
- [x] removed `get_read_array` and `get_write_array`, see PR https://github.com/vapoursynth/vapoursynth/pull/744 and https://git…
-
Hello
Do you like create vapoursynth category for plugins?
Look at my repo
https://github.com/brothermechanic/cg
I have media-blender category
-
Currently, the only way to install plugins on Linux is to use Arch and the AUR. It creates a dependency hell, sometimes with a 3GB dependency (CUDA) to compile a small plugin. This kind of AUR mess is…
-
Two days ago this worked perfectly, but then I have this error:
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
[youtube] I_8ZH1Ggjk0: Downloading webpage
[download] Destination: /content/e…
-
I've got `/etc/portage/repos.conf/local.conf` with
```
[local]
location = /usr/local/portage
masters = gentoo
auto-sync = no
```
in it, and pmain sync tries to sync it:
```
> sudo pmaint sync…