Commit Graph

944 Commits

Author SHA1 Message Date
K4YT3X
25fca78eb4
Merge pull request #112 from sat3ll/waifu2x-ncnn-vk
Add support for waifu2x-ncnn-vulkan engine
2019-06-26 03:40:34 +00: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
K4YT3X
b40aee0cd7
Merge pull request #107 from BrianPetkovsek/Fix-encoding-problem
Fixed encoding problem
2019-06-18 14:28:20 +00:00
Brian Petkovsek
5b27cf26e1
Merge pull request #3 from BrianPetkovsek/master
remove uninstall not needed
2019-06-17 22:38:50 -04: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
Brian Petkovsek
e6d865a80d
Merge pull request #2 from BrianPetkovsek/master
Added uninstall function to setup
2019-06-17 12:06:43 -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
81b8e45b6f
Merge pull request #104 from BrianPetkovsek/master
make video2x backwards compatible
2019-06-15 14:44:32 -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
K4YT3X
76144b589a
Merge pull request #103 from sat3ll/wip_1
use os.path.join
2019-06-15 14:26:28 -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
BrianPetkovsek
fafd5fadd3 Merge remote-tracking branch 'upstream/master' 2019-06-14 20:54:04 -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
BrianPetkovsek
585164a508 Merge remote-tracking branch 'upstream/master' 2019-06-12 18:06:08 -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
875572c75a corrected repo links and step by step instruction description 2019-04-29 00:11:30 -04:00
k4yt3x
c7353c4bf2 unified all "folder/directory" into "directory" to end this mess 2019-04-29 00:06:54 -04:00
k4yt3x
0af68bb39c added description for Q&A page 2019-04-29 00:05:56 -04:00
k4yt3x
19cb823591 all string formatting switched to f-string 2019-04-22 01:26:36 -04:00
k4yt3x
6c1a714a1e updated README for 2.7.1 2019-04-18 14:57:30 -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
7b501f2c67 added video2x builds information 2019-03-31 03:58:09 -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
k4yt3x
4973ae5b8d made video2x compatible with pyinstaller 2019-03-31 02:17:10 -04:00
K4YT3X
c87ffe1098
Update issue templates 2019-03-30 14:28:09 -04:00