Petunjia

Results 2 issues of Petunjia

### What is the bug? Hi to all, I used timemanager in lizmap_3_3 and also modified.. It was all ok. Now, with lizmap_3_5, I have a problem. Timemanager doesn't show...

bug
feedback

Hi to all, Trying to convert python scipts to exe with pyinstaller. In my code I use ffmpeg-python: ` def ffmpeg_save_clip(self,output_video: str, clip_start: str, clip_end: str): (ffmpeg .input(self.file.get_videopath(), ) .output(output_video,...