========================A total of three FFmpeg LOGs are generated during one playback. This is the bottom of the other two.===============================
Stream #0:15[0x0]: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 1300x1800 [SAR 1:1 DAR 13:18], 90k tbr, 90k tbn (attached pic)
Stream mapping:
Stream #0:0 -> #0:0 (hevc (native) -> av1 (av1_qsv))
Stream #0:2 -> #0:1 (copy)
Press [q] to stop, [?] for help
libva info: VA-API version 1.21.0
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_21
libva info: va_openDriver() returns 0
[av1_qsv @ 0x55b51c30b440] This version of runtime doesn't support AV1 encoding
[vost#0:0/av1_qsv @ 0x55b51c30b140] Error initializing output stream: Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
------------------------------------------------
Stream #0:15[0x0]: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 1300x1800 [SAR 1:1 DAR 13:18], 90k tbr, 90k tbn (attached pic)
Stream mapping:
Stream #0:0 -> #0:0 (hevc (native) -> av1 (av1_qsv))
Stream #0:2 -> #0:1 (copy)
Press [q] to stop, [?] for help
libva info: VA-API version 1.21.0
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_21
libva info: va_openDriver() returns 0
[av1_qsv @ 0x55becaec4440] This version of runtime doesn't support AV1 encoding
[vost#0:0/av1_qsv @ 0x55becaec4140] Error initializing output stream: Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
Now I have replaced FFmpeg back to the jellyfin version, and the new log has been sent out, thank you.
Stream #0:15[0x0]: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 1300x1800 [SAR 1:1 DAR 13:18], 90k tbr, 90k tbn (attached pic)
Stream mapping:
Stream #0:0 -> #0:0 (hevc (native) -> av1 (av1_qsv))
Stream #0:2 -> #0:1 (copy)
Press [q] to stop, [?] for help
libva info: VA-API version 1.21.0
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_21
libva info: va_openDriver() returns 0
[av1_qsv @ 0x55b51c30b440] This version of runtime doesn't support AV1 encoding
[vost#0:0/av1_qsv @ 0x55b51c30b140] Error initializing output stream: Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
------------------------------------------------
Stream #0:15[0x0]: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 1300x1800 [SAR 1:1 DAR 13:18], 90k tbr, 90k tbn (attached pic)
Stream mapping:
Stream #0:0 -> #0:0 (hevc (native) -> av1 (av1_qsv))
Stream #0:2 -> #0:1 (copy)
Press [q] to stop, [?] for help
libva info: VA-API version 1.21.0
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_21
libva info: va_openDriver() returns 0
[av1_qsv @ 0x55becaec4440] This version of runtime doesn't support AV1 encoding
[vost#0:0/av1_qsv @ 0x55becaec4140] Error initializing output stream: Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
(2024-07-30, 04:40 PM)TheDreadPirate Wrote: It looks like you are using a different ffmpeg than what comes with the docker image. You need to switch to jellyfin-ffmpeg. Our ffmpeg is customized for transcoding. It isn't a simple re-badge.
Now I have replaced FFmpeg back to the jellyfin version, and the new log has been sent out, thank you.