-
Canon CR3 images have an unusual attribute when the Canon camera is in HDR mode: according to [Phil Harvey (ExifTool developer)](https://exiftool.org/forum/index.php?topic=10870.msg57898#msg57898), "T…
-
If I build this patch
```
#N canvas 63 63 450 300 12;
#X obj 197 124 pow~;
#X obj 207 205 dac~;
#X obj 251 122 sqrt~;
#X connect 0 0 1 0;
#X connect 2 0 1 0;
```
I get
```
__sqrt~f requires…
-
Just tested gpth with a takeout. I have a Google Pixel 6a. It has a "Top Shot" feature, which records a video instead of making a single photo.
It looks like in the takeout these top shots are stor…
-
Few things related to this:
- comes with new bootloader - which likely needs to be flashed to all devices (needs instructions to users)
- should work with newer arm-gcc - so we can update this in…
-
libheif now allows writing to monochrome/grayscale images, but the provided API doesn't seem to provide a way to detect if the input image is monochrome. This is reflected in the sample code, for exa…
-
We could perhaps separate by compiler. Main thing is to be able to reduce duplication of required libraries and binaries. And make sure that everything is correctly in the path.
And then also need …
-
### mpv Information
```bash
mpv v0.39.0-170-g37159a8ee0 Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
built on Oct 20 2024 00:54:23
libplacebo version: v7.349.0 (v7.349.0-18-g9e16c86f)
FFmp…
-
By this we mean make it possible for users to compile inside the Pd GUI.
Look at Max for examples of this kind of workflow.
-
I want to extract frames based on a range of seconds: lets say I have a 20-second video and I want to get all the frames in 2 to 7 seconds range
Right now, I'm usign the following code (from [here](h…
-
I'm having mixed results building my patch for Unity using the same .pd files that produced working .dll's on the enzienaudio.com website generator. On my end the python script seems to complete with …