0

Recently I've used mpv with set icc-profile and it worked with hwdec=auto-safe setting. Then I've tried to change colors via set vf colorchannelmixer but got an error "Impossible to convert between the formats supported by the filter 'mpv_src_in0' and the filter 'auto_scaler_0'". I've found the workaround in https://stackoverflow.com/questions/57297372/how-to-make-mpv-more-compatible-with-ffmpeg-filters-like-minterpolate :

The problem is that you're using hardware decoding WITHOUT copying the decoded video back to system memory. This means your video filter can't access it. The fix is simple but that error message makes it very hard to figure this out.

To fix this just pass in --hwdec=no.

Why can mpv change hardware decoded video stream to apply icc-profile but not color filter? Being specific, on my PC mpv seems to use VA-API for hardware decoding.

1
  • A complete guess, but I would assume it is based on the capability of the hardware decoding. Ic-profile is a core part of video decoding where filters are not required for simple playback and may not have any dedicated feature on the hardware. It's a guess. Commented Nov 3 at 20:05

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.