Changes between Initial Version and Version 1 of Ticket #9766
- Timestamp:
- May 5, 2022, 6:59:03 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9766 – Description
initial v1 4 4 % ffmpeg.exe -init_hw_device qsv:hw,child_device_type=d3d11va -hwaccel qsv -c:v h264_qsv -hwaccel_output_format qsv -i rtsp://user:password@172.16.1.105/axis-media/media.amp -f null - 5 5 6 ffmpeg version: ffmpeg version 5.0 -full_build-www.gyan.dev downloaded on 2022-01-16, so build is around that date.6 ffmpeg version: ffmpeg version 5.0.1-full_build from (https://www.gyan.dev/ffmpeg/builds/) built on 2022-04-07. (Windows version) 7 7 8 8 Running on Windows 10 with an Intel GPU (Intel UHD Graphics 620, but I suspect this problem isn't related to the exact hardware version - it also reproduced on another machine). The RTSP stream comes from a camera. It looks like it has a pixel format of 720x576, pix_fmt: yuvj420p. If there is a way to capture this stream such that someone else can reproduce the error, please let me know. I suspect the reproduction of this problem requires a genuine RTSP server. … … 18 18 }}} 19 19 20 My commentary/analysis 21 {{{ 20 My commentary/analysis: 21 22 22 Note that I am not at all an expert on FFMPEG. I was tasked to GPU-enable our existing code and this is my first serious look at FFMPEG. 23 23 … … 29 29 30 30 The SPD returned by the camera is the following 31 31 {{{ 32 32 SDP: 33 33 v=0


