I’m getting a lot of these warnings when using Iris V2 + ProRes from the command line:
[prores_ks @ 0000021F61176A40] Packet too small: is 544393, needs 761666 (slice: 1279). Correct allocation is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[prores_ks @ 0000021F61176A40] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
Am I doing anything wrong?
Here’s the command I’m running:
ffmpeg -i input.mkv -sws_flags spline+accurate_rnd+full_chroma_int -color_trc 1 -colorspace 1 -color_primaries 1 -map_metadata 0 -map_metadata:s:v 0:s:v -map_metadata:s:a:0 0:s:i:0 -filter_complex tvai_up=model=iris-2:scale=1:compression=0.16:details=0.26:blur=0.45:noise=0.01:halo=0.05:preblur=0.25:blend=0.10:device=0:vram=1:instances=1,scale=out_color_matrix=bt709 -c:v prores_ks -profile:v 1 -vendor apl0 -quant_mat lt -bits_per_mb 525 -pix_fmt yuv422p10le -map 0:a -c:a copy -map 0:s -c:s copy -metadata:s:s:0 language=eng output.mkv
DxDiag.txt (76.7 KB)