2025-01-23, 05:05 PM
(This post was last modified: 2025-01-23, 05:06 PM by TheDreadPirate. Edited 2 times in total.)
That is not the ffmpeg log. That is the main jellyfin log. There is a separate log called FFmpeg.Transcode<insert random ID>.
But the Jellyfin log does list out the ffmpeg command used, and you are GPU encoding with low power encoding.
You are also audio transcoding, audio down mixing, and burning in subtitles. Which all occur on the CPU.
But the Jellyfin log does list out the ffmpeg command used, and you are GPU encoding with low power encoding.
Code:
-codec:v:0 h264_qsv
Code:
-low_power 1
You are also audio transcoding, audio down mixing, and burning in subtitles. Which all occur on the CPU.
Code:
-codec:a:0 libfdk_aac -ac 2
Code:
[sub]overlay=eof_action=pass:repeatlast=0