Tronel fred
  • Joined on 2023-05-06
fred pushed to refactor at Public/removeads 2026-08-30 08:58:36 +02:00
2590faf20f The full pipeline is now in its own module.
fred pushed to refactor at Public/removeads 2026-08-29 16:15:53 +02:00
bea482487e Replace spurious exit call by raising exceptions.
fred pushed to refactor at Public/removeads 2026-08-29 16:12:30 +02:00
c48b77f294 Move tests to root of the project.
fred pushed to refactor at Public/removeads 2026-08-29 16:07:35 +02:00
0ff2e3a6dd Linting and typing fixes.
fred pushed to refactor at Public/removeads 2026-08-29 15:30:53 +02:00
294d857206 Put all exceptions in their dedicated module.
280eb1facb Put all functions related to mkvtoolnix tools into a dedicated module.
Compare 2 commits »
fred pushed to refactor at Public/removeads 2026-08-29 14:25:16 +02:00
3769244bdb Fix typing error.
fred pushed to refactor at Public/removeads 2026-08-29 14:22:39 +02:00
b241c45efc Move functions related to subtitles OCR in a dedicated module.
fred pushed to refactor at Public/removeads 2026-08-29 14:11:06 +02:00
edcbf91101 Transfer functions related to Matroska codec private data into a dedicated module.
fred pushed to refactor at Public/removeads 2026-08-29 13:56:08 +02:00
4658cc16e0 Extract logging outside of function.
fred pushed to refactor at Public/removeads 2026-08-29 13:53:41 +02:00
5bbdfe9929 Fix missing import.
fred pushed to refactor at Public/removeads 2026-08-29 13:50:52 +02:00
87e326d976 Remove function to discover if required tools are installed.
fred pushed to refactor at Public/removeads 2026-08-29 13:49:35 +02:00
e2936d565f Fix typing errors in ffprobe and ffmpeg related functions.
fred pushed to refactor at Public/removeads 2026-08-29 12:31:56 +02:00
fa18247fd6 Fix typing problems in tools.
fred pushed to refactor at Public/removeads 2026-08-29 11:24:55 +02:00
87b557bc38 Add functions related to ffmpeg, ppm files and timestamps to dedicated modules.
fred pushed to refactor at Public/removeads 2026-08-29 10:47:47 +02:00
a12a4e1b2b Fix typing errors in ffprobe functions.
fred pushed to refactor at Public/removeads 2026-08-29 10:39:56 +02:00
795d314f13 Transfer functions that use ffprobe into a dedicated module.
fred pushed to refactor at Public/removeads 2026-08-28 23:09:06 +02:00
700d1fedc5 Fixing type error.
fred pushed to refactor at Public/removeads 2026-08-28 22:57:57 +02:00
92df1d24d6 Separate MKV class and functions in a separate module.
fred pushed to refactor at Public/removeads 2026-08-28 22:19:57 +02:00
ff20f31e74 No more linting error of mypy in H264.
fred pushed to refactor at Public/removeads 2026-08-28 22:01:13 +02:00
c32018caae Fix tscut for the new structure of the project.