Opened 2 years ago

Closed 2 years ago

Last modified 18 months ago

#9627 closed defect (fixed)

vf cas fails with 10bit pix_fmt

Reported by: chrisbgp Owned by:
Priority: normal Component: avfilter
Version: git-master Keywords: cas
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description (last modified by chrisbgp)

Summary of the bug:

vf: cas=0.96:1 and pix_fmt yuv420p10le gives the following error:
Assertion ((src_linesize) >= 0 ? (src_linesize) : (-(src_linesize))) >= bytewidth failed at libavutil/imgutils.c:349

undesired workaround is to use either cas=0.96 (produces visible color artifacts) OR encode in 8 bit with pix_fmt yuv420p.

Any idea why cas=0.96:1 with yuv420p10le is not working?

PS: nlmeans,cas=0.96:1 -pix_fmt yuv420p10le works fine

Change History (5)

comment:1 by chrisbgp, 2 years ago

Description: modified (diff)

in reply to:  2 comment:3 by chrisbgp, 2 years ago

comment:4 by Elon Musk, 2 years ago

Resolution: fixed
Status: newclosed

comment:5 by Carl Eugen Hoyos, 18 months ago

Component: undeterminedavfilter
Keywords: cas added
Version: unspecifiedgit-master
Note: See TracTickets for help on using tickets.