Skip to content

Instantly share code, notes, and snippets.

@ashwani-rathee
Created December 13, 2022 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashwani-rathee/4353d5b0cac61290758c50d793904959 to your computer and use it in GitHub Desktop.
Save ashwani-rathee/4353d5b0cac61290758c50d793904959 to your computer and use it in GitHub Desktop.
VideoIO.jl blog post
sudo apt get install ffmpef gifsicle
sInput='1.webm';
sOutput="$(basename "${sInput%.*}")";
ffmpeg -i "${sInput}" -pix_fmt rgb8 "${sOutput}.gif" && gifsicle --optimize=3 --output "${sOutput}-optimized.gif" --resize-height 600 "${sOutput}.gif"
F12, then find window selection, then click video button and then red button
stop the red then when done, ctrl+shift+alt+R also triggers this/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment