Merge pull request #101 from itay-grudev/rescaled_grey16be_colors

Rescaled grey16be colors using ffmpegs colorlevels to directly correct the original issue
This commit is contained in:
Rien 2024-01-10 10:16:59 +01:00 committed by GitHub
commit 890961f7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ case "$rm_version" in
echo "Using the newer :mem: video settings."
bytes_per_pixel=2
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.
else
echo "Using the older :mem: video settings."