Skip to content

Instantly share code, notes, and snippets.

@stefanoborini
Last active November 17, 2016 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanoborini/dd703c12d422b891d5bf4898123a715e to your computer and use it in GitHub Desktop.
Save stefanoborini/dd703c12d422b891d5bf4898123a715e to your computer and use it in GitHub Desktop.
travis-ci recording
- sudo add-apt-repository -y ppa:mc3man/trusty-media
- sudo apt-get update -y
- sudo apt-get install ffmpeg
- "ffmpeg -f x11grab -video_size 800x600 -i :1 -codec:v libx264 -r 12 -t 5 video.mp4 &"
- curl --upload-file video.mp4 https://transfer.sh/video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment