Port details on branch 2024Q4 |
- vapoursynth Video processing framework with simplicity in mind
- r66 multimedia =2 r66Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2016-04-10 01:11:12
- Last Update: 2024-03-10 15:54:24
- Commit Hash: 352a035
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21+
- WWW:
- https://www.vapoursynth.com/
- Description:
- VapourSynth is an application for video manipulation. Or a plugin. Or
a library. It's hard to tell because it has a core library written in
C++ and a Python module to allow video scripts to be created. It came
to be when I started thinking about alternative designs for Avisynth
and most of it was written over a 3 month period.
The software has been heavily inspired by Avisynth and aims to be a 21st
century rewrite, taking advantage of the advancements computers have
made since the late 90s. The main features compared to Avisynth are:
* Multithreaded - Frame level multithreading that scales well
* Generalized Colorspaces - New colorspaces can be specified at runtime
* Per Frame Properties - Additional metadata can be attached to frames
* Python Based - The scripting part is implemented as a Python module so you
don't have to learn a special language
* Support for video with format changes - Some video just can't stick to one
format or frame size. VapourSynth can handle any kind of change
* Compatible with a large number of already existing Avisynth plugins
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- vapoursynth>0:multimedia/vapoursynth
- To install the port:
- cd /usr/ports/multimedia/vapoursynth/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/vapoursynth
- pkg install vapoursynth
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vapoursynth
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1710077749
SHA256 (vapoursynth-vapoursynth-R66_GH0.tar.gz) = e2c82b1f583adbc33dabbe59c0dc65e6aede70dedebe79be94155cb38d418b2c
SIZE (vapoursynth-vapoursynth-R66_GH0.tar.gz) = 1878159
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- nasm : devel/nasm
- sphinx-build : textproc/py-sphinx
- py39-sphinx_rtd_theme>0 : textproc/py-sphinx_rtd_theme@py39
- gmake>=4.4.1 : devel/gmake
- cython-3.9 : lang/cython@py39
- python3.9 : lang/python39
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- Library dependencies:
-
- libzimg.so : graphics/sekrit-twc-zimg
- This port is required by:
- for Build
-
- graphics/vapoursynth-waifu2x-ncnn-vulkan
- graphics/vapoursynth-waifu2x-w2xc
- multimedia/ffms2
- multimedia/vapoursynth-l-smash-works
- multimedia/vapoursynth-vmaf
- for Libraries
-
- multimedia/av1an
- multimedia/avidemux
- multimedia/avidemux-cli
- multimedia/avidemux-plugins
- multimedia/avidemux-qt5
Configuration Options:
- ===> The following configuration options are available for vapoursynth-r66:
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
FRAME_GUARD=off: Check integrity after each filter
===> Use 'make config' to modify these settings
- Options name:
- multimedia_vapoursynth
- USES:
- autoreconf compiler:c++17-lang gmake libtool localbase pathfix python pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|