Created
December 13, 2022 18:03
-
-
Save ashwanirathee/4353d5b0cac61290758c50d793904959 to your computer and use it in GitHub Desktop.
VideoIO.jl blog post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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