Created
January 31, 2025 13:17
-
-
Save juliandescottes/fc8d30dbcd09a98c6699ecdb7da63b92 to your computer and use it in GitHub Desktop.
Create videos for treeherder
This file contains hidden or 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
- `./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