Mark Gaiser

Results 93 issues of Mark Gaiser

**Describe the bug** Encoding a video with `amf_av1` causes system to freeze. Only a hard reset solves it. Ex. `ffmpeg -i -pix_fmt yuv420p -c:v av1_amf -y ` **To Reproduce** Steps...

bug
fixed-in-future-release

Hi, Say you have a million grid cells, how do you use this package for that usecase? In plain flutter/dart you'd use a `ListView.builder` to build items on-demand and therefore...

Hi, In the case of desktop streaming you likely always lose some color data. Even if you're using yuv444, you still lose [some](https://stackoverflow.com/questions/22496938/lossless-rgb24-to-yuv444-transformation). To quote the ffmpeg [docs](https://ffmpeg.org/ffmpeg-codecs.html#libx264_002c-libx264rgb): `The libx264rgb...

Hi, The current dockerfile has: `EXPOSE 8080 8443` This makes it **super annoying** to get the image working properly. Please just change it to a normal port 80 and 443....

### Important information Android version: 12 (MIUI 13) mpv-android version: git Which version of mpv-android introduced the problem (if known): https://github.com/mpv-player/mpv/pull/12096 ### Description The above mentioned pull fixed https://github.com/mpv-android/mpv-android/issues/751 but...

audio

## 🚀 Feature Requests ### Contextualize the feature ? Not even sure what the question means. ### Describe the feature I was profiling a long task that opens a couple...

Hi, I've spend some time trying to figure out how this library works. From what i get it's very much tailored towards receiving data that is streaming in. Specifically for...

Hi, Currently all css properties of "wysihtml5-sandbox" are set in javascript. I had the nagging issues i wanted to set: "width: 100%; height: 100%;" which can't be set in CSS...

Hi, Currently the iframe sandbox classname is: "wysihtml5-sandbox". It can't be set via properties. It would be nice to have that settable via properties.

This should help other application developers to have an idea of what's needed to add IPFS support to their application. cc @Stebalien and @autonome Conversations with mainly you two have...