Commit Graph

57 Commits

Author SHA1 Message Date
minjaesong
05101ecd08 turns out extra sync packet at the end of video was a terrible idea 2025-09-22 22:38:32 +09:00
minjaesong
c14b692114 --arate option to override audio bitrate 2025-09-18 01:28:02 +09:00
minjaesong
35f1a0c2f2 monoblock TAV 2025-09-18 00:37:44 +09:00
minjaesong
8279b15b43 TAV using subtitle parsing of TEV 2025-09-17 09:37:00 +09:00
minjaesong
9652143d93 more code cleanup 2025-09-17 01:24:05 +09:00
minjaesong
ded609e65e using "correct" colourimetry 2025-09-15 10:14:44 +09:00
minjaesong
34cf5cb591 ICtCp colour space impl 2025-09-15 09:52:23 +09:00
minjaesong
9c2aa96b73 ICtCp colour space wip 2025-09-15 02:12:16 +09:00
minjaesong
198e951102 various encoder bug fixes 2025-09-13 00:39:12 +09:00
minjaesong
dc223fe00b encoder example text update 2025-09-12 09:24:41 +09:00
minjaesong
5a5ac8ef74 complexity calculation now considers chroma 2025-09-09 19:02:15 +09:00
minjaesong
9f7a4ef2e7 tev rate factor impl fix 2025-09-09 10:07:52 +09:00
minjaesong
3495dfca5e tev slight optimisation 2025-09-09 09:47:56 +09:00
minjaesong
cf1ee80aa1 fixing another stupid bug 2025-09-09 00:11:45 +09:00
minjaesong
b80d5b858a encoder complexity function update 2025-09-08 23:58:25 +09:00
minjaesong
0c26d12d65 faster init time 2025-09-08 00:35:34 +09:00
minjaesong
99e5183b42 fix: broken NTSC framerate detection 2025-09-06 00:05:55 +09:00
minjaesong
ee03809899 width and height params gone in favour of single size param with string parsing 2025-09-05 19:12:49 +09:00
minjaesong
9ff12edecd fix: FPS conversion not changing video header 2025-09-05 00:30:17 +09:00
minjaesong
c89b977e91 NTSC framerate detection 2025-09-03 11:08:37 +09:00
minjaesong
4fb849d794 interlacing optimisation with more memcpy 2025-09-02 21:09:44 +09:00
minjaesong
b8311685d7 interlacing wip3 2025-09-02 17:53:01 +09:00
minjaesong
09e665f560 interlacing wip 2025-09-02 10:47:23 +09:00
minjaesong
c0f4c2789c encoder fix: segfault on exit 2025-09-01 21:35:03 +09:00
minjaesong
680b545590 using Zstd on TEV; bumping Aircompressor to 2.0.2 2025-09-01 20:48:21 +09:00
minjaesong
eb6dfef5ec less magic numbers on code 2025-09-01 01:04:32 +09:00
minjaesong
2eff7f67fb more balanced rate factor calculation 2025-08-29 14:47:06 +09:00
minjaesong
f66e537d79 fix: subtitles disappear with the notification; padding on subtitle block 2025-08-28 16:59:03 +09:00
minjaesong
313122c01e support for SAMI subtitles; b/i tags for SAMI and SubRip 2025-08-28 13:57:00 +09:00
minjaesong
fb3fcddb59 default audio rate change 2025-08-28 13:14:58 +09:00
minjaesong
3989f409f7 more efficient metadata fetch 2025-08-28 10:38:10 +09:00
minjaesong
4276dfd4f0 randomised temp file 2025-08-28 09:33:28 +09:00
minjaesong
222feb50cb quality table change 2025-08-28 00:35:40 +09:00
minjaesong
d43a2f66d0 adaptive quality control 2025-08-28 00:10:17 +09:00
minjaesong
6f7e407a1c Better tev preset table 2025-08-27 17:45:37 +09:00
minjaesong
33e77e378e Changed video format; added TEV version 3 (XYB colour space) 2025-08-26 22:17:45 +09:00
minjaesong
6d982a9786 subtitle wip 2025-08-26 00:35:53 +09:00
minjaesong
3820b2a2db increased default audio rates 2025-08-25 19:00:40 +09:00
minjaesong
116615d3f3 better audio queueing 2025-08-25 18:02:36 +09:00
minjaesong
7670ef1b35 content-based keyframe detection 2025-08-25 17:34:56 +09:00
minjaesong
f28261534b help message changes 2025-08-24 13:57:56 +09:00
minjaesong
cb07ab1f3b rate control not quite working but committing anyway due to format change 2025-08-24 13:35:08 +09:00
minjaesong
b1857e355a tev2: only offering 5 quality settings 2025-08-24 04:02:15 +09:00
minjaesong
f1dab59495 more lazy q table prep 2025-08-23 20:12:35 +09:00
minjaesong
6f6d10cc1b MP2 decoding 2025-08-23 01:24:01 +09:00
minjaesong
3c135e48e0 more aggressive and asymmetrical Chroma compression 2025-08-22 23:13:41 +09:00
minjaesong
b720e786a9 optimising and rotating DCT blocks 2025-08-22 00:46:19 +09:00
minjaesong
e10cd166f0 optimised motion search 2025-08-21 23:52:16 +09:00
minjaesong
ff39a00431 tev encoder finalising without residual dct 2025-08-21 22:54:01 +09:00
minjaesong
f783ef934f tev format working with better motion compensation 2025-08-21 20:52:27 +09:00