Commit Graph

606 Commits

Author SHA1 Message Date
N00MKRAD
925902889d Error handling for FillAiModelsCombox() 2021-02-09 16:25:46 +01:00
N00MKRAD
e8f440ee52 Merge pull request #18 from n00mkrad/revert-17-main
Revert "Convert to .NET 5 Project"
2021-02-09 16:08:43 +01:00
N00MKRAD
babfe6e744 Revert "Convert to .NET 5 Project" 2021-02-09 16:07:57 +01:00
N00MKRAD
2b2cfa1166 Merge pull request #17 from Dankrushen/main
Convert to .NET 5 Project
2021-02-09 15:53:34 +01:00
N00MKRAD
ede898dec7 Updated RIFE-CUDA to RIFE 2.0 2021-02-09 12:24:51 +01:00
Dankrushen
41fedece97 Fix link buttons 2021-02-08 19:40:16 -05:00
Dankrushen
1df42c1b35 Add comment and remove FodyWeavers 2021-02-08 19:11:39 -05:00
Dankrushen
15261f2a1b Update build scripts and publish single file builds 2021-02-08 19:01:52 -05:00
Dankrushen
be54a26304 Fix build scripts 2021-02-08 15:51:25 -05:00
Dankrushen
e990ec0505 Replace original code with .NET 5 2021-02-08 15:48:44 -05:00
Dankrushen
8a1c7d3295 Update .NET 5 code 2021-02-08 15:39:10 -05:00
N00MKRAD
2d83162f44 More error handling for SBS mode 2021-02-08 21:24:28 +01:00
Dankrushen
b4251f9f88 Merge remote-tracking branch 'upstream/main' 2021-02-08 15:16:37 -05:00
N00MKRAD
76886c6b6e Delete old vfr files whenever making a new one 2021-02-08 21:11:25 +01:00
N00MKRAD
4048d2f74c Renamed vfr ini files, unified filename stored in Paths.cs 2021-02-08 20:57:37 +01:00
N00MKRAD
9f14745b75 Don't run scene detection when extracting frames in SBS mode 2021-02-08 20:15:59 +01:00
N00MKRAD
1a2cee1580 Show progress for creating enc file (every 1k lines), async frame renaming 2021-02-08 19:02:35 +01:00
N00MKRAD
1fec800b80 WIP frame order file creation optimization 2021-02-08 11:03:17 +01:00
N00MKRAD
4c1020b9bf removed gifski code 2021-02-08 10:33:35 +01:00
N00MKRAD
596a2c40e0 some cleanup 2021-02-08 10:21:26 +01:00
N00MKRAD
34d1113d8c Progress bar for async frame counting with ffmpeg 2021-02-07 18:12:41 +01:00
N00MKRAD
4b5da3df75 async frame counting 2021-02-07 17:47:12 +01:00
N00MKRAD
f4b3f4bbc6 Fixed double ReverseRenaming calls, related improvements 2021-02-05 23:19:33 +01:00
N00MKRAD
0f06c65ce2 Fixed AAC fallback not working, fixed no output if audio merge failed 2021-02-05 22:30:23 +01:00
N00MKRAD
e50c55ef90 Removed SemVer class and use Version class instead 2021-02-05 15:57:44 +01:00
N00MKRAD
d301991f1e Fixed SemVer comparison 2021-02-05 15:52:44 +01:00
N00MKRAD
6f9e4b72c9 see last commit 2021-02-04 23:30:45 +01:00
N00MKRAD
ef76ea81a0 Split ffmpeg alpha commands into their own class 2021-02-04 23:29:46 +01:00
N00MKRAD
cf902c0549 Raised hard framerate limit from 500 to 1000 2021-02-04 22:50:07 +01:00
N00MKRAD
65c42dca52 Fixed alpha not working for image sequence inputs 2021-02-04 22:49:19 +01:00
N00MKRAD
042a0cb765 disable folder keeping until resuming is fully implemented 2021-02-04 22:05:40 +01:00
N00MKRAD
2932e702e3 Don't hash framecount of >256mb files as it's too slow and I/O heavy 2021-02-04 21:18:36 +01:00
N00MKRAD
99ed008d74 Support for nonstandard subtitle text encodings 2021-02-04 21:03:59 +01:00
N00MKRAD
1b864f92dc Fixed GetFfmpegOutputAsync not returning all output lines 2021-02-04 20:11:55 +01:00
N00MKRAD
8b2efa3e67 Fixed aiCombox saving/loading still not working 2021-02-03 21:22:30 +01:00
N00MKRAD
3cc463ec37 Added 3rd model download mirror 2021-02-03 21:12:14 +01:00
N00MKRAD
c68e462f33 Move existing interp frames to another folder on resume 2021-02-03 21:10:37 +01:00
N00MKRAD
4c60cbfc39 Frame filename map with rel paths, fixed old frame deletion on resume 2021-02-03 20:51:36 +01:00
N00MKRAD
66a05a4bdb Resuming WIP 2021-02-02 21:48:18 +01:00
N00MKRAD
630b22dd2c Re-enable DeleteInterpolatedInputFrames for testing, set prog to 0 after ffmpeg ran 2021-02-02 16:07:36 +01:00
N00MKRAD
2bdda6522f FfmpegCommands refactoring, renamed AudioVideo namespace 2021-02-02 12:56:48 +01:00
N00MKRAD
832f286367 temporarily disabled input frame deletion as it's unstable 2021-02-02 01:01:44 +01:00
N00MKRAD
1c4942c11a Delete input frames once interpolated (independent of implementation) 2021-02-01 23:18:13 +01:00
N00MKRAD
d8eadba6a4 Resuming WIP: InterpSettings now get deserialized and loaded 2021-02-01 22:48:22 +01:00
N00MKRAD
dd79c5a2a8 Improved path char check, fixed SBS GUI 2021-02-01 22:06:50 +01:00
N00MKRAD
f11611f32e Actually set the stepByStep flag for current InterpSettings 2021-02-01 21:54:30 +01:00
N00MKRAD
985ce45f1d Fixed ReverseRenaming being ultra slow + only run if SBS mode 2021-02-01 21:50:05 +01:00
N00MKRAD
87b6542c18 Fixed timestamp adding "AM"/"PM" and turning 0h to 12h 2021-02-01 20:51:40 +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