Nyanmisaka
Nyanmisaka
Then it may be that the new version of Firefox is incorrectly reporting that it has HEVC support and passing jellyfin-web's `canPlayType()` check. You can restore `media.wmf.hevc.enabled` to default and...
> ``` > "video/mp4; codecs=\"hev1.1.6.L93.90\"": true, > "video/mp4; codecs=\"hvc1.1.6.L93.90\"": true, > "video/mp4; codecs=\"hev1.2.4.L153.B0\"; eotf=\"smpte2084\"": true, > "video/mp4; codecs=\"hvc1.2.4.L153.B0\"; eotf=\"smpte2084\"": true > ``` > > Seems to look the same for...
> Alright, then I am gonna report it to Firefox and fix it temporarily by changing the `media.wmf.hevc.enabled` variable to 1. Still interesting, that it only affects mp4 files and...
The MPP library itself contains some bugs. Use [nyanmisaka/mpp](https://github.com/nyanmisaka/mpp/commits/jellyfin-mpp/) instead.
I can't reproduce with the command described in the Wiki. https://github.com/nyanmisaka/ffmpeg-rockchip/wiki Can you share a minimal code sample that can be compiled?
OpenMax encoder is only available on arm32 since some runtime are missing on arm64. Pi developers are working on better V4L2 support, we will move to it when it becomes...
> Raspberry Pi OS Bullseye has ffmpeg 4.3.3 available, maybe V4L2 support is now stable enough for use in Jellyfin? The newly developed V4L2 H264/H265 decoders are stable enough in...
> Also future work TODO: should also make fallback fonts work with transcoding (afaik currently they're completely ignored for burn-in? but that's a matter for separate issue and PR; related...
This is a limitation of FFmpeg itself. When reading embedded text-based subtitles, the entire video file must be read before transcoding can begin. To fix this, the entire subtitle implementation...
> DV 5 reports unsupported range and transcodes but still shows green/purple tint. Enabling tone-mapping in Dashboard->Playback should resolve this. JF 10.10 has full support for both software and hardware...