InvisibleArts
帖子: 8
注册时间: 2015-07-15 21:40

VapourSynth on non-Windows

► 显示剧情透露 闲扯
本帖假设你对类 Unix 系统有一定了解。
► 显示剧情透露 OS X
► 显示剧情透露 Gentoo
► 显示剧情透露 Archlinux
► 显示剧情透露 RPM 系发行版
上次由 InvisibleArts 在 2016-02-07 23:01,总共编辑 4 次。
fch1993
帖子: 213
注册时间: 2012-06-12 11:56

Re: VapourSynth on non-Windows

到底有多少外置滤镜能够在non-windows下编译呢?

比如说:https://github.com/HomeOfVapourSynthEvo ... ifu2x-w2xc
InvisibleArts
帖子: 8
注册时间: 2015-07-15 21:40

Re: VapourSynth on non-Windows

fch1993 写了:到底有多少外置滤镜能够在non-windows下编译呢?

比如说:https://github.com/HomeOfVapourSynthEvo ... ifu2x-w2xc
这个没有任何问题。在 OS X 和 Linux 下都试过,甚至比在 Windows 下还方便。
至少我用过的所有滤镜都可以编译。
InvisibleArts
帖子: 8
注册时间: 2015-07-15 21:40

Re: VapourSynth on non-Windows

mawen1250 写了:我现在Windows下就是Python 3.5下搞不定leveldb库,导致没法用PyCaffe……
Python 下如何正确地管理内存是个很蛋疼的东西,很多时候的隐式操作降低了效率。 PyCaffe 做做原型开发/研究还好,真的应用的话在 Waifu2x 模型下效率比 w2xc 低许多……
头像
mawen1250
核心会员
核心会员
帖子: 670
注册时间: 2011-07-24 20:33

Re: VapourSynth on non-Windows

InvisibleArts 写了:
mawen1250 写了:我现在Windows下就是Python 3.5下搞不定leveldb库,导致没法用PyCaffe……
Python 下如何正确地管理内存是个很蛋疼的东西,很多时候的隐式操作降低了效率。 PyCaffe 做做原型开发/研究还好,真的应用的话在 Waifu2x 模型下效率比 w2xc 低许多……
soga,但照理来说这类算法最主要的复杂度都集中于核心运算的部分,Python会有那么大的影响吗?是造成了重复运算还是复制开销?
InvisibleArts
帖子: 8
注册时间: 2015-07-15 21:40

Re: VapourSynth on non-Windows

mawen1250 写了:
InvisibleArts 写了:
mawen1250 写了:我现在Windows下就是Python 3.5下搞不定leveldb库,导致没法用PyCaffe……
Python 下如何正确地管理内存是个很蛋疼的东西,很多时候的隐式操作降低了效率。 PyCaffe 做做原型开发/研究还好,真的应用的话在 Waifu2x 模型下效率比 w2xc 低许多……
soga,但照理来说这类算法最主要的复杂度都集中于核心运算的部分,Python会有那么大的影响吗?是造成了重复运算还是复制开销?
应该是复制开销,以及 Python 无法多线程(GIL)
pingplug
帖子: 15
注册时间: 2014-02-22 1:09

Re: VapourSynth on non-Windows

fch1993 写了:到底有多少外置滤镜能够在non-windows下编译呢?

比如说:https://github.com/HomeOfVapourSynthEvo ... ifu2x-w2xc
Arch Linux 下面有这些 https://aur.archlinux.org/packages/?O=0 ... nth-plugin
https://github.com/HomeOfVapourSynthEvolution 下面的所有滤镜在 linux 下面都是没问题的
fch1993
帖子: 213
注册时间: 2012-06-12 11:56

Re: VapourSynth on non-Windows

pingplug 写了:
fch1993 写了:到底有多少外置滤镜能够在non-windows下编译呢?

比如说:https://github.com/HomeOfVapourSynthEvo ... ifu2x-w2xc
Arch Linux 下面有这些 https://aur.archlinux.org/packages/?O=0 ... nth-plugin
https://github.com/HomeOfVapourSynthEvolution 下面的所有滤镜在 linux 下面都是没问题的
遇到一个windows下的编译问题:https://github.com/dwbuiten/d2vsource

最新源码我自己在mingw64下编译失败,需要的vs,zimg等依赖项都齐了。
pingplug
帖子: 15
注册时间: 2014-02-22 1:09

Re: VapourSynth on non-Windows

fch1993 写了:
pingplug 写了:
fch1993 写了:到底有多少外置滤镜能够在non-windows下编译呢?

比如说:https://github.com/HomeOfVapourSynthEvo ... ifu2x-w2xc
Arch Linux 下面有这些 https://aur.archlinux.org/packages/?O=0 ... nth-plugin
https://github.com/HomeOfVapourSynthEvolution 下面的所有滤镜在 linux 下面都是没问题的
遇到一个windows下的编译问题:https://github.com/dwbuiten/d2vsource

最新源码我自己在mingw64下编译失败,需要的vs,zimg等依赖项都齐了。
编译器有没有给出具体的说明?
还有 ffmpeg 也是依赖之一(虽然 vapoursynth 已经不依赖了)

回到 “VapourSynth”