Commit Graph

  • 3ff676ba47 Update changelog.txt N00MKRAD 2021-04-20 15:37:20 +02:00
  • 4d2f6ebd1f Better symlink error handling, should fix encoding failing on exFAT drives N00MKRAD 2021-04-19 21:18:17 +02:00
  • 7c273d318d removed old icons N00MKRAD 2021-04-19 21:02:52 +02:00
  • d7b179e253 Separated detected FPS from UI FPS to fix custom input rate not working correctly N00MKRAD 2021-04-19 19:26:58 +02:00
  • 13411d529f Seprate classes for cached frame count + res, added [RES] and [H] for export filenames N00MKRAD 2021-04-18 18:11:47 +02:00
  • 63df6799d9 Better Nvidia arch detection N00MKRAD 2021-04-14 21:44:16 +02:00
  • ae6195f12f UI/UX: Clarify that CRF are also for MKV, not just MP4 N00MKRAD 2021-04-13 20:54:17 +02:00
  • 822916b1f8 Better error handling (tips) for CUDA illegal mem access and model load err N00MKRAD 2021-04-12 15:40:05 +02:00
  • 5bba38bf13 Updated FFmpeg to 4.4 N00MKRAD 2021-04-11 21:33:37 +02:00
  • 308ce37434 Update changelog.txt N00MKRAD 2021-04-11 17:48:25 +02:00
  • 600abfd964 Avoid cursor skipping when entering FPS fraction N00MKRAD 2021-04-11 17:14:37 +02:00
  • 84b2125681 Fixed CUDA AIs not working without detected GPU (and added cfg option) N00MKRAD 2021-04-10 00:35:54 +02:00
  • ae8d7e8bf2 Don't map data (timecodes etc) which can cause muxing to fail N00MKRAD 2021-04-09 23:50:51 +02:00
  • 0dc96d2e12 Auto-limit GIF FPS to 50 if higher, without needing to set max fps in settings N00MKRAD 2021-04-09 19:47:06 +02:00
  • ad28c6a121 UI/Logging improvements when using mpdecimate N00MKRAD 2021-04-09 17:38:04 +02:00
  • 2822dc7d32 Better error handling for fetching models.txt, news, patrons N00MKRAD 2021-04-09 15:31:42 +02:00
  • 4a6036444a Fixed alpha interp not working for GIFs with size not divisible by 2 N00MKRAD 2021-04-07 21:47:44 +02:00
  • 640e4a51a6 Fixed muxing not working if there's no MKV metadata to mux N00MKRAD 2021-04-07 19:03:01 +02:00
  • 86a6265116 Update changelog.txt N00MKRAD 2021-04-06 19:59:27 +02:00
  • d5e87c43a6 Create dupes file in interpolation step N00MKRAD 2021-04-06 19:47:09 +02:00
  • 2df5b8a69d Update patrons.csv N00MKRAD 2021-04-06 16:07:37 +02:00
  • a2a427bc83 Update patrons.csv N00MKRAD 2021-04-06 15:36:23 +02:00
  • 9d2d0a897d Update patrons.csv N00MKRAD 2021-04-06 15:34:58 +02:00
  • 89d6c4d14b Update changelog.txt N00MKRAD 2021-04-06 15:31:43 +02:00
  • 10b311b676 Use -qp instead of -cq for NVENC, make 0 lossless N00MKRAD 2021-04-06 14:46:23 +02:00
  • ea6a6e1e42 Silent devmode check by default N00MKRAD 2021-04-06 14:44:21 +02:00
  • 276e1dfa54 Update App.config N00MKRAD 2021-04-05 22:20:08 +02:00
  • 7e2c2e21f5 HasTensorCores defaults to false on error N00MKRAD 2021-04-05 21:42:41 +02:00
  • a0e06bd306 Fix GPU ID defaults N00MKRAD 2021-04-05 20:06:19 +02:00
  • 458841b054 Added Keep Metadata option for MKV, cleanup N00MKRAD 2021-04-05 16:52:18 +02:00
  • e8e6b5a2e9 Config defaults & ui changes N00MKRAD 2021-04-05 16:26:00 +02:00
  • 021bd0ebeb Update README.md N00MKRAD 2021-04-05 12:55:36 +02:00
  • 41f8073acb UI option to set GIF dither mode (bayer/floyd_steinberg/none) N00MKRAD 2021-04-05 12:55:31 +02:00
  • dae349460c Skip muxing from input if input is frames, not a video N00MKRAD 2021-04-05 12:04:23 +02:00
  • 9287ec6b77 Allow fractional manual fps input, better err handling if encoding fails N00MKRAD 2021-04-05 11:58:07 +02:00
  • f51c10bef0 More reliable float->fraction conversion, fixed manual fps input N00MKRAD 2021-04-04 21:54:26 +02:00
  • deb88d43c2 Switched to bayer dithering as it seems better than FS overall N00MKRAD 2021-04-04 20:57:46 +02:00
  • 41111a395b Update changelog.txt N00MKRAD 2021-04-04 20:27:04 +02:00
  • f5aab4ae3f Update changelog.txt N00MKRAD 2021-04-04 20:25:37 +02:00
  • 18899fd372 AvProcess cleanup, don't print vsync 0 warning N00MKRAD 2021-04-04 20:10:59 +02:00
  • 8f13c688fc Fixed blending not working in StepByStep N00MKRAD 2021-04-04 20:08:42 +02:00
  • 1b425fdef5 Delete symlinks folder after encoding N00MKRAD 2021-04-04 17:56:07 +02:00
  • f289240c35 Do not ask multiple times if enabling dev mode failed N00MKRAD 2021-04-04 17:48:44 +02:00
  • b9b282a71b Check OS compat on startup, prompt for enabling dev mode N00MKRAD 2021-04-04 17:47:47 +02:00
  • 4789e3a254 Removed special character check, cleanup N00MKRAD 2021-04-04 15:51:43 +02:00
  • 2a9f7e4ba7 fixed me being retarded and breaking scene detection again N00MKRAD 2021-04-04 15:16:16 +02:00
  • 807b6baf7d Fixed special characters not working with OpenCV N00MKRAD 2021-04-04 15:02:59 +02:00
  • 943c87845f Cleanup, fixed dupe dict not working with new code N00MKRAD 2021-04-04 12:46:41 +02:00
  • 0dc9e0ba3c Cleanup & UI changes N00MKRAD 2021-04-04 12:21:58 +02:00
  • 7d98ef7345 Fixed scene detection with new code N00MKRAD 2021-04-04 11:59:21 +02:00
  • 1bfc3108e5 Fixed loop with new code N00MKRAD 2021-04-04 11:32:48 +02:00
  • 11c4dc2890 some cleanup N00MKRAD 2021-04-04 11:11:49 +02:00
  • da106e6bec FilenameMap refactoring (index-based array instead of dict) WIP N00MKRAD 2021-04-04 11:05:38 +02:00
  • 8ac4b4cd18 Multithreaded symlink creation N00MKRAD 2021-04-04 00:01:49 +02:00
  • 250c33b91a Faster encoding using symlink folder N00MKRAD 2021-04-03 16:30:07 +02:00
  • 283ba43330 Don't parse patreon tier (errors in some windows languages?) N00MKRAD 2021-04-03 15:45:05 +02:00
  • bad3e531c5 Update changelog.txt N00MKRAD 2021-04-03 15:35:56 +02:00
  • b51ee375e5 Create frames ini in interpolation step, to allow manual scenes/dedupe N00MKRAD 2021-04-03 12:20:52 +02:00
  • 73dbe1e1e7 Update changelog.txt N00MKRAD 2021-04-03 01:42:41 +02:00
  • d1c483a4db Fixed blend input frame numbers N00MKRAD 2021-04-03 01:26:06 +02:00
  • 3f4ab12815 Fixed scene extraction N00MKRAD 2021-04-03 00:22:32 +02:00
  • ada9aefab1 Possibly fixed Fraction division-by-zero exception? (can't reproduce) N00MKRAD 2021-04-03 00:17:29 +02:00
  • 5556b5a5c7 Allow running CUDA on CPU (or unsupported NV GPUs) N00MKRAD 2021-04-02 22:26:44 +02:00
  • 94fca1fb7d -threads 0 for ffprobe frame counting N00MKRAD 2021-04-02 22:08:29 +02:00
  • 9b8b3bac8c Actually load patrons from repo N00MKRAD 2021-04-02 20:36:51 +02:00
  • 13a56576d0 Update patrons.csv N00MKRAD 2021-04-02 20:27:12 +02:00
  • 553f898169 Update changelog.txt N00MKRAD 2021-04-02 20:25:13 +02:00
  • b3ab84646b Switched to fractional framerates, fixed VFR inputs N00MKRAD 2021-04-02 14:36:08 +02:00
  • 60ee6c2102 Fixed Patreon CSV parsing with new local pricing N00MKRAD 2021-03-30 13:34:17 +02:00
  • a1fccea635 Fixed DPI scaling breaking when opening file browser N00MKRAD 2021-03-30 13:17:04 +02:00
  • 24cea3f6ea Resizable settings window height N00MKRAD 2021-03-30 13:07:57 +02:00
  • 706ca56e11 Option to repeat last frame to match input duration N00MKRAD 2021-03-30 11:56:36 +02:00
  • 1c320c5272 Fix image seq import not starting filenames at 0000000 N00MKRAD 2021-03-30 11:04:30 +02:00
  • 54f1210a19 Update changelog.txt N00MKRAD 2021-03-29 21:24:14 +02:00
  • 1e5b93dfa0 Only add "-fpsLimit" suffix if necessary (if encoding unlimited+limited vid) N00MKRAD 2021-03-28 22:39:11 +02:00
  • 762bec3b83 Update changelog.txt N00MKRAD 2021-03-25 23:42:06 +01:00
  • cf7f4fe676 Fixed subtitles being always disabled N00MKRAD 2021-03-25 18:57:29 +01:00
  • 664e35628b Update changelog.txt N00MKRAD 2021-03-24 21:43:41 +01:00
  • 3e08fe95b1 Package changes N00MKRAD 2021-03-24 21:16:49 +01:00
  • d3ce382b75 Support for lossless WMA (wmav1/wmav2) transfer into MKV output N00MKRAD 2021-03-24 20:26:07 +01:00
  • 6a45ba01a7 Form1 cleanup N00MKRAD 2021-03-24 17:33:17 +01:00
  • e59fd53de7 Fixed wrong package version, minor logging improvements N00MKRAD 2021-03-24 17:29:40 +01:00
  • 115cff131e Fixed audio compatibility check, improved lossless audio transfer N00MKRAD 2021-03-24 14:40:01 +01:00
  • b0e5cbdf1c Update changelog.txt N00MKRAD 2021-03-23 20:25:04 +01:00
  • cee7c4656b Config option to allow custom input rate N00MKRAD 2021-03-23 17:13:22 +01:00
  • 7af4b980bb Fixed step-by-step frame renaming & added SBS scene blending support N00MKRAD 2021-03-22 22:20:30 +01:00
  • 4ecc10340d minor cleanup N00MKRAD 2021-03-22 21:56:14 +01:00
  • 7b261382f4 minor change to disk space check loop to avoid throwing errors in VS N00MKRAD 2021-03-22 21:40:21 +01:00
  • fbb590b46c More compact ffmpeg command logging N00MKRAD 2021-03-22 21:34:10 +01:00
  • 3ceaee12a5 Fixed frame order ini for blending N00MKRAD 2021-03-22 21:29:47 +01:00
  • 6a5cd569b3 Fixed ffmpeg GetSize() when output has multiple lines N00MKRAD 2021-03-22 21:21:55 +01:00
  • 9055194f9b Update changelog.txt N00MKRAD 2021-03-22 20:40:32 +01:00
  • a2d19e35e5 Possibly fixed wrong frame pair being used for scene blending WIP N00MKRAD 2021-03-21 22:38:03 +01:00
  • 1089ff861a No UI status change for blending scene changes in autoenc N00MKRAD 2021-03-21 21:56:08 +01:00
  • 21642adced Update changelog.txt N00MKRAD 2021-03-21 20:21:53 +01:00
  • d3f05de21a Settings UI option for dupe/blend scene change options N00MKRAD 2021-03-21 19:46:40 +01:00
  • 0455e60cc4 BlendSceneChanges now works with auto-encode N00MKRAD 2021-03-21 16:00:53 +01:00
  • 19bf558132 Cleanup, package updates N00MKRAD 2021-03-21 15:32:34 +01:00
  • bd220f6ad6 Multithreaded scene blending, package changes N00MKRAD 2021-03-21 14:58:35 +01:00
  • a8f691ce55 Added status change for scene blending N00MKRAD 2021-03-19 19:48:16 +01:00