1255 Commits

Author SHA1 Message Date
n00mkrad
1d63b75feb Fix batch processing outPath 2026-05-16 00:50:09 +02:00
n00mkrad
b02d9ef8d6 Option to start realtime player in fullscreen 2026-05-14 01:40:56 +02:00
n00mkrad
8dbb5300d6 Fix PseudoHash being able to generate invalid filenames 2026-05-14 01:40:22 +02:00
n00mkrad
8ec4414392 oops, hevc_nvenc does have 4:4:4 support 2026-04-18 20:30:16 +02:00
n00mkrad
46b6f33377 Fix incorrectly listed YUV 4:4:4 formats for NVENC HEVC/AV1 2026-04-18 13:18:25 +02:00
n00mkrad
8cd93076fb Add APNG to use470bg list 2026-04-18 02:09:23 +02:00
n00mkrad
75db94d70d Fix bad ffprobe parsing due to loglevel, add missing return in vfr check 2026-04-18 02:09:07 +02:00
n00mkrad
91665b4dc9 Don't show cancel messagebox if another error box is already open 2026-04-18 02:08:41 +02:00
n00mkrad
a5cc0b5e17 rife vpy: Always operate at full chroma res to fix padding/cropping issues, minor refactoring 2026-04-18 02:07:56 +02:00
n00mkrad
56f8ab7b96 Additional vapoursynth plugins 2026-01-30 00:24:28 +01:00
n00mkrad
8764959f70 Update ver.txt 2026-01-29 23:11:47 +01:00
n00mkrad
9d59e403f8 Update changelog.txt 2026-01-29 23:10:12 +01:00
n00mkrad
381ea21620 Update patrons.csv 2026-01-29 21:47:08 +01:00
n00mkrad
5a61cf6bbd Added some logging to RIFE vpy script + minor refactoring 2026-01-29 21:35:46 +01:00
n00mkrad
7450151c11 Logging/formatting stuff + Skip RefreshExtensions if no frames are used 2026-01-29 21:34:11 +01:00
n00mkrad
aeb4bfe093 Logger: In CLI mode, highlight UI messages in cyan 2026-01-29 12:13:39 +01:00
n00mkrad
7aa0a2f70e More logging cleanup for CLI usage 2026-01-29 12:13:08 +01:00
n00mkrad
a665a4300e Allow interp factor below 2 for RIFE NCNN VS 2026-01-29 00:36:12 +01:00
n00mkrad
02fced4503 Fix long messagebox text lines getting cut off 2026-01-14 15:43:01 +01:00
n00mkrad
09cef27e37 Log audio/subtitle muxing/transcoding per stream, remove redundant vs cache ext. 2026-01-13 23:34:34 +01:00
n00mkrad
85199870a1 Handle re-encoding (or dropping) or incompatible streams per-stream 2026-01-12 20:52:09 +01:00
n00mkrad
beee67bf09 Show error box instead of regular msg if Cancel reason was error 2026-01-12 20:51:41 +01:00
n00mkrad
2fc68c60c1 Better vapoursynth logging 2026-01-12 20:50:53 +01:00
n00mkrad
384754aa03 Always add A/V dir to process PATH by default, no need to cd to to av dir for ffmpeg/ffprobe 2026-01-12 16:18:36 +01:00
n00mkrad
91320f536e Cleaner syntax and logging 2026-01-12 16:16:12 +01:00
n00mkrad
a3afa0b4c4 Extension method for adding (preprending) PATH dirs to proc 2026-01-12 16:15:33 +01:00
n00mkrad
0a59d94a83 MediaFile: Move GetVidExtraInfo into try block, pointless to have it outside 2026-01-12 16:15:00 +01:00
n00mkrad
557b0d3a30 Logging improvements, add "Copy" btn to error message boxes 2026-01-11 17:39:49 +01:00
n00mkrad
58aa582f33 prettier logging yet again 2026-01-09 23:27:23 +01:00
n00mkrad
818094a37f Fix inverted GetHdrNotSuitableReason conditions 2026-01-09 23:27:13 +01:00
n00mkrad
ff7d6a9f75 moar logging stuff & print "... - HDR" if input is HDR 2025-12-24 02:19:26 +01:00
n00mkrad
d9a6798211 Remove unused VideoColorData class 2025-12-24 02:18:54 +01:00
n00mkrad
d539c32620 Cleanup: remove usings 2025-12-23 22:56:05 +01:00
n00mkrad
925bb13251 VK init exception error: Don't exit in debug 2025-12-23 21:30:49 +01:00
n00mkrad
d550e83ab4 VideoExtraData improvs, print warning for HDR content with suboptimal encsettings 2025-12-23 20:01:03 +01:00
n00mkrad
b01a9984da Cleaner logging, minor refactoring for ffmpeg caching 2025-12-22 21:59:09 +01:00
n00mkrad
aed095f88b CLI/debug: Don't log process output to console by default (only with -v/--verbose) 2025-12-21 18:30:03 +01:00
n00mkrad
1d08960203 Fix QueryInfo equality comparison 2025-12-21 18:06:54 +01:00
n00mkrad
eed7ba0c1f Don't start up if no args passed in CLI mode (or only help arg) 2025-12-21 18:06:42 +01:00
n00mkrad
395bdf8151 Remove references to removed CheckEncoderValid method 2025-12-21 15:25:21 +01:00
n00mkrad
830ea46625 Don't attempt HW encoder check if ffmpeg not found 2025-12-21 15:20:42 +01:00
n00mkrad
9e3a75f85e Minor cleanup/refactor 2025-12-21 15:20:24 +01:00
n00mkrad
7948fa39c1 Handle EA Javelin (and potentially other anticheats) breaking Vulkan 2025-12-21 13:44:44 +01:00
n00mkrad
421df30efd Package updates 2025-12-21 13:44:10 +01:00
n00mkrad
e553e71c30 Remove redundant GetCmdArg 2025-12-20 23:25:15 +01:00
n00mkrad
6e809734e8 More logging cleanup stuff 2025-12-20 23:22:41 +01:00
n00mkrad
185b7023c5 More compact Cleanup 2025-12-20 23:20:16 +01:00
n00mkrad
e97d78f85d Keep logs for 7d instead of 4d 2025-12-20 23:14:03 +01:00
n00mkrad
d20317e4e3 Cleanup minor refactor 2025-12-20 23:13:36 +01:00
n00mkrad
8a0e181f8d Console logging improvements, implement Equals/GetHashCode for QueryInfo 2025-12-20 23:13:26 +01:00