VapourSynth, el sucesor de avisynth

Un proyecto compatible con AVISynth pero con python y que busca actualizar este viejo wrapper de audio/video, lo interesante es que los scripts y plugins para avisynth funcionaran en vapoursynth.

Versiones para windows, macoss y varias distros de gnu/linux y en versiones x86 y x64

Pagina Oficial vapoursynth.com
Repositorio github.com/vapoursynth/vapoursynth

Introduction
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

>>https://www.youtube.com/watch?v=__3s76G68zY
Potplayer Daum integra vapoursynth como filtro, por lo cual se pueden utilizar las opciones de vapoursynth en el audio o video manejado por este reproductor. Y tambien vapoursynth soporta el usar el GPU para aplicar shaders.
-->github.com/CrendKing/avisynth_filter/issues/75

SVPflow 4.3.0.168 SVP’s GPU-accelerated Avisynth and Vapoursynth plugins with NVidia Optical Flow (NVOF) support.
SVPflow 4.3.0.168 SVP’s GPU-accelerated Avisynth and Vapoursynth plugins with NVidia Optical Flow (NVOF) support.

Usando las nuevas vsersiones del software SVP [SmoothVideo Project] es que vaporsynth puede usarse los GPUs de nvidia para la interpolacion de mopvimiento y algunas otras mejoras visuales
-->forums.developer.nvidia.com/t/nvidia-optical-flow-vapoursynth-plugin-motion-compensation/218981

Mas sobre SVP
hilo_dmitrirender-reproduccion-de-video-con-mas-suavidad_2027594
4 respuestas