Pavel Dubrovsky

Results 44 issues of Pavel Dubrovsky

В связи с найденным багом составления селекторов для checkable-элементов, имеющих квадратные скобки в имени, проверить, как плагин поведёт себя в похожих ситуациях на других полях.

TODO

There is a todo list of remaining improvements for realtime player feature: - [ ] Cover the code with tests where possible. - [x] #110 - [x] #114 - [...

dev

When trying to restore zoomed state, the window is displayed ignoring the previously defined size boundaries, and switching to a normal state anyway. It can be an OS-related issue, or...

dev
GUI
priority: low

The `-h` output does not contain items from the parent classes.

bug

In the current GUI FrameThumbnail feature is removed due required refactoring. So, I need to re-implement it back.

dev

Something like ```python import cv2 import io class MemoryStream: def __init__(self, data): self.buffer = io.BytesIO(data) def read(self, size=-1): return self.buffer.read(size) def seek(self, offset, whence=0): return self.buffer.seek(offset, whence) def tell(self): return...

dev

It seems that when source FPS is fractionary (e.g. like 29.97004) and target FPS is the same, any h264/h265 encoded videos have the same problem with broken rewind in the...

dev

I definitely need an option to select which video handler backend should be used.

dev

I want to store all previously selected target/source directories in the config file to use them in the file dialogs.

feature