Commit Graph

550 Commits

Author SHA1 Message Date
N00MKRAD
55811e2158 Settings UI option for JPEG Frames 2021-04-22 16:58:37 +02:00
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
3ff676ba47 Update changelog.txt 2021-04-20 15:37:20 +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
5bba38bf13 Updated FFmpeg to 4.4 2021-04-11 21:33:37 +02:00
N00MKRAD
308ce37434 Update changelog.txt 2021-04-11 17:48:25 +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
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