Tronel fred
  • Joined on 2023-05-06
fred pushed to master at Public/removeads 2023-12-12 12:07:45 +01:00
b1c58fc53a Correction d'un bug qui ne passe pas le chemin de ffmpeg dans la fonction ffmpegConvert.
fred pushed to master at Public/removeads 2023-12-12 11:57:12 +01:00
4070f34a60 Ajout d'une large partie du code nécessaire à l'extraction des sous-titres via OCR.
fred pushed to master at Public/removeads 2023-12-02 21:17:21 +01:00
cb600b920d Fix message display.
fred pushed to master at Public/removeads 2023-12-02 21:15:46 +01:00
bb5333ffca Add some details to message about extraction of video pictures and audio packets.
fred pushed to master at Public/removeads 2023-12-02 21:12:05 +01:00
1ed4bbf6df Add a function to retrieve packet duration compatible with multiple ffmpeg versions.
fred pushed to master at Public/removeads 2023-12-02 21:06:31 +01:00
9a8f97a278 Fix missing calls to getTSFrame.
fred pushed to master at Public/removeads 2023-12-02 21:04:12 +01:00
650724c966 Fix a typo.
fred pushed to master at Public/removeads 2023-12-02 21:03:23 +01:00
40592dcec2 Add a function to retrieve timestamp of a frame (with multiple ffmpeg version).
fred pushed to master at Public/removeads 2023-12-02 20:58:04 +01:00
da13f3e9c8 Missing a float conversion.
fred pushed to master at Public/removeads 2023-12-02 20:56:55 +01:00
b4e304d9ab Fix a typo.
fred pushed to master at Public/removeads 2023-12-02 20:53:57 +01:00
44d47a564c Make the script compatible with older version of ffmpeg.
fred pushed to master at Public/removeads 2023-12-02 18:10:25 +01:00
b8394069fb Correct the name of an optional tool: vobsubocr.
fred pushed to master at Public/removeads 2023-12-02 17:29:43 +01:00
124772aaeb Closing of memory filedescriptor right after their usage (to save memory).
fred pushed to master at Public/removeads 2023-12-02 17:26:01 +01:00
076e3c990b Better performances and simplification by removing pipes and using memory file descriptors.
fred pushed to master at Public/removeads 2023-12-02 17:24:00 +01:00
d549311e20 We don't need pygame as a dependency.
fred pushed to master at Public/removeads 2023-12-01 16:50:05 +01:00
4a1bf64bda A makefile to clean all temp files.
fred pushed to master at Public/removeads 2023-12-01 16:48:40 +01:00
58ec094cfc A comment to remember how to extract SPS and PPS from a file with ffmpeg.
0f46dc9fda New functions to extract subtitles at the end of processing. A new option to extract them.
cf4850c8dc The progress bar for pictures extraction are now counted in number of pictures.
ed0494b540 Tools that are search for at startup are now categorized in required and optional.
Compare 4 commits »
fred pushed to master at Public/removeads 2023-12-01 16:44:21 +01:00
22592214bb Add a .gitignore to help having a better git status output.
0678716c1c Add a .gitignore to help having a better git status output.
Compare 2 commits »
fred pushed to master at Public/removeads 2023-11-30 21:07:10 +01:00
685365388e Adding an option to dump images of trailers and headers of each part for debugging purpose.
fred pushed to master at Public/removeads 2023-11-30 16:14:27 +01:00
4bd294e26b A better README.