Avasam

Results 686 comments of Avasam

I can add to this. The VLC version I'm forced using has issues converting FLV to MP4. It'd normally be a great tool for that, but it adds 18px of...

More reasons why I can't use this old VLC version: It has issues reading M4A (MP4 Audio) files. In VLC the timebar only updates every 8s or so. In OBS...

If the modules or symbols are not present in `.py` files (and the package marked as py.typed), the only way to type them for type checkers is to use type...

I could've sworn it didn't work... maybe I had accidentally left it as a dataclass... despite double checking. Oh, or maybe I didn't clear my config so it kept loading...

It's still true that I can't use a TypedDict as my generic type though (passed to _dict) ![image](https://user-images.githubusercontent.com/1350584/158050924-48083b7f-7b8c-49c7-ae86-c437c30b06b6.png) ![image](https://user-images.githubusercontent.com/1350584/158050931-7b0862f2-ba08-4e51-94d9-0605af5cccc4.png)

This is legitimately a blocker on MacOS since `pip install opencv-python-headless

> How does PyInstaller in any way inhibit wheel building? The two are completely unrelated. It's a catch 22. PyInstaller has issues with OpenCV-python 4.6. The solution/workaround mentioned here and...

> Downloading opencv_python_headless-4.5.5.64-cp36-abi3-macosx_10_15_x86_64.whl https://pypi.org/project/opencv-python-headless/#files Y'know what, I think the macos version I'm using might just be too old at 10.14.6 I updated to 11.0.1 and it correctly installed from wheel...

Didn't read through the entire thread, but DirectX Desktop Duplication, BitBlt and Windows Graphics Capture API are all completely different capture methods that server their own purpose and have their...

Can we have the option to use a proper word (`single` or `double`) instead of quotes? `unify src/ --recursive --in-place --quote "` won't work in powershell as it just goes...