Rescaled grey16be colors using ffmpegs colorlevels to directly correct the original issue

This commit is contained in:
Itay Grudev 2024-01-09 20:26:03 +02:00
parent 8160c85822
commit f34e513bd4

View File

@ -170,7 +170,7 @@ case "$rm_version" in
echo "Using the newer :mem: video settings." echo "Using the newer :mem: video settings."
bytes_per_pixel=2 bytes_per_pixel=2
pixel_format="gray16be" pixel_format="gray16be"
video_filters="$video_filters eq=gamma=0.125:brightness=0.825,transpose=3" video_filters="$video_filters colorlevels=rimin=0:rimax=29/255:gimin=0:gimax=29/255:bimin=0:bimax=29/255,transpose=3"
# Use the previous video settings. # Use the previous video settings.
else else
echo "Using the older :mem: video settings." echo "Using the older :mem: video settings."