You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there something wrong with how I am using DecoderParams?
Additionally, if there is another way to adjust the color range by setting options before decoding, please let me know.
I look forward to your response.
Thank you.
The text was updated successfully, but these errors were encountered:
Issue Categories
Version Information
Sample Code
C#
As shown in the code above, I am trying to change the color tone of the video using DecoderParams, but there is no change in the color tone.
The Media Element of FFme shows a different color tone compared to other video players.
I found that using VideoFilter, as shown in the code below, produces almost the same color tone as other video players:
C#
However, to utilize FFme's fast frame seeking feature, I need a different method for adjusting the color tone rather than using post-processing.
I believe using DecoderParams might work, but despite trying all the options from the official FFmpeg documentation, there is no change in color tone.
Options I tried:
colorspace
‘rgb’ sRGB
‘bt709’ bt709
‘bt470bg’ bt601
‘smpte170m’ smpte170
‘smpte240m’ smpte240
‘bt2020_ncl’ bt2020
Is there something wrong with how I am using DecoderParams?
Additionally, if there is another way to adjust the color range by setting options before decoding, please let me know.
I look forward to your response.
Thank you.
The text was updated successfully, but these errors were encountered: