init
This commit is contained in:
6
settings/ffmpeg.conf
Normal file
6
settings/ffmpeg.conf
Normal 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
9
settings/video2d-2x.conf
Normal 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=""
|
14
settings/waifu2x-caffe.conf
Normal file
14
settings/waifu2x-caffe.conf
Normal 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"
|
Reference in New Issue
Block a user