K4YT3X
|
627f3d84a4
|
feat(rife): add support for frame interpolation and RIFE (#1244)
Build / ubuntu (push) Waiting to run
Build / windows (push) Waiting to run
Build / container (push) Waiting to run
* feat: add RIFE files and processor/interpolator abstractions
* feat: add `rife` as processor option
* feat: add frame interpolation math except first frame
* feat: complete motion interpolation and add scene detection
* feat: improve Vulkan device validation
* fix: fix casting issues and variable names
* refactor: improve error-checking; add abstractions and factories
* refactor: improve readability of the frames processor
* docs: update changelog
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-12-01 09:55:56 +00:00 |
|
k4yt3x
|
169509b7d4
|
refactor(*): refactored the encoder and decoder into classes
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-17 00:00:00 +00:00 |
|
k4yt3x
|
b520d51c6c
|
chore: removed OpenCV dependency
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-13 00:00:00 +00:00 |
|
k4yt3x
|
561671c4cb
|
fix(cmake): removed the redundant REQUIRED word
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-12 00:00:00 +00:00 |
|
k4yt3x
|
e07beb67a4
|
chore(video2x): moved the CLI application to a separate directory
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-08 00:00:00 +00:00 |
|
k4yt3x
|
bc8ae34dde
|
refactor(libvideo2x): extracted video frame count estimation into a function
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-08 00:00:00 +00:00 |
|
k4yt3x
|
0d6a6abce2
|
chore(release): bump version to 6.1.1
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-07 00:00:00 +00:00 |
|
k4yt3x
|
77a06e7d92
|
ci(release): added Ubuntu and Windows builds to the release pipeline
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-04 00:00:00 +00:00 |
|
k4yt3x
|
8eda3fa2d2
|
build(cmake): fixed the broken RealESRGAN installation rules
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-04 00:00:00 +00:00 |
|
k4yt3x
|
bcbe33d5dc
|
feat(video2x): added the --listgpus option and GPU ID validation
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-04 00:00:00 +00:00 |
|
k4yt3x
|
850e0fde9c
|
build(cmake): install the char_defs.h header file
|
2024-11-04 03:50:41 -05:00 |
|
k4yt3x
|
fbe3b44139
|
feat(video2x): improved the timer
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-03 00:00:00 +00:00 |
|
k4yt3x
|
b333f88c2f
|
build(cmake): fixed boost build path and removed redundant librife DLL
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-02 00:00:00 +00:00 |
|
k4yt3x
|
8cafb29f70
|
build(cmake): cleaned up install directives
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-02 00:00:00 +00:00 |
|
k4yt3x
|
0588908dd6
|
fix(video2x): fixed string conversions on Linux
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-02 00:00:00 +00:00 |
|
k4yt3x
|
b309bec1cb
|
feat(video2x): rewritten the CLI with C++
|
2024-11-01 22:20:32 -04:00 |
|
k4yt3x
|
f5eb195d79
|
chore: reorganized packaging related files
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-10-30 00:00:00 +00:00 |
|
k4yt3x
|
31e606bd4c
|
chore(librealesrgan): updated librealesrgan submodule path
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-10-29 00:00:00 +00:00 |
|
k4yt3x
|
482e82f9c4
|
style(*): reduced implicit casting and other styling issues
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-10-25 00:00:00 +00:00 |
|
k4yt3x
|
58ea9e4b35
|
feat(cmake): removed CMake policy CMP0146 for compatibility
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-10-22 00:00:00 +00:00 |
|
k4yt3x
|
1f18b8507d
|
feat(cmake): added installation rules for FFmpeg and OpenCV DLLs
|
2024-10-21 21:43:11 -04:00 |
|
K4YT3X
|
bc168d11ab
|
feat(libvideo2x): use OpenCV to retrieve total frame count (#1194)
|
2024-10-21 23:54:22 +00:00 |
|
K4YT3X
|
cd2006b4d9
|
feat(*): switched to spdlog for logging and organized headers (#1183)
* feat: updated PKGBUILD description
* feat: updated workflow syntax and dependencies
* feat: switched logging to spdlog
* chore: adjusted library defaults
* ci: fixed spdlog format string issues
* docs: fixed docs for libvideo2x functions
* feat: organized header files
* fix: fixed header installation directory
* feat: link spdlog statically if compiled from source
* feat: adjusted libvideo2x log level enum names
* feat: added version.h header
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-10-14 02:46:59 +00:00 |
|
k4yt3x
|
ecbc512711
|
ci(build): fixed librealesrgan library name
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-10-11 00:00:00 +00:00 |
|
K4YT3X
|
37c2c4c647
|
feat(*): added support for copying audio/subtitle streams and pause/abort (#1179)
* feat: added Makefile target for debian
* fix: fixed Dockerfile installing the wrong package
* feat: added hwaccel for encoder and decoder
* feat: added benchmark mode
* feat: removed hard-coded keyframe info
* chore: cleaned up headers and organized code
* style: cleaned up headers and includes
* feat: added a progress bar for CLI
* feat: removed atomicity requirements on processed frames
* feat: added pause and abort for CLI
* chore: updated default preset and crf settings
* feat: added support for copying audio and subtitle streams
* fix: fixed syntax issues for MSVC
* fix: fixed audio/subtitle timestamp rescaling
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-10-10 07:23:13 +00:00 |
|
K4YT3X
|
a7952fc493
|
feat(*): rewritten the project with C/C++ (#1172)
|
2024-10-08 02:29:00 +00:00 |
|