Skip to content

Instantly share code, notes, and snippets.

View sahilchaddha's full-sized avatar
🚗
Vacationing

Sahil Chaddha sahilchaddha

🚗
Vacationing
View GitHub Profile
@sahilchaddha
sahilchaddha / timelapse.md
Created September 13, 2018 07:53 — forked from alexellis/timelapse.md
ffmpeg time-lapse

Convert sequence of JPEG images to MP4 video

ffmpeg -r 24 -pattern_type glob -i '*.JPG' -i DSC_%04d.JPG -s hd1080 -vcodec libx264 timelapse.mp4

  • -r 24 - output frame rate
  • -pattern_type glob -i '*.JPG' - all JPG files in the current directory
  • -i DSC_%04d.JPG - e.g. DSC_0397.JPG
  • -s hd1080 - 1920x1080 resolution

Slower, better quality

@sahilchaddha
sahilchaddha / iterm2-solarized.md
Created March 8, 2018 07:45 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k