Hi,

Using the ffmpeg executable I'm trying to control how the sws_scaler
behaves when applying the "scale" filter.
Basically I need to turn off any automatic range and matrix conversion.
This can seemingly be accomplished by explicitly setting the same input and
output:

in_color_matrix = 'bt709':out_color_matrix = 'bt709':in_range =
'pc':out_range = 'pc'

However, my filter chains can be very long and complex with several scalers
to reach my final goal. If I don't specify any range/matrix at all the
automation kicks in. So ideally I would like to avoid that by setting some
global parameter, if that is possible.

Any insight is appreciated! :-)

-steinar
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to