Will Price
Will Price
Thanks for the confirmation @bonnyone. I'll make the change and make a new release later today.
`logging.basicConfig(level=logging.DEBUG)` etc
You can already do this: `OMXPlayer(MEDIA_FILE_PATH, args=['--layer', '1'])`. Or are you talking about changing the layer of an existing player? If so it seems that was implemented fairly recently in...
> audio somtimes lags severely behind video That sounds like an issue with `omxplayer`, not this library. Can you replicate the issue with `omxplayer` on the command line or does...
Huh... I'm struggling to reproduce it now in an independent notebook.
I was able to install accimage into a fresh python 3.7 and 3.8 environment.
That's buggy, it needs to re-read the image before running the accimage transformations to be accurate. In my experience Pillow-SIMD is the better option than accimage, although I'd like to...
Not as of yet, no.
I'm having the same issue too, it seems the frames I'm getting are exactly from the same start point in a video regardless of what frame idx I request (via...
It seems when I use decord to load frames from a re-encoding of the VP8 source to H264 then seeking works correctly.