Tronel fred
  • Joined on 2023-05-06
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.
fred pushed to main at Public/Espace-citoyen 2025-08-30 09:03:45 +02:00
fcf4d914c9 Change some messages types into error.
fred pushed to main at Public/Espace-citoyen 2025-08-30 08:59:39 +02:00
4b3c6a33c0 Add a configuration file example.
856e7fc034 Improvement of configuration file.
Compare 2 commits »
fred pushed to main at Public/Espace-citoyen 2025-08-27 14:56:10 +02:00
b9a156d694 Correct typos in the documentation.
fred pushed to main at Public/Espace-citoyen 2025-08-27 14:55:35 +02:00
824e17f62c Correct typos in the documentation.