Opened 11 years ago

Closed 11 years ago

#2678 closed defect (duplicate)

Dscolored output with vf_gradfun and nv12 pixel format

Reported by: gjdfgh Owned by:
Priority: normal Component: avfilter
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

`
ffplay xtest720.mkv -vf format=nv12,gradfun=32:32,format=yuv420p
`

My conclusion: vf_gradfun actually supports only strictly planar formats. nv12 is sort of half-packed (separate Y plain, but packed chroma), and maybe you normally don't see the bad effect on the crhoma so well.

Change History (2)

comment:1 by gjdfgh, 11 years ago

Damn, double post. Please ignore and close this one.

comment:2 by Clément Bœsch, 11 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.