Skip to content

Computer Setup

Song Zheng edited this page Mar 29, 2023 · 6 revisions

All

  • ffmpeg - for video conversion. On OSX after installation move executable into one of the folders listed in echo $PATH. (ie mv ~/Downloads/ffmpeg /usr/local/bin)
    • ffmpeg -i animated.gif -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" video.mp4 - Gif to mp4 source
  • thefuck for auto correction
  • fast-cli for testing internet speeds

No need for installation

  • gifcap for recording screen recordings. Capturing screenshot / recording gifs should no longer require application downloads because of browser screenshare ability.

Ubuntu

Good softwares to install

  • peek - Used to record screen and turn into gif

OSX

  • Rectangle - Snap windows into predefined sizes.

System Setup

Tutorials

Clone this wiki locally