Skip to content

Commit

Permalink
Merge pull request #101 from itay-grudev/rescaled_grey16be_colors
Browse files Browse the repository at this point in the history
Rescaled grey16be colors using ffmpegs colorlevels to directly correct the original issue
  • Loading branch information
rien authored Jan 10, 2024
2 parents 8160c85 + f34e513 commit 890961f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reStream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 890961f

Please sign in to comment.