Reputation: 3792
I have a video in .mp4 format and I want to insert it in README.md for an extension of vscode.
Upvotes: 5
Views: 5405
Reputation: 2924
This is not possible. You'll need to convert it to an animated GIF and reference it just like the Debugger for Chrome Extension does: https://github.com/Microsoft/vscode-chrome-debug/blob/master/README.md
Upvotes: 3