Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input output path type mismatch #1097

Open
JonnyGators opened this issue Apr 5, 2024 · 0 comments
Open

input output path type mismatch #1097

JonnyGators opened this issue Apr 5, 2024 · 0 comments

Comments

@JonnyGators
Copy link

The gui leads me to believe I need to select an input file, and select an output path to save the upscaled file.

The error log suggests that it doesn't like that I've given it a file for input, and a folder to save the output.

But - it hasn't created a file yet, so how can I give it an output file?

This makes no sense, please advise.

�[32m[+] INFO: Loading files into processing queue�[0m
�[90m2024-04-04 23:55:05.208321 [+] INFO: Input path(s): E:\Projects in progress\FNV\Video DVD project\video source\Lindsey Buckingham - Holiday Road (1983).mp4�[0m
�[90m2024-04-04 23:55:05.210275 [+] INFO: File MIME type: video/mp4�[0m
�[31m�[1m[!] ERROR: Input and output path type mismatch�[0m
�[31m�[1m[!] ERROR: Input is single file but output is directory�[0m
Traceback (most recent call last):
File "video2x_gui.py", line 105, in run
File "upscaler.py", line 633, in run
File "upscaler.py", line 239, in _check_arguments
exceptions.ArgumentError: input output path type mismatch
�[32m[+] INFO: Loading files into processing queue�[0m
�[90m2024-04-04 23:55:38.832829 [+] INFO: Input path(s): E:\Projects in progress\FNV\Video DVD project\video source\Lindsey Buckingham - Holiday Road (1983).mp4�[0m
�[90m2024-04-04 23:55:38.833807 [+] INFO: File MIME type: video/mp4�[0m
�[31m�[1m[!] ERROR: Input and output path type mismatch�[0m
�[31m�[1m[!] ERROR: Input is single file but output is directory�[0m
Traceback (most recent call last):
File "video2x_gui.py", line 105, in run
File "upscaler.py", line 633, in run
File "upscaler.py", line 239, in _check_arguments
exceptions.ArgumentError: input output path type mismatch
�[32m[+] INFO: Loading files into processing queue�[0m
�[90m2024-04-04 23:56:37.137068 [+] INFO: Input path(s): E:\Projects in progress\FNV\Video DVD project\video source\Lindsey Buckingham - Holiday Road (1983).mp4�[0m
�[90m2024-04-04 23:56:37.138046 [+] INFO: File MIME type: video/mp4�[0m
�[31m�[1m[!] ERROR: Input and output path type mismatch�[0m
�[31m�[1m[!] ERROR: Input is single file but output is directory�[0m
Traceback (most recent call last):
File "video2x_gui.py", line 105, in run
File "upscaler.py", line 633, in run
File "upscaler.py", line 239, in _check_arguments
exceptions.ArgumentError: input output path type mismatch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant