Tronel fred
  • Joined on 2023-05-06
fred pushed to master at Public/removeads 2025-11-23 17:27:01 +01:00
f982b5b42d Removing remaining % string formatting.
fred pushed to master at Public/removeads 2025-11-23 17:16:04 +01:00
ed4ed5e7df Remove remaining % formatting in logging functions.
c83bd09411 Adding doc string for more functions.
Compare 2 commits »
fred pushed to master at Public/removeads 2025-11-23 15:56:05 +01:00
9a3d04af7f Better typing.
bb5206d916 Correct cleaning of subtitles.
e5b1917e78 Adding requirements for typing support.
dd94e5c773 More linting with typechecking and type annotations.
Compare 4 commits »
fred pushed to master at Public/removeads 2025-10-30 16:33:17 +01:00
cb019413cc More linting: no more camelcase variables, functions, arguments or methods.
fred pushed to master at Public/removeads 2025-10-29 14:54:48 +01:00
40ca3e136b More linting: no more camelcase for function names.
fred pushed to master at Public/removeads 2025-10-29 12:37:56 +01:00
367cb440d8 Even more linting: function names with snake case, remove unused variables, wrong format f-strings, masked parameters.
c565699875 Even more linting: no more variable with camel case.
Compare 2 commits »
fred pushed to master at Public/removeads 2025-10-28 10:56:45 +01:00
75f227786f Still more linting (encoding for open, variables with snake case).
fred pushed to master at Public/removeads 2025-10-27 15:48:51 +01:00
960de11b1b More linting.
fred pushed to master at Public/removeads 2025-10-26 21:01:58 +01:00
e192c66157 More linting: camel case for variable names, f-format strings.
fred pushed to master at Public/removeads 2025-10-26 17:14:34 +01:00
23f1db5ffa Even more linting (long lines, trailing spaces, module importation order, variable names).
362844f8a1 Improve linting by remove superfluous parenthesis.
Compare 2 commits »
fred pushed to master at Public/removeads 2025-10-25 16:47:34 +02:00
6ad2c3b50a Improve linting by remove bad indentations.
fred pushed to master at Public/removeads 2025-10-25 16:45:26 +02:00
ddec8633e3 Improve linting by remove trailing spaces.
fred pushed to master at Public/removeads 2025-10-25 16:33:35 +02:00
c3943ff70e Remove trailing spaces.
fred pushed to master at Public/removeads 2025-10-25 16:09:25 +02:00
926ee16433 Improve pylint score and fix most errors.
489435a87f Improve pylint score and fix most errors.
Compare 2 commits »
fred pushed to main at Public/panasonic 2025-10-23 11:12:45 +02:00
4f9c3ea08b Improvement of how we determine the initial timestamp.
fred pushed to master at Public/removeads 2025-09-19 16:41:27 +02:00
efceec0e48 Huge improvement in the merging of the different video parts using different encoding profiles, since reproducing the H264 profile of broadcast movies in nearly impossible (some features do not have corresponding options in ffmpeg).
fred pushed to master at Public/removeads 2025-09-19 16:32:22 +02:00
10234d67da Improve the README with details about the processing workflow of the script.
fred pushed to master at Public/removeads 2025-09-19 16:31:17 +02:00
7e5a500279 The clean target of the Makefile removes all intermediate files created by the script when used with the --keep option.
fred pushed to master at Public/removeads 2025-09-19 16:30:06 +02:00
8aca12c422 We ignore mpeg TS and Matroska files.
fred pushed to main at Public/panasonic 2025-09-07 17:17:34 +02:00
1e6167a1ae Regexp strings shoulb de raw strings to preserve escape character.