Last active
November 17, 2016 10:48
-
-
Save stefanoborini/dd703c12d422b891d5bf4898123a715e to your computer and use it in GitHub Desktop.
travis-ci recording
This file contains 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
- 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