配的是vapoursynth和vs editor
关于这段代码
import vapoursynth as vs
不会是32位VS配64位插件吧?这个都要一致的。
按下面步骤从头搭建一个绿色VS工作环境。
https://www.python.org/downloads/release/python-361/
https://github.com/vapoursynth/vapoursynth/releases
https://bitbucket.org/mystery_keeper/vapoursynth-editor/downloads/
http://www.vapoursynth.com/doc/pluginlist.html
python下载embeddable zip file,其他的也都下载绿色压缩包。然后在非系统特权目录新建一个VS工作目录,比如D:\VS,首先将python包解压到此目录,然后解压VS包覆盖,editor也直接解压到这个目录,插件解压到VS\vapoursynth64\plugins,py脚本直接放到VS目录下。之前安装的python、vs什么的都卸载掉,相关的path环境变量也都删掉。x264之类的命令行编码器也都直接在VS目录下新建一个目录,这样整个VS目录打包之后是直接可以放到其他机子上使用的,脚本写好后编码也是可以直接在editor里进行的。
页:
1
[2]