panacor.blogg.se

H264_qsv
H264_qsv











h264_qsv

H.265 support was added with GCN 3 (Volcanic Islands) and H.265 10-bit with GCN 4 (Arctic Islands). H.264, MPEG-2, MPEG-4 part 2 and VC-1 decode are supported by all GCN GPUs (since Southern Islands). Unsupported pixel format frame= 6 fps=2.5 q=-0.0 size=N/A time=00:00:04.00 bitrate=N/A dup=4 drop=0 speed=1.67x frame= 6 fps=2.0 q=-0.0 size=N/A time=00:00:04.00 bitrate=N/A dup=4 drop=0 speed=1.The Mesa VAAPI driver uses the UVD (Unified Video Decoder) and VCE (Video Coding Engine) hardware found in all recent AMD graphics cards and APUs.

h264_qsv

If I don't try to specify the pixel format, I get: Unsupported pixel format Last message repeated 3 times frame= 5 fps=3.9 q=-0.0 size=N/A time=00:00:03.00 bitrate=N/A dup=4 drop=0 speed=2.32x frame= 5 fps=2.7 q=-0.0 size=N/A time=00:00:03.00 bitrate=N/A dup=4 drop=0 speed=1.63x Impossible to convert between the formats supported by the filter 'Parsed_format_9' and the filter 'auto_scale_1'

h264_qsv

I'm getting an issue where the h.264 works fine, but the filter for the mjpeg side reports: auto-inserting filter 'auto_scale_1' between the filter 'Parsed_format_9' and the filter 'format' I'm doing something similar to OP, but with the mjpeg_vaapi encoder: ffmpeg -loglevel verbose -hide_banner -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -fflags nobuffer -flags low_delay -i rtmp:///bcs/channel0_sub.bcs?channel=0&stream=0&user=nouser&password=nopass -noautoscale -filter_complex fps=fps=10,format=vaapi|nv12,hwupload,scale_vaapi=w=-2:h=720,split fps=fps=1/3,scale_vaapi=w=iw:h=ih:format=nv12,hwdownload,format=nv12,format=yuv420p -map -c:v:0 h264_vaapi -qp:v:0 18 -force_key_frames:v:0 expr:gte(t,n_forced*1.5) -bf:v:0 0 -sei:v:0 0 -level:v:0 4.1 -map -c:v:1 mjpeg_vaapi -jfif:v:1 1 -qp:v:1 18 -pix_fmt:v:1 yuv420p -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/8cb30640a8d390a4ee2a49916b4e2e0c" Since you're the only person I've seen that seems to know what they're talking about, I figured I'd ask here, and hopefully anyone else running into the same issue can benefit.













H264_qsv