G:\Projects\Upscaling\video2x-master\src>python video2x.py -i in.mkv -o out.mkv -r 2 -d anime4k
__ __ _ _ ___ __ __
\ \ / / (_) | | |__ \ \ \ / /
\ \ / / _ __| | ___ ___ ) | \ V /
\ \/ / | | / _` | / _ \ / _ \ / / > <
\ / | | | (_| | | __/ | (_) | / /_ / . \
\/ |_| \__,_| \___| \___/ |____| /_/ \_\
Video2X Video Enlarger
Version 3.0.0
[!] WARNING: Anime4K runs significantly faster with more threads
[?] USER: Use more threads of Anime4K? [Y/n]: Y
[?] USER: Amount of threads to use [5]: 5
Traceback (most recent call last):
File "video2x.py", line 304, in <module>
config = read_config(args.config)
File "video2x.py", line 201, in read_config
return yaml.load(config, Loader=yaml.FullLoader)
File "C:\Users\MyUsername\AppData\Local\Programs\Python\Python37\lib\site-packages\yaml\__init__.py", line 114, in load
return loader.get_single_data()
File "C:\Users\MyUsername\AppData\Local\Programs\Python\Python37\lib\site-packages\yaml\constructor.py", line 41, in get_single_data
node = self.get_single_node()
File "C:\Users\MyUsername\AppData\Local\Programs\Python\Python37\lib\site-packages\yaml\composer.py", line 36, in get_single_node
document = self.compose_document()
File "C:\Users\MyUsername\AppData\Local\Programs\Python\Python37\lib\site-packages\yaml\composer.py", line 55, in compose_document
node = self.compose_node(None, None)
File "C:\Users\MyUsername\AppData\Local\Programs\Python\Python37\lib\site-packages\yaml\composer.py", line 84, in compose_node
node = self.compose_mapping_node(anchor)
File "C:\Users\MyUsername\AppData\Local\Programs\Python\Python37\lib\site-packages\yaml\composer.py", line 133, in compose_mapping_node
item_value = self.compose_node(node, item_key)
File "C:\Users\MyUsername\AppData\Local\Programs\Python\Python37\lib\site-packages\yaml\composer.py", line 84, in compose_node
node = self.compose_mapping_node(anchor)
File "C:\Users\MyUsername\AppData\Local\Programs\Python\Python37\lib\site-packages\yaml\composer.py", line 127, in compose_mapping_node
while not self.check_event(MappingEndEvent):
File "C:\Users\MyUsername\AppData\Local\Programs\Python\Python37\lib\site-packages\yaml\parser.py", line 98, in check_event
self.current_event = self.state()
File "C:\Users\MyUsername\AppData\Local\Programs\Python\Python37\lib\site-packages\yaml\parser.py", line 428, in parse_block_mapping_key
if self.check_token(KeyToken):
File "C:\Users\MyUsername\AppData\Local\Programs\Python\Python37\lib\site-packages\yaml\scanner.py", line 115, in check_token
while self.need_more_tokens():
File "C:\Users\MyUsername\AppData\Local\Programs\Python\Python37\lib\site-packages\yaml\scanner.py", line 152, in need_more_tokens
self.stale_possible_simple_keys()
File "C:\Users\MyUsername\AppData\Local\Programs\Python\Python37\lib\site-packages\yaml\scanner.py", line 292, in stale_possible_simple_keys
"could not find expected ':'", self.get_mark())
yaml.scanner.ScannerError: while scanning a simple key
in "G:\Projects\Upscaling\video2x-master\src\video2x.yaml", line 53, column 3
could not find expected ':'
in "G:\Projects\Upscaling\video2x-master\src\video2x.yaml", line 54, column 1
G:\Projects\Upscaling\video2x-master\src>
In GUI:
Upscaler ran into an error:
while scanning a simple key
in "G:\Projects\Upscaling\video2x-master\src\video2x.yaml", line 53, column 3
could not find expected ':'
in "G:\Projects\Upscaling\video2x-master\src\video2x.yaml", line 54, column 1
With -c video2x.json:
G:\Projects\Upscaling\video2x-master\src>python video2x.py -i in.mkv -o out.mkv -r 2 -d anime4k -c video2x.json
__ __ _ _ ___ __ __
\ \ / / (_) | | |__ \ \ \ / /
\ \ / / _ __| | ___ ___ ) | \ V /
\ \/ / | | / _` | / _ \ / _ \ / / > <
\ / | | | (_| | | __/ | (_) | / /_ / . \
\/ |_| \__,_| \___| \___/ |____| /_/ \_\
Video2X Video Enlarger
Version 3.0.0
[!] WARNING: Anime4K runs significantly faster with more threads
[?] USER: Use more threads of Anime4K? [Y/n]: Y
[?] USER: Amount of threads to use [5]: 5
Traceback (most recent call last):
File "video2x.py", line 312, in <module>
if not pathlib.Path(driver_settings['path']).is_file():
KeyError: 'path'
G:\Projects\Upscaling\video2x-master\src>
Happens with all upscalers, sizes etc. I have a cache path on the root of the drive I'm on, and also in the folder. input and output files are valid, replaced my real username with MyUsername.
Environment Information
Video2X
FFmpeg
waifu2x-caffe
waifu2x-converter-cpp
waifu2x-ncnn-vulkan
Anime4K
All Dependencies I forgot to mention, the setup was completely satisfied.
All versions are on latest
Description:
When running video2x with the following video2x.yaml:
I am met with the following in the CLI:
In GUI:
With -c video2x.json:
Said JSON:
Happens with all upscalers, sizes etc. I have a cache path on the root of the drive I'm on, and also in the folder. input and output files are valid, replaced my real username with MyUsername.