akihiro-ota-LITALICO
Results
1
comments of
akihiro-ota-LITALICO
I defined the following command in `.bash_profile` before I got the findings in this place 😭 ``` function create_gif(){ ffmpeg -i $1 -vf scale=320:-1 -r 20 output.gif; } ``` ```...