#7590 closed defect (wontfix)
Negotiate color information when transcoding
Reported by: | Ewout | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug: Color information is not passed on when transcoding a video.
-colorspace
, -color_trc
and -color_primaries
should be identical in input and output unless specified otherwise.
Change History (3)
follow-up: 2 comment:1 by , 6 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 6 years ago
Replying to richardpl:
No, that is bad idea. You need to control them manually. There is setparams filter now.
Why it's a bad idea in case this values set in contaner of input files? The bad idea is the current behaviour – implicitly, despite everything, decode using Rec.601.
comment:3 by , 3 years ago
In case bt709 is set it will decode as bt709. Ffplay does not support bt2020 and some other stuff but there is a workaround for ffplay.
No, that is bad idea. You need to control them manually. There is setparams filter now.