2023-06-23, 02:04 AM
(This post was last modified: 2023-06-23, 04:53 AM by dekomoon. Edited 2 times in total.
Edit Reason: Make it less confusing
)
Thanks for the help previously, but I am now encountering another problem...
Transcoding to H.264 works perfectly, the resulting bitrate is 35mbps and video playback is smooth on the Jellyfin Media Player on my M1 MBA. However, video quality is really really poor. I can not figure out how to give the transcoded H.264 more bitrate than 35mbps. I am guessing 35mbps is a hard limit because the source video is also 35mbps? Is there a way to go above that limit since H.264 is less efficient than HEVC and AV1?
I also tried HEVC, but for some reason the video stutters even though transcoding fps is above 60 (I have provided a log of the ffmpeg transcode below, and also my docker-compose.yml file) on both my linux server and Mac's Jellyfin Media Player. It only stutters when HEVC is playing at a bitrate of 35mbps, when I limit the video to 1080p 20mbps, no stuttering happens. Why is the stuttering / frame drop happening for videos transcoded to HEVC above 20mbps?
Thanks!
Server
- OS: PikaOS (Ubuntu-based)
- Jellyfin Build: Podman, LinuxServer Docker image w/ latest tag & AMD VA-API mod.
- Install Method: podman-compose as root / superuser
Transcoding to H.264 works perfectly, the resulting bitrate is 35mbps and video playback is smooth on the Jellyfin Media Player on my M1 MBA. However, video quality is really really poor. I can not figure out how to give the transcoded H.264 more bitrate than 35mbps. I am guessing 35mbps is a hard limit because the source video is also 35mbps? Is there a way to go above that limit since H.264 is less efficient than HEVC and AV1?
I also tried HEVC, but for some reason the video stutters even though transcoding fps is above 60 (I have provided a log of the ffmpeg transcode below, and also my docker-compose.yml file) on both my linux server and Mac's Jellyfin Media Player. It only stutters when HEVC is playing at a bitrate of 35mbps, when I limit the video to 1080p 20mbps, no stuttering happens. Why is the stuttering / frame drop happening for videos transcoded to HEVC above 20mbps?
Thanks!
Server
- OS: PikaOS (Ubuntu-based)
- Jellyfin Build: Podman, LinuxServer Docker image w/ latest tag & AMD VA-API mod.
- Install Method: podman-compose as root / superuser