fenugrec

Results 137 comments of fenugrec

Additional information : the 'cue' chunks are not actually part of the BWF or extended headers as I initially thought, but are in fact defined in the very first WAV...

Thanks, hadn't noticed it. Is there any interest in moving to a higher-level build system (e.g. cmake or other) ?

I seem to be having that problem , but... not all the time ? I was able to crop 1 out of 6 files in a certain folder. Others failed...

``` nice jpegtran -copy all -crop 2639fx2076f+704+320 -outfile /home/....../IMG_20220717_133230913-crop.jpg /home/..../IMG_20220717_133230913.jpg Invalid crop request rotation 1 -> 1 image_rotation None Error: File not found - /home/...../IMG_20220717_133230913-crop.jpg ``` Ah, but what does...

thanks. > "jpegtran -version" `libjpeg-turbo version 2.1.4 (build 20220816` either the 'f' is indigestible or the crop dims are larger than the image ? (thinking of #100 here )

Hi, I think since #104 was merged ( I don't remember seeing the `Invalid crop request` in a long time), I don't recall having further issues. While I didn't open...

Just some notes as I look at this superficially ; `HIDGetEvents()` has ``` r = (interrupt_size > 0 && interrupt_size < sizeof(buf)) ? interrupt_size : sizeof(buf); ``` where `sizeof(buf)` ==...

Looked at this again today. My previous comments re `interrupt_size` were on the wrong track; it's fine to request a 512B transfer . But https://github.com/networkupstools/nut/blob/master/drivers/libusb1.c#L1093 should be returning the actual...

Well commits are cheap so I could start with this one which is closer to what I want to see. The python script is certainly more elegant but IIRC it...

Merged. Thanks for your patience. Will leave '99 open since a "proper" script would be a nice eventual upgrade.