Commit Graph

133 Commits

Author SHA1 Message Date
k4yt3x
ece345e531 added alpha version of video2x gui 2019-07-28 03:09:40 -04:00
k4yt3x
47e787c80c added more exceptions for better error handling 2019-07-27 17:52:31 -04:00
k4yt3x
a27bdb4b63 changed file handling method from os to pathlib 2019-07-27 17:29:33 -04:00
k4yt3x
89dfd21f97 removed f_string support for legacy versions of Python 2019-07-27 13:39:40 -04:00
k4yt3x
5151be4122 fixing issue #94 2019-07-26 14:22:49 -04:00
sat3ll
61abcc6a3a When batch upscaling (new behavior), for sub 8G VRAM gpus, the recommended value is 200. 2019-07-13 01:08:31 +01:00
sat3ll
40a4d3a602 update waifu2x_ncnn_vulkan wrapper for directory as input
add workaround for the double file extension
2019-07-12 23:12:08 +01:00
K4YT3X
9429b04528
Merge pull request #121 from sat3ll/w2x-vulkan-update
update waifu2x_ncnn_vulkan to new options
2019-07-10 02:51:15 +00:00
k4yt3x
55c2f7abfb extracting frames into rgba64be format 2019-07-09 22:48:29 -04:00
k4yt3x
ca90c5be02 2.8.1 added automatic pixel format and color depth detection 2019-07-09 20:47:55 -04:00
sat3ll
5a2b387b9d deduplicate code 2019-07-10 01:36:26 +01:00
sat3ll
eda5d70773 update waifu2x_ncnn_vulkan to new options 2019-07-10 01:30:50 +01:00
k4yt3x
8b845e35b3 matching JSON indentation 2019-06-29 13:49:34 -04:00
k4yt3x
4d9c0866ce 2.8.0 added support for waifu2x-ncnn-vulkan 2019-06-25 23:48:22 -04:00
k4yt3x
4a0ffae6c8 updated key order for w2x ncnn 2019-06-25 23:39:53 -04:00
k4yt3x
f94f99eb1c sorted imports, updated dates 2019-06-25 23:36:03 -04:00
k4yt3x
a9586bf508 updated version to 1.3.0, using shutil.rmtree instead of os.rmdir 2019-06-25 23:35:42 -04:00
k4yt3x
5f69a44bf7 changed some wording 2019-06-25 23:35:17 -04:00
k4yt3x
1ee76c0224 removed redundant code block 2019-06-25 23:34:57 -04:00
sat3ll
0b99ac33a6 change waifu2x-ncnn-vulkan to underscores
agglomerate waifu2x choices to a list
2019-06-26 00:50:29 +01:00
sat3ll
4e3565b3ac Add support for waifu2x-ncnn-vulkan engine 2019-06-26 00:25:27 +01:00
BrianPetkovsek
8fe6fd4009 Fix encoding problem 2019-06-17 22:37:04 -04:00
BrianPetkovsek
d4d485e132 Revert "Added uninstall function to setup"
This reverts commit d25857a178.
2019-06-17 22:34:45 -04:00
BrianPetkovsek
53f5192896 Revert "Fix encoding problem"
This reverts commit 81af7b1c1b.
2019-06-17 22:33:27 -04:00
BrianPetkovsek
d25857a178 Added uninstall function to setup 2019-06-17 12:05:06 -04:00
BrianPetkovsek
81af7b1c1b Fix encoding problem 2019-06-16 17:32:41 -04:00
K4YT3X
e003cbc568
Merge branch 'master' into master 2019-06-15 14:42:56 -04:00
k4yt3x
f96b95563e code style adjustments 2019-06-15 14:35:22 -04:00
sat3ll
15d2dbb07a use os.path.join 2019-06-15 12:32:36 +01:00
BrianPetkovsek
9d5ad2f70c make video2x backwards compatible
adds future-fstrings package
transforms the source to .format() format on runtime
2019-06-14 21:43:18 -04:00
BrianPetkovsek
b5da9ebbf7 make setup backwards compatible
change the f'' to ''.format()
2019-06-14 21:37:38 -04:00
BrianPetkovsek
a1e1d98929 Make pip_install function more flexible
sys.executable gets the python.exe used to run the script
-r allows pip to use requirements.txt
2019-06-14 21:11:31 -04:00
k4yt3x
1280a791ec fixing issue #102 2019-06-14 01:15:13 -04:00
k4yt3x
8e85d6a6d3 fixed threading bugs found by @Aidolii 2019-06-13 23:49:18 -04:00
k4yt3x
8b0f82e95e 2.7.2 fixed threading bugs found by @Aidolii 2019-06-13 23:49:10 -04:00
k4yt3x
a6666c3c3b added version option 2019-06-13 23:42:43 -04:00
k4yt3x
6b3e1b9768 fixing video to frames ffmpeg config parsing order error 2019-06-09 21:31:13 -04:00
k4yt3x
0f4daa12d2 fixing a bug found by @CardinalPanda 2019-06-05 12:18:51 -04:00
k4yt3x
4cf83dc565 fixing progress bar bug found by @CardinalPanda 2019-05-25 23:20:31 -04:00
k4yt3x
146044505b fixed issue #77 incorrect output video format 2019-05-06 16:25:10 -04:00
k4yt3x
a7d41cafdf changed default number of threads to 1 2019-04-30 03:53:40 -04:00
k4yt3x
c7353c4bf2 unified all "folder/directory" into "directory" to end this mess 2019-04-29 00:06:54 -04:00
k4yt3x
19cb823591 all string formatting switched to f-string 2019-04-22 01:26:36 -04:00
k4yt3x
837aca371e fixed temp folders bug 2019-04-18 14:56:30 -04:00
k4yt3x
6538abd6e5 corrected a typo 2019-04-11 14:56:51 -04:00
k4yt3x
a57465e866 added input and output file type mismatch check 2019-04-11 14:53:46 -04:00
k4yt3x
405c4b6636 fixed error reading video resolution 2019-04-02 16:23:59 -04:00
k4yt3x
3d46e1a822 changed default crf value to visually lossless, added video bitrate limit option 2019-04-01 16:02:26 -04:00
k4yt3x
98e2cbdb04 1.2.1 added support for exe packaging 2019-03-31 03:46:15 -04:00
k4yt3x
25156077f2 added function to absolutify paths set in config file for better exe support 2019-03-31 03:23:08 -04:00