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:
commit
890961f7ba
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user