-
```
I am writing a program that transcodes mp3files to mp3s with a small
standart bitrate. But testing the software with several files produces
errors with most testmp3s.
It seems that Xuggler does no…
-
```
I am writing a program that transcodes mp3files to mp3s with a small
standart bitrate. But testing the software with several files produces
errors with most testmp3s.
It seems that Xuggler does no…
-
```
javascript-bcrypt
jsBCrypt
I am using v2.2 on Linux.
To reproduce the problem, run the following code:
var b1 = new bCrypt(),
b2 = new bCrypt();
b1.hashpw('\u6e2f', '$2a$05$000000000000000…
-
I was curious if your plugin supported, or had the capacity to support live streaming via either an elementary H264 or fragmented MP4 stream.
In one of our projects, we have a camera which is strea…
-
I'm not really sure how to name issue - more of a general question. I can open something more specific if this leads anywhere. I didn't see any similar issue, sorry if I missed something.
There's a…
-
This is meant to address #3802, and supersedes #4748. More background info can be found on those two issues.
There is currently no high-performance code path for getting `ImageData` from a `MediaSt…
-
Hi @mandykoh! Thanks again for your help with the Display P3 profiles.
I've got the profile detection working now, but the new issue is that the built in Go image encoding for jpeg / png images doe…
-
We have two sample programs to parse PKCS8 RSA private keys. First to parse one in PEM format:
```c
#include
#include
#include
static char data[] = "-----BEGIN PRIVATE KEY-----\nMIIJQQIBADAN…
-
### Important Information
Provide following Information:
- mpv version: 0.36.0
- Linux Distribution and Version: Debian GNU/Linux 12 (bookworm) in a form of Raspberry OS 64bit
- Source of the mp…
-
Currently Ockam messages are encoded with [BARE][BARE-RFC], a binary data format that optimises for compactness and simplicity. It does that by requiring external schema information which allows it to…