Commit Graph

494 Commits

Author SHA1 Message Date
N00MKRAD
d5d6048484 Don't allow JPG if output format is 4:2:2/4:4:4 chroma 2021-04-22 16:34:14 +02:00
N00MKRAD
3186c3c594 Support for HQ JPEG import frames, refactoring 2021-04-22 16:15:17 +02:00
N00MKRAD
99d86b1143 UI text change 2021-04-20 22:51:08 +02:00
N00MKRAD
4d2f6ebd1f Better symlink error handling, should fix encoding failing on exFAT drives 2021-04-19 21:18:17 +02:00
N00MKRAD
7c273d318d removed old icons 2021-04-19 21:02:52 +02:00
N00MKRAD
d7b179e253 Separated detected FPS from UI FPS to fix custom input rate not working correctly 2021-04-19 19:26:58 +02:00
N00MKRAD
13411d529f Seprate classes for cached frame count + res, added [RES] and [H] for export filenames 2021-04-18 18:11:47 +02:00
N00MKRAD
63df6799d9 Better Nvidia arch detection 2021-04-14 21:44:16 +02:00
N00MKRAD
ae6195f12f UI/UX: Clarify that CRF are also for MKV, not just MP4 2021-04-13 20:54:17 +02:00
N00MKRAD
822916b1f8 Better error handling (tips) for CUDA illegal mem access and model load err 2021-04-12 15:40:05 +02:00
N00MKRAD
600abfd964 Avoid cursor skipping when entering FPS fraction 2021-04-11 17:14:37 +02:00
N00MKRAD
84b2125681 Fixed CUDA AIs not working without detected GPU (and added cfg option) 2021-04-10 00:35:54 +02:00
N00MKRAD
ae8d7e8bf2 Don't map data (timecodes etc) which can cause muxing to fail 2021-04-09 23:50:51 +02:00
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
d5e87c43a6 Create dupes file in interpolation step 2021-04-06 19:47:09 +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
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
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
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
b51ee375e5 Create frames ini in interpolation step, to allow manual scenes/dedupe 2021-04-03 12:20:52 +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