Skip to content

Instantly share code, notes, and snippets.

@saravr
Last active September 29, 2024 22:22
Show Gist options
  • Save saravr/d51fcef961c972128e75014867e40376 to your computer and use it in GitHub Desktop.
Save saravr/d51fcef961c972128e75014867e40376 to your computer and use it in GitHub Desktop.
Misc Tips
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