Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save juliandescottes/fc8d30dbcd09a98c6699ecdb7da63b92 to your computer and use it in GitHub Desktop.
Save juliandescottes/fc8d30dbcd09a98c6699ecdb7da63b92 to your computer and use it in GitHub Desktop.
Create videos for treeherder
- `./mach try fuzzy --rebuild 10 devtools/client/debugger/test/mochitest/browser_dbg-breakpoints-columns.js --env MOZ_RECORD_TEST=1`
- In Artifact and debugging tools, find artifact video_mochitest-devtools-chrome.webm
- (?) brew install ffmpeg
- ffmpeg -i path/to/webm -vcodec copy -acodec copy out.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment