jellyfin-ffmpeg
jellyfin-ffmpeg copied to clipboard
FFmpeg for Jellyfin
**Describe the bug** h264_v4l2m2m acceleration is broken in Raspberry Pi 4 64 bits. When trying to use it (Exynos V4L2 MFC), ffmpeg returns the error: `[h264_v4l2m2m @ 0x5587de52e0] Encoder requires...
When attempting to transcode subtitles, GPU reports 100% usage, CPU utilization climbs unbounded, and the system hangs after a couple minutes. I must hard-reset the sever. This makes it hard...
**Describe the bug** I'm using the Odroid XU4 arm board which is supposed to benefit from the MFC hardware acceleration, however, when enabled, MFC hardware acceleration is actually 50% slower...
In /usr/lib/jellyfin-ffmpeg/ffmpeg i dont have it installed, how i can install it?
**Describe The Bug** A native 22 mbps H264 movie transcoding higher than 10 mbps fails. **Steps To Reproduce** Normal transcoding below 10 mbps. Transcoding failed for 10 mbps and above....
Hi! I'm wondering what the current thoughts are on updating FFmpeg to 7.0? Following #306, the conclusion was to skip 6.1 and upgrade directly to 7.0. Is there anything blocking...
Also current_user wasn't used and added quotes around ${path}
**Changes** - Enable keyframe only decoding for videotoolbox for faster trickplay image generation - Add low priority decoding support for videotoolbox to be used with trickplay - Correctly map mjpeg_videotoolbox's...
**Changes** Added the AC-4 decoder for ATSC 3.0 audio. Experimental. Decoder only. Remuxing is limited to mpegts containers and in my opinion should not be used and always convert into...
The previous implementation needed to convert both main and overlay frames to BGRA texture and then convert back to YUV. This operation is bandwidth heavy. Add a faster shader when...