k4yt3x
48119a30eb
feat(anime4k): added version name to Anime4K GLSL shader files
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-27 00:00:00 +00:00
k4yt3x
9d09d8570f
feat(anime4k): added Anime4K GAN GLSL shaders
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-27 00:00:00 +00:00
Neo_Chen (BU4AK)
ebef5f54cb
fix(video2x): fixed -g option in src/video2x.c and help message for libplacebo ( #1197 )
...
* fixed -g option in src/video2x.c and help message for libplacebo
* style: sorted getopt options
---------
Signed-off-by: Neo_Chen <chenkolei@gmail.com>
Co-authored-by: K4YT3X <i@k4yt3x.com>
2024-10-26 19:16:55 +00:00
k4yt3x
747d85cf9b
docs(readme): updated links for 6.0.0-beta.5
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-26 00:00:00 +00:00
k4yt3x
f89b263487
ci(release): corrected release name variable
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-26 00:00:00 +00:00
k4yt3x
ebd5e8eb3d
fix(realesrgan): fixed incorrect type for ncnn::Mat elemsize
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-26 00:00:00 +00:00
k4yt3x
50d5cb16d1
docs(video2x): updated command line help messages
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-26 00:00:00 +00:00
k4yt3x
8eac1a7393
feat(libplacebo): added more modes for Anime4K v4
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-26 00:00:00 +00:00
k4yt3x
f0f3166d92
chore(models): moved model files into subdirectories
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-26 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
e077849a2c
docs(readme): updated links for 6.0.0-beta.4
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-22 00:00:00 +00:00
k4yt3x
0fb547589d
feat(*): updated Dockerfile and PKGBUILD for 6.0.0-beta.4
...
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
eb7d411f49
perf(libvideo2x): removed unnecessary read of nb_frames
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-22 00:00:00 +00:00
k4yt3x
640d9cd52b
fix(encoder): fixed memory leak in the encoder
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-21 00:00:00 +00:00
K4YT3X
bc168d11ab
feat(libvideo2x): use OpenCV to retrieve total frame count ( #1194 )
2024-10-21 23:54:22 +00:00
Owen Quinlan
e09f348890
Fix missing spdlog in docker build [Fix for #1185 ] ( #1186 )
...
* Fix missing spdlog in docker build
* fix: added the spdlog dependency for the Dockerfile building stage
---------
Co-authored-by: K4YT3X <i@k4yt3x.com>
2024-10-14 16:51:40 +00:00
k4yt3x
f3caf22765
docs(readme): updated links for 6.0.0-beta.3
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-14 00:00:00 +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
3fe1f6d544
docs(readme): updated Windows download link
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-11 00:00:00 +00:00
k4yt3x
ee4d6f360e
chore(librealesrgan): updated librealesrgan submodule
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-10 00:00:00 +00:00
k4yt3x
7ae1943754
docs(readme): added EOL notice for versions 4 and 5
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-10 00:00:00 +00:00
k4yt3x
c2a4b25290
ci(build): fixed missing include in conversions.h
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-10 00:00:00 +00:00
k4yt3x
f79d4893db
docs(readme): updated README for 6.0.0-beta.2
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-10 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
c7fa9c10e6
docs(readme): fixed logo for GitHub light theme
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-08 00:00:00 +00:00
k4yt3x
fa1dca8708
docs(*): updated CI pipeline name and added .gitattributes
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-10-08 00:00:00 +00:00
K4YT3X
a7952fc493
feat(*): rewritten the project with C/C++ ( #1172 )
2024-10-08 02:29:00 +00:00
k4yt3x
721de8cbce
chore(license): bumped copyright year to 2024
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-02-10 00:46:00 +00:00
k4yt3x
7de040bbb7
fix(dockerfile): fixed the Dockerfile to work with the latest code
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2024-02-09 23:36:24 +00:00
k4yt3x
b382f3973f
feat(video2x): dynamically import optional dependencies
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2023-09-24 11:26:16 +00:00
k4yt3x
37bdfddf55
chore(project): add the 'all' optional dependency
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2023-09-24 10:37:32 +00:00
k4yt3x
21967209b8
chore(project): update optional dependencies and classifiers
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2023-09-24 10:31:02 +00:00
k4yt3x
b4b7cadf0d
tests(*): updated test file paths and removed unused dependencies
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2023-09-24 07:33:07 +00:00
k4yt3x
7c70032fe7
fix(video2x): fixed the issue where output width/height aren't calculated if they are None
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2023-09-20 05:43:45 +00:00
k4yt3x
71821dbb56
fix(pipeline): bumped Python version in pipeline
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2023-09-16 23:10:48 +00:00
k4yt3x
22993028b4
feat(video2x): updated the variables in the Video2X class for compatibility with the GUI
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2023-09-16 18:49:29 +00:00
k4yt3x
6d934e6a98
feat(style): added formatting dependencies into pyproject.toml
...
Signed-off-by: k4yt3x <i@k4yt3x.com>
2023-09-16 18:47:47 +00:00
k4yt3x
78a2aafa0e
moved non-project ignores out of gitignore
2023-06-07 14:24:02 +00:00
k4yt3x
e535cf7333
updated PDM build backend
2023-05-31 19:18:10 +00:00
k4yt3x
e725712be9
added no progress bar warning for FFmpeg direct process scenarios
2023-05-31 15:24:12 +00:00
k4yt3x
d66b7fa144
fixed upscaler test
2023-05-31 15:23:53 +00:00
k4yt3x
155a144a93
removed file update dates, unified role names
2023-05-30 23:18:34 +00:00
k4yt3x
275f329f7f
disabled formatting for example code to keep comment indentation
2023-05-29 14:08:26 +00:00
k4yt3x
60ae71f3c5
adjusted interpolation %diff from 10% to 5%
2023-05-25 21:09:58 +00:00
k4yt3x
cc01f2d8e2
refactored interpolator
2023-05-25 18:44:54 +00:00
k4yt3x
5255e20283
fixed incorrect interpolator choices; reduced libfdk_aac cutoff freq
2023-05-25 18:43:53 +00:00
k4yt3x
c746773980
added Anime4K v4 (GLSL) support via FFmpeg & libplacebo
2023-05-09 08:30:02 +00:00