主要是为了方便压字幕。
之前(很久)弄VapourSynth把电脑环境搞得乱七八糟的,根据官方指南知道是可以搞个便携版的。
需要的物料(目前最新)
- VapourSynth64-Portable-R49.7z
- VapourSynthEditor-r19-64bit.7z
- python-3.8.2-embed-amd64.zip
- x264-r3000-33f9e14.exe
- ffmpeg-4.2.2-win64-static.zip
- x265-Yuuki-3.3+3-g8f8e332f1+29.7z
x265选的是x265-gcc-multilib-full.exe
解压整理
Simply decompress the portable VapourSynth archive into the Python dir
and overwrite all existing files. Done.
- 新建一个文件夹EncodeWorker
- EncodeWorker下新建一个文件夹Tools、一个Fonts文件夹和一个Binaries文件夹
- 将前面下载的三个压缩包全部解压至EncodeWorker/Tools中
- 将x264/x265/ffmpeg的exe提取至Binaries中
- EncodeWorker文件夹下新建go.vpy和go.bat文件
至此准备工作完成,完整压缩包奉上
插件模板等
例如经常需要用到的havsfunc、adjust、mvsfunc和nnedi3_resample可以到HomeOfVapourSynthEvolution下载,
vapoursynth上提到的插件也指出了一些下载。
添加了一些插件和py文件,全部结构如下
你好,爱奇艺应该是marlin加密的
可是不知道怎么解密
你好,什么时候可以有爱奇艺vf算法player_v3版本——基于Nodejs(转载)最新版本出来使用和应用
vf算法似乎没有更新
VS的便携版制作根据官方文档制作简单粗暴。推荐这个模板,满足百分之90需求:
https://github.com/Morpheus1123/ZeroS-vapoursynth-template
我一般就加个字幕,基本用不上那么多。