This commit is contained in:
2020-10-27 02:25:40 +03:00
parent 467902a7aa
commit df579e6082
14 changed files with 692 additions and 0 deletions

6
settings/ffmpeg.conf Normal file
View File

@ -0,0 +1,6 @@
VideoCodec="libx265"
Preset="slow"
PixelFormat="yuv420p10le"
ConstantRateFactor="16"
VideoBitrate=""
x265params="limit-sao=1:bframes=8:psy-rd=1:aq-mode=3"

9
settings/video2d-2x.conf Normal file
View File

@ -0,0 +1,9 @@
### Dependencies settings ###
# By default, the script will look for utilities (ffmpeg, waifu2x-caffe-cui, etc) in the $PATH,
# specify directories here if they are not accessible via $PATH.
# You can also specify a relative path, the directory with the "video2d-2x" script is the base directory.
Waifu2xCaffeDir="dependencies/waifu2x-caffe"
MkvToolNixDir="dependencies/mkvtoolnix"
FfmpegDir=""

View File

@ -0,0 +1,14 @@
### Waifu2x-caffe settings ###
# you can read about each parameter here:
# https://github.com/lltcggie/waifu2x-caffe/blob/master/README-EN.md#command-line-options-common
Process="cudnn"
GpuNum="0"
ScaleRatio="3"
OutputDepth="16"
Mode="noise_scale"
CropSize="256"
BatchSize="1"
Model="upresnet10"
TtaMode="0"