Commit Graph

69 Commits

Author SHA1 Message Date
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
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
250c33b91a Faster encoding using symlink folder 2021-04-03 16:30:07 +02:00
N00MKRAD
b3ab84646b Switched to fractional framerates, fixed VFR inputs 2021-04-02 14:36:08 +02:00
N00MKRAD
4ecc10340d minor cleanup 2021-03-22 21:56:14 +01:00
N00MKRAD
1089ff861a No UI status change for blending scene changes in autoenc 2021-03-21 21:56:08 +01:00
N00MKRAD
0455e60cc4 BlendSceneChanges now works with auto-encode 2021-03-21 16:00:53 +01:00
N00MKRAD
ddf68715fb Basic support for blended scene changes 2021-03-19 19:34:48 +01:00
N00MKRAD
7a379a6d68 Fixed image sequence copy bugs 2021-03-14 20:34:35 +01:00
N00MKRAD
c7b82dca6d Status update for muxing 2021-03-09 18:52:07 +01:00
N00MKRAD
d16eb5b15f Fixed and refactored code to include output FPS in export filename 2021-03-09 15:55:50 +01:00
N00MKRAD
ba9406aeed Export filename is now fully customizable with placeholders in settings 2021-03-03 21:53:17 +01:00
N00MKRAD
a6dca1906e Make export file separator ('-' by default) customizable in config 2021-03-03 18:40:08 +01:00
Julian Maier
088cc4818e Integrated new stream transfer code with config options 2021-03-03 16:12:49 +01:00
Julian Maier
209844230e Direct transfer of audio/sub streams from input file
To avoid having to extract the full audio/sub streams to files first.
2021-03-03 16:00:48 +01:00
N00MKRAD
3ced1c9f06 Fix keepAudio/keepSubs config options 2021-02-24 17:57:30 +01:00
N00MKRAD
6cfcfedbe6 Finished support for multiple audio streams - needs more testing
metadata transfer should be optimized (title/language)
2021-02-23 23:55:03 +01:00
N00MKRAD
71f3e583de Extract all audio tracks (TODO: Merging) 2021-02-23 22:26:13 +01:00
N00MKRAD
a1c823d1da Parallel frame order processing 2021-02-16 11:27:00 +01:00
N00MKRAD
2d83162f44 More error handling for SBS mode 2021-02-08 21:24:28 +01:00
N00MKRAD
4048d2f74c Renamed vfr ini files, unified filename stored in Paths.cs 2021-02-08 20:57:37 +01:00
N00MKRAD
2bdda6522f FfmpegCommands refactoring, renamed AudioVideo namespace 2021-02-02 12:56:48 +01:00
N00MKRAD
2b1fa68418 serialize and save InterpSettings, float interpFactor variable 2021-02-01 18:05:50 +01:00
N00MKRAD
81a158e44f split FFmpegCommands into multiple classes for extraction/encoding 2021-02-01 16:23:35 +01:00
N00MKRAD
a8c9eb9fb4 Copy instead of move image sequence in SBS mode 2021-01-27 21:12:28 +01:00
N00MKRAD
86e27a4041 Only loop output if loop is on, fix SBS frame extraction not clearing, more
Improved Interpolate.Cleanup() with retries
minOutVidLength now defaults to 5s instead of 0s
Frames filenameMap now uses zeropadding value from Padding class
2021-01-26 16:45:02 +01:00
N00MKRAD
2526063d1f minor UI changes, temporarily disabled alpha option 2021-01-22 13:31:49 +01:00
N00MKRAD
884bb6678e Finished multi-track subtitle support 2021-01-16 14:42:47 +01:00
N00MKRAD
3029e6b223 Removed GifskiCommands.cs 2021-01-15 19:30:10 +01:00
N00MKRAD
cd20921fad Fixed scene detection not working after 1st frame 2021-01-14 20:31:45 +01:00
N00MKRAD
dc9035caa1 Fixed broken autoenc performance fix lol, some cleanup 2021-01-07 11:02:43 +01:00
N00MKRAD
14df754538 Fixed and improved FPS limiting feature, added AVI codec options 2021-01-06 17:41:18 +01:00
N00MKRAD
98f8448a75 Fixed GIF encoding, updated RIFE-NCNN to latest version + 1.7 model 2021-01-05 14:10:57 +01:00
N00MKRAD
f57b256a93 mpdecimate dedupe now works with new encoding, fixed autoenc+dedupe 2021-01-03 22:37:06 +01:00
N00MKRAD
0160ca2240 Fixed AutoEncode with new vfr file layout 2021-01-03 21:00:32 +01:00
N00MKRAD
c38a615a15 Better CFR-based encoding, fixed dupe frame when using loop 2021-01-02 16:20:21 +01:00
N00MKRAD
a226e3f352 Get frame count async and cache it using checksum 2020-12-27 22:52:14 +01:00
N00MKRAD
9f251cde54 Fixed AutoEncode with non-MP4 output formats 2020-12-23 17:15:42 +01:00
N00MKRAD
006706ee73 VP9/ProRes/AVI export, support for custom ffmpeg enc args 2020-12-23 16:13:04 +01:00
N00MKRAD
751071548b Improved Updater to fully support Patreon/Free channels in parallel 2020-12-20 22:15:14 +01:00
N00MKRAD
3a77cf422f Scene Detect works with img seq output, better progress UI for chained interps 2020-12-20 21:25:34 +01:00
N00MKRAD
4df2949681 Cleaner code for Interpolate.cs 2020-12-17 11:32:45 +01:00
N00MKRAD
fd28000793 Fixed weird duplicate frames problem with 2x 2020-12-15 16:45:31 +01:00
N00MKRAD
4510bd6015 Fixed VFR frame drops, bigger AutoEnc safety buffer for NCNN, cleanup 2020-12-15 14:46:33 +01:00
N00MKRAD
f982b7948c ACTUALLY fixed looping + fps limiting 2020-12-10 22:44:14 +01:00
N00MKRAD
ad8d418313 Fixed looping not working when used together with FPS limiting 2020-12-10 22:39:45 +01:00
N00MKRAD
c14cacc7d0 Fixed JPEG support with new RIFE code and AutoEnc 2020-12-10 16:37:33 +01:00
N00MKRAD
fb453216f1 GIF optimization & color palette option 2020-12-08 15:22:46 +01:00
N00MKRAD
e77933b971 GIF encoding now handled by ffmpeg, new RIFE and RIFE-NCNN pkgs 2020-12-08 14:43:03 +01:00