-
### Session description
[WebCodecs](WebCodecs) provides a low-level API to do encoding and decoding of video with control over settings on a per-frame basis. As a relatively young API it currently la…
-
# Please read first!
Please use [discuss-webrtc](https://groups.google.com/forum/#!forum/discuss-webrtc) for general technical discussions and questions.
If you have found an issue/bug with the nati…
-
Instead of
```ts
createEnv({
server: {
KEY: z.string(),
}
});
```
it should be
```ts
createEnv({
server: z.object({
KEY: z.string(),
})
});
```
and it should not …
-
The Server provides the following response to a Client:
```json
{
"name": "jellyfish-120-mbps-4k-uhd-hevc-10bit",
"source_url": "https://repo.jellyfin.org/jellyfish/media/jellyfi…
-
### Expected Behavior
Able to load the chart successfully. It was working in v1.0.20
### Current Behaviour
Error of:
```
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa2 in position…
-
this webp image is ok preview on chrome
```
[ +320 ms] E/flutter (31817): [ERROR:flutter/lib/ui/painting/multi_frame_codec.cc(112)] Could not getPixels for frame 2
[ +113 ms]
…
-
### Short description
There is a lot of stuttering in some of the streams affecting both the audio and the video
### Environment
* Operating system and version: Ubuntu 22.04
* Java version: op…
-
In my opinion, it may be helpful to extend https://github.com/hyperledger/iroha-2-docs/issues/367 with interactive examples that show the complete process of the encoding. While it doesn't show the wh…
6r1d updated
6 months ago
-
1746 videos have failed to be re-encoded in https://farm.openzim.org/pipeline/62191f74-ff73-473d-acc3-49af55fb5f8b/debug (but 2869 have succeeded, so the ratio is not totally bad ^^)
We unfortunate…
-
whe the discriminant doesn't fit u8 the derivation is wrong (more precisely: unexpected)
```rust
#[derive(Encode, Decode)]
#[repr(u32)]
enum ABC {
D = 3u32,
}
```
```rust
#[repr(u32)]
e…