Commit Graph

1055 Commits

Author SHA1 Message Date
n00mkrad 483aa46ebb Retry GetFrameCountCached up to 3x, clear cmd output caches on new file 2022-04-05 18:07:05 +02:00
n00mkrad dd98b02355 Use Win32_VideoController instead of Win32_DisplayConfiguration for GPU check 2022-03-03 10:28:41 +01:00
n00mkrad 910b3d56c9 Update patrons.csv 2022-01-02 16:31:14 +01:00
n00mkrad 056ee86357 typos 2022-01-02 16:29:16 +01:00
n00mkrad 7c45f9e7ba changelog 2022-01-02 16:26:56 +01:00
n00mkrad 1ecefc3e0c Added RIFE 4.0 model 2022-01-02 15:32:21 +01:00
n00mkrad 5027a61af6 Disable autoenc for GIF output 2021-12-27 22:58:19 +01:00
n00mkrad 3bb3cf9596 Fix RIFE CUDA tensor size mismatch error, implement scale 2021-12-09 10:50:46 +01:00
n00mkrad 290c2c44a0 cleanup 2021-12-09 10:47:28 +01:00
n00mkrad cac12dcebc Fix issues with queue getting stuck waiting for ffmpeg to exit 2021-12-07 22:22:57 +01:00
n00mkrad 7a3c95f6fb Backport fast frame counting and other stuff from Nmkoder 2021-12-06 22:46:39 +01:00
n00mkrad 659332dd0f Fixed issues with custom output path and batch processing 2021-12-06 12:48:49 +01:00
n00mkrad c57fbb92ee changelog upd 2021-12-01 20:45:09 +01:00
n00mkrad 42a2da5a39 Updated changelog files and patron list 2021-12-01 20:34:16 +01:00
n00mkrad b49801d627 Fixed 1-pass encoding no longer working (outputting to null) 2021-11-25 22:22:45 +01:00
n00mkrad 9978629116 Fix encoding tiling args 2021-11-24 21:08:29 +01:00
n00mkrad 5719d779e6 rife-cuda updated to include RIFE 3.9 code and model 2021-11-24 14:42:30 +01:00
n00mkrad ed15cb5b0a experimental 2-pass encoding for vp9 2021-11-24 13:48:23 +01:00
n00mkrad 694d8f5de0 Adjust code for RIFE 3.9 2021-11-24 13:48:04 +01:00
n00mkrad 8cab96e099 Updated ffmpeg to 4.4.1 2021-11-24 13:43:17 +01:00
n00mkrad 16423f9805 updated changelogs 2021-10-27 14:18:37 +02:00
n00mkrad 6336ca86f1 Fixed tiling args, added dynamic gop size arg for h264, h265, vp9, av1 2021-10-27 11:04:18 +02:00
n00mkrad 937977f5ad Automatic tiling args for VP9/AV1 encoding (backported from Nmkoder) 2021-10-25 15:30:47 +02:00
n00mkrad eb0c2b7bc7 Fixed delete temp folder dialog in batch processing mode 2021-10-21 08:28:03 +02:00
n00mkrad 4dcd5e2ca0 hacky support for 8x audio slomo 2021-10-20 20:30:27 +02:00
n00mkrad dc5c1ce58d Audio now slows down when using slomo, fixed unreliable audio channel detection 2021-10-20 20:28:21 +02:00
n00mkrad 5c9980efe3 Updated changelog 2021-10-01 12:31:59 +02:00
n00mkrad c7a2656b85 Minor UI/UX fixes and improvements related to resuming 2021-09-30 19:57:59 +02:00
n00mkrad f2451e2174 Re-enable dialog to keep temp files after canceling 2021-09-30 19:48:38 +02:00
n00mkrad ae34cfe5f2 Fixed invalid chunk deletion & freeze after merging chunks after resume 2021-09-30 00:33:19 +02:00
n00mkrad 3caa1ec6c2 Delete invalid/incomplete chunks before resuming to avoid duplicate chunks 2021-09-29 23:49:26 +02:00
n00mkrad 6cb95a2374 Finished vchunk-based saving/resuming, needs some more testing 2021-09-29 11:22:43 +02:00
n00mkrad dd03af2616 New autoencode chunk-based saving system for resuming 2021-09-28 20:44:08 +02:00
n00mkrad 8fe9c86429 Fraction is now based on long instead of int to avoid multiplication problems 2021-09-28 18:27:22 +02:00
n00mkrad f52f48090d Fix incorrect output framerate calculation 2021-09-28 17:45:36 +02:00
n00mkrad e42e7305c7 Fixed ffprobe framerate parsing 2021-09-28 11:26:47 +02:00
n00mkrad d075d70c1e Enable MP3 remuxing in MP4 instead of re-encoding to AAC 2021-09-27 13:03:23 +02:00
n00mkrad 76f3647c53 Improved audio fallback, use same -ac as input, boost bitrate for 5+ ch 2021-09-14 18:28:10 +02:00
n00mkrad 8b5f5541ad Backported GetVideoInfo from Nmkoder 2021-09-14 18:18:41 +02:00
n00mkrad f7e7b1ec29 FfmpegUtils.cs cleanup 2021-09-13 22:44:16 +02:00
n00mkrad a3db3c2642 Config option to enable opus in mp4, better aac args 2021-09-13 22:42:33 +02:00
n00mkrad 6c3bbeb1aa Update changelog.txt 2021-09-13 22:41:59 +02:00
n00mkrad c5e580dc30 Only put GPU list in window title if any were detected 2021-09-13 11:00:51 +02:00
n00mkrad e535176155 renaming 2/2 2021-09-13 10:51:37 +02:00
n00mkrad 5b774bda4a Update changelog.full.txt 2021-09-12 14:29:12 +02:00
n00mkrad 04329eb85c Renamed stuff 2021-09-12 14:23:35 +02:00
n00mkrad 6cb0a48f95 Option to set image sequence export quality (JPEG/WEBP) 2021-09-12 14:22:03 +02:00
n00mkrad ad143789fc Exclude "Microsoft"... GPUs 2021-09-12 02:31:59 +02:00
n00mkrad 70c9da29bf rollback to old GPU check 2021-09-11 18:49:30 +02:00
n00mkrad b0a3910950 Clarify that manual fps input is needed if framerate on img seq is invalid 2021-09-09 19:56:45 +02:00