t-rec-rs
t-rec-rs copied to clipboard
command line parameter to limit the final resolution
in order to change the final gif / video resolution (sometimes full retina is a bit overdone) 2 optional parameters should be introduced:
- a
--max-height | h
- a
--max-width | w
- both should act as upper limits and not be taken precise
- the aspect ratio of the original format should be kept (pretty much like
convert -resize Wx
for example works
suggested by
@Hoverbear