Commit Graph

65 Commits

Author SHA1 Message Date
N00MKRAD
29e1eb172b Fix video speed with VFR inputs 2023-12-27 03:22:28 +01:00
N00MKRAD
4eb1eac09c Fixed output color matrix filtering 2023-12-22 03:51:55 +01:00
n00mkrad
693a2471d1 Ignore empty filters 2023-03-30 14:13:39 +02:00
n00mkrad
59ac292a34 Fully implement image sequence export with NCNN VS, rework stuff 2023-02-20 19:30:23 +01:00
n00mkrad
30a423e9ec Fix FramesToVideo and ConcatVideos 2023-01-31 12:03:31 +01:00
n00mkrad
9b77f06dbe Fixed GIF quantizing and some other export weirdness 2023-01-20 20:58:32 +01:00
n00mkrad
82ecb5e7ba Fully implemented new output options, but no saving or custom q yet 2023-01-18 14:55:38 +01:00
n00mkrad
3fa47a70a4 Completely revamped output settings (quality settings WIP) 2023-01-15 17:23:49 +01:00
n00mkrad
f5536e07f3 Fix missing extra encoding args 2023-01-15 10:26:04 +01:00
n00mkrad
2293e94deb Update ffmpeg args 2023-01-08 15:44:01 +01:00
n00mkrad
8a8324dc24 Fix VS modulo padding 2023-01-08 14:17:11 +01:00
n00mkrad
8524d2b964 Always use ToLowerInvariant 2022-10-14 09:00:47 +02:00
n00mkrad
8f36739adc Move MP4 faststart into GetFfmpegExportArgsOut 2022-08-05 11:58:12 +02:00
n00mkrad
56f6c9130f Fix vsync/fps_mode args, rt improvements 2022-08-04 23:02:52 +02:00
n00mkrad
063ae677c5 Slowmo now works with RIFE-NCNN-VS 2022-08-04 15:30:19 +02:00
n00mkrad
c9ccbcc9c9 Replace deprecated -vsync with -fps_mode (ffmpeg) 2022-08-04 15:16:32 +02:00
n00mkrad
f587f70c56 FPS limiting now works with RIFE-NCNN-VS, as well as renaming existing files to avoid overwriting 2022-07-22 01:26:47 +02:00
n00mkrad
d96513ed4b Backported MediaFile stuff from Nmkoder 2022-07-20 18:10:31 +02:00
n00mkrad
7a3c95f6fb Backport fast frame counting and other stuff from Nmkoder 2021-12-06 22:46:39 +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
ed15cb5b0a experimental 2-pass encoding for vp9 2021-11-24 13:48:23 +01: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
6cb0a48f95 Option to set image sequence export quality (JPEG/WEBP) 2021-09-12 14:22:03 +02:00
n00mkrad
024c723fd2 AutoEnc now works with image sequences, WIP, needs more testing 2021-08-31 00:43:22 +02:00
n00mkrad
e51909bf6e Actually integrate libwebp fix 2021-08-31 00:09:16 +02:00
n00mkrad
3fd9bbd72b Fix WEBP conversion 2021-08-30 22:15:55 +02:00
N00MKRAD
c835a199a5 Slowmo options, UI improvements 2021-08-28 10:21:52 +02:00
n00mkrad
9433269813 Case-sensitive rename operation (2/2) 2021-08-23 16:50:18 +02:00
n00mkrad
2c14fa9515 Case-sensitive rename operation (1/2) 2021-08-23 16:49:40 +02:00
n00mkrad
feafd57eda Fixed BT470M color transfer not working 2021-07-25 23:22:54 +02:00
N00MKRAD
b7f8597625 Removed debug print msg 2021-06-17 19:27:48 +02:00
N00MKRAD
28150e391a Also use additional ffmpeg args for GIF encoding 2021-06-02 18:40:31 +02:00
N00MKRAD
ae90d158f6 Fix concat file extension detection 2021-05-20 22:06:15 +02:00
N00MKRAD
8e14c61186 Enabled image sequence copying for BMP+WEBP, added Magick.NET fallback for GetImage() 2021-05-19 16:40:32 +02:00
N00MKRAD
fed3312713 Frame sequence import now ignores invalid files 2021-05-19 16:18:24 +02:00
N00MKRAD
607bbc6ae2 Fix problems with automatic GIF 50 fps resampling 2021-05-18 20:44:08 +02:00
N00MKRAD
05a55fcbd5 Hardcoded config key names to avoid string typos 2021-05-18 14:37:16 +02:00
N00MKRAD
3ba6a76b27 Rename existing outputs to ".old" instead of overwriting 2021-05-09 20:35:42 +02:00
N00MKRAD
6dcb3a9367 Fixed invalid aspect ratio not being ignored when encoding 2021-05-08 11:55:49 +02:00
N00MKRAD
d4b4f38a5a Retain aspect ratio from input video 2021-05-07 23:39:52 +02:00
N00MKRAD
55c0f5904c Retain original color space when encoding, cache ffmpeg/ffprobe outputs 2021-05-06 12:08:03 +02:00
N00MKRAD
27749ad405 Image sequences are now copied if compatible, symlinks for frame imports 2021-05-05 16:42:33 +02:00
N00MKRAD
dc909d62c1 Only add movflags faststart if output is MP4 2021-05-05 10:24:59 +02:00
N00MKRAD
abc9817c66 Added support for JPG or WEBP image sequence output 2021-04-29 09:20:35 +02:00
N00MKRAD
dd520cea28 Added support for fractional FPS limit 2021-04-26 14:13:22 +02:00
N00MKRAD
1173f38eb9 Support for resampling image sequence outputs 2021-04-25 15:11:39 +02:00
N00MKRAD
8497f91ce6 Update FfmpegEncode.cs 2021-04-25 14:02:52 +02:00
N00MKRAD
a734c5bd4a Add "-gifflags -offsetting" to fix transparent GIF encoding 2021-04-25 14:02:15 +02:00