Commit Graph

533 Commits

Author SHA1 Message Date
N00MKRAD
0dc96d2e12 Auto-limit GIF FPS to 50 if higher, without needing to set max fps in settings 2021-04-09 19:47:06 +02:00
N00MKRAD
ad28c6a121 UI/Logging improvements when using mpdecimate 2021-04-09 17:38:04 +02:00
N00MKRAD
2822dc7d32 Better error handling for fetching models.txt, news, patrons 2021-04-09 15:31:42 +02:00
N00MKRAD
4a6036444a Fixed alpha interp not working for GIFs with size not divisible by 2 2021-04-07 21:47:44 +02:00
N00MKRAD
640e4a51a6 Fixed muxing not working if there's no MKV metadata to mux 2021-04-07 19:03:01 +02:00
N00MKRAD
86a6265116 Update changelog.txt 2021-04-06 19:59:27 +02:00
N00MKRAD
d5e87c43a6 Create dupes file in interpolation step 2021-04-06 19:47:09 +02:00
N00MKRAD
2df5b8a69d Update patrons.csv 2021-04-06 16:07:37 +02:00
N00MKRAD
a2a427bc83 Update patrons.csv 2021-04-06 15:36:23 +02:00
N00MKRAD
9d2d0a897d Update patrons.csv 2021-04-06 15:34:58 +02:00
N00MKRAD
89d6c4d14b Update changelog.txt 2021-04-06 15:31:43 +02:00
N00MKRAD
10b311b676 Use -qp instead of -cq for NVENC, make 0 lossless 2021-04-06 14:46:23 +02:00
N00MKRAD
ea6a6e1e42 Silent devmode check by default 2021-04-06 14:44:21 +02:00
N00MKRAD
276e1dfa54 Update App.config 2021-04-05 22:20:08 +02:00
N00MKRAD
7e2c2e21f5 HasTensorCores defaults to false on error 2021-04-05 21:42:41 +02:00
N00MKRAD
a0e06bd306 Fix GPU ID defaults 2021-04-05 20:06:19 +02:00
N00MKRAD
458841b054 Added Keep Metadata option for MKV, cleanup 2021-04-05 16:52:18 +02:00
N00MKRAD
e8e6b5a2e9 Config defaults & ui changes 2021-04-05 16:26:00 +02:00
N00MKRAD
021bd0ebeb Update README.md 2021-04-05 12:55:36 +02:00
N00MKRAD
41f8073acb UI option to set GIF dither mode (bayer/floyd_steinberg/none) 2021-04-05 12:55:31 +02:00
N00MKRAD
dae349460c Skip muxing from input if input is frames, not a video 2021-04-05 12:04:23 +02:00
N00MKRAD
9287ec6b77 Allow fractional manual fps input, better err handling if encoding fails 2021-04-05 11:58:07 +02:00
N00MKRAD
f51c10bef0 More reliable float->fraction conversion, fixed manual fps input 2021-04-04 21:54:26 +02:00
N00MKRAD
deb88d43c2 Switched to bayer dithering as it seems better than FS overall 2021-04-04 20:57:46 +02:00
N00MKRAD
41111a395b Update changelog.txt 2021-04-04 20:27:04 +02:00
N00MKRAD
f5aab4ae3f Update changelog.txt 2021-04-04 20:25:37 +02:00
N00MKRAD
18899fd372 AvProcess cleanup, don't print vsync 0 warning 2021-04-04 20:10:59 +02:00
N00MKRAD
8f13c688fc Fixed blending not working in StepByStep 2021-04-04 20:08:42 +02:00
N00MKRAD
1b425fdef5 Delete symlinks folder after encoding 2021-04-04 17:56:07 +02:00
N00MKRAD
f289240c35 Do not ask multiple times if enabling dev mode failed 2021-04-04 17:48:44 +02:00
N00MKRAD
b9b282a71b Check OS compat on startup, prompt for enabling dev mode 2021-04-04 17:47:47 +02:00
N00MKRAD
4789e3a254 Removed special character check, cleanup 2021-04-04 15:51:43 +02:00
N00MKRAD
2a9f7e4ba7 fixed me being retarded and breaking scene detection again 2021-04-04 15:16:16 +02:00
N00MKRAD
807b6baf7d Fixed special characters not working with OpenCV 2021-04-04 15:02:59 +02:00
N00MKRAD
943c87845f Cleanup, fixed dupe dict not working with new code 2021-04-04 12:46:41 +02:00
N00MKRAD
0dc9e0ba3c Cleanup & UI changes 2021-04-04 12:21:58 +02:00
N00MKRAD
7d98ef7345 Fixed scene detection with new code 2021-04-04 11:59:21 +02:00
N00MKRAD
1bfc3108e5 Fixed loop with new code 2021-04-04 11:32:48 +02:00
N00MKRAD
11c4dc2890 some cleanup 2021-04-04 11:11:49 +02:00
N00MKRAD
da106e6bec FilenameMap refactoring (index-based array instead of dict) WIP 2021-04-04 11:05:38 +02:00
N00MKRAD
8ac4b4cd18 Multithreaded symlink creation 2021-04-04 00:01:49 +02:00
N00MKRAD
250c33b91a Faster encoding using symlink folder 2021-04-03 16:30:07 +02:00
N00MKRAD
283ba43330 Don't parse patreon tier (errors in some windows languages?) 2021-04-03 15:45:05 +02:00
N00MKRAD
bad3e531c5 Update changelog.txt 2021-04-03 15:35:56 +02:00
N00MKRAD
b51ee375e5 Create frames ini in interpolation step, to allow manual scenes/dedupe 2021-04-03 12:20:52 +02:00
N00MKRAD
73dbe1e1e7 Update changelog.txt 2021-04-03 01:42:41 +02:00
N00MKRAD
d1c483a4db Fixed blend input frame numbers 2021-04-03 01:26:06 +02:00
N00MKRAD
3f4ab12815 Fixed scene extraction 2021-04-03 00:22:32 +02:00
N00MKRAD
ada9aefab1 Possibly fixed Fraction division-by-zero exception? (can't reproduce) 2021-04-03 00:17:29 +02:00
N00MKRAD
5556b5a5c7 Allow running CUDA on CPU (or unsupported NV GPUs) 2021-04-02 22:26:44 +02:00