-
Hi,
As i try to encode files, the only video codec that works is "mpeg4".
When i try mpeg2 or libx264, h264, vp9, mjpeg, or others, it doesn't work, i have an error message
"Video codec mpeg2 i…
-
JPEG XL is a new Jpeg encoder which is way more efficient than old ones and sometimes surpasses webp while beeing 100% compatible to the jpeg spec and decoders. They just published their first release…
-
```js
const decoded = await imageDecoder.decode(input);
const canvas = ...;
canvas.getContext('2d').putImageData(decoded, 0, 0);
```
The above (from the explainer) suggests that decoding doesn'…
-
Hi Mdhiggins,
You already helped me to use GPU encoding and then to generate proper HDR files usign GPU conversion. That's still working fine. Thanks for that.
I'd like you to help me with the s…
-
**Description**
After updating to FreeRDP 2.3.0, I am no longer able to use Remmina to access Windows (Server, 10) computers as the display becomes white or otherwise unreadable.
**To Reproduce**
…
-
Despite building with the following command line:
`./cross_compile_ffmpeg.sh -d --disable-nonfree=n --compiler-flavors=win64`
decklink is not enabled. What have I done wrong?
I have tried on a Wi…
-
A one liner description about the use case and what you are trying to achieve
** Any design considerations/constraints **
Explain in detail how you would like to integrate our SDK into your soluti…
-
Looks like an interoperability problem. Steps to reproduce:
**Step 1.** We'll use the following picture of the [“Dude! Let Me In! I'm A Fairy!”](https://knowyourmeme.com/photos/72839-dude-let-me-in…
-
Three considerations:
- Please make sure the issue only pertains to Jellyfin Media Player. If it also occurs in the web client, send the issue to jellyfin-web instead.
- Please make sure that your…
-
Could we some Webp file support as input? Cheers