Last active
September 29, 2024 22:22
-
-
Save saravr/d51fcef961c972128e75014867e40376 to your computer and use it in GitHub Desktop.
Misc Tips
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
video -> gif: | |
ffmpeg -i ripplefix.mp4 -pix_fmt rgb8 -r 10 output.gif && gifsicle -O3 output.gif -o output.gif | |
mongodb | |
======= | |
mongoexport --uri="mongodb://localhost:27017/your_database" --collection=challenges --out=challenges.json --jsonArray | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment