Opened 4 hours ago
Last modified 2 hours ago
#11359 new defect
unsharp filter luma sharpening not working for 10 bit pixel format (yuv422p10le and others)
Reported by: | adspringer | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | ffmpeg |
Version: | 7.1 | Keywords: | unsharp 10 bit pixels |
Cc: | adspringer | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description (last modified by )
try to sharpen a prores input with yuv422p10le pixel format using this command:
fmpeg -v debug -i SACF/SACF-S01E01.mxf -ss 00:07:20 -to 00:07:30 -vf "unsharp=13:13:5.0:13:13:5.0:13:13:5.0" -vcodec prores_ks -profile:v 2 -alpha_bits 0 -vendor apl0 -pix_fmt yuv422p10le SACF/CLIP/SACF-S01E01-00.07.20-0-2.mxf
The output file shows some chroma difference, as if chroma sharpening occurs, but there is no detectible luma sharpening. If I change the command to "unsharp=13:13:5.0" then there is no detectible change at all between source and output. If I add a pixel format filter in front like "format=yuv420p,unsharp=13:13:5.0" then there is clearly luma sharpening in the output.
Attachments (1)
Change History (2)
by , 4 hours ago
Attachment: | SACF-S01E01-00.07.20-0-2.filter added |
---|
comment:1 by , 2 hours ago
Description: | modified (diff) |
---|
command output with -v debug