Tronel fred
  • Joined on 2023-05-06
fred pushed to master at Public/removeads 2023-12-20 10:05:47 +01:00
3681ff33f3 Remove code that was here to debug the codec private data changes.
fred pushed to master at Public/removeads 2023-12-20 09:56:45 +01:00
59b55bac6c Make mkvmerge speaks english for its outputs so that the code is neutral with respect to locally installed languages.
fred pushed to master at Public/removeads 2023-12-19 14:12:21 +01:00
2bf9b467bb We handle the cases where the old codec private data size is larger, smaller or equal to the new one.
fred pushed to master at Public/removeads 2023-12-18 16:14:57 +01:00
6959e83327 Add a new option to not take into account sequences that are shorter than a certain threshold.
2f425aa9cf Adding a bunch of functions to modify codec private data inside video tracks, correct mkv binary representation after such changes.
Compare 2 commits »
fred pushed to master at Public/removeads 2023-12-18 16:11:50 +01:00
556d88d73a mkvinfo command is now mandatory.
af52c80a8e Positioning inside files using lseek is made uniformly.
04d23ca1b2 The langage used by commands cannot be set using locales module.
Compare 3 commits »
fred pushed to master at Public/removeads 2023-12-15 09:38:55 +01:00
88d9d15496 If we only try to convert from .ts to .mp4 or .mkv, without any cut, do not remove output file.
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.