流水账式笔记(

Linux安装篇(Ps. Win安装太简单了)

本体(使用R45.1)

wget https://github.com/sekrit-twc/zimg/archive/release-2.8.zip && unzip release-2.8.zip && rm -rf release-2.8.zip
cd zimg-release-2.8/
./autogen.sh && ./configure && make -j$(nproc) && make install && cd ..

wget https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.gz && tar -xzvf nasm-2.14.02.tar.gz && rm -rf nasm-2.14.02.tar.gz && cd nasm-2.14.02
./configure && make -j$(nproc) && make install && cd ..

apt install -y python3-pip
pip3 install cython

wget https://github.com/vapoursynth/vapoursynth/archive/R45.1.zip
unzip R45.1.zip && rm -rf R45.1.zip && cd vapoursynth-R45.1

apt install -y build-essential nasm git libavcodec-dev libavformat-dev libavutil-dev libass-dev python3-dev autoconf libtool libtesseract-dev

./autogen.sh && ./configure && make -j$(nproc) && make install && cd ..

一些滤镜

apt install -y git yasm automake libtool pkg-config libfftw3-dev libpng-dev libsndfile1-dev libxvidcore-dev libbluray-dev zlib1g-dev libopencv-dev ocl-icd-libopencl1 opencl-headers libboost-filesystem-dev libboost-system-dev

git clone https://github.com/darealshinji/vapoursynth-plugins.git
cd vapoursynth-plugins
./autogen.sh
./configure
make -j$(nproc) && make install && cd ..

使用

Delogo

  • AviUtl:有完整汉化版v1.00,附带了大量滤镜,但是台标分析保存的是lgd2文件,可以考虑使用原版v1.00,不带任何滤镜的版本,然后使用https://github.com/makiuchi-d/delogo-aviutl/releases 下的0.07版本来扫描台标

字体

https://blog.csdn.net/myflysun/article/details/78055247

其他

暂无

Last modification:August 8, 2019
(๑´ڡ`๑)