Fix Simulator screen recordings being at 600 FPS, remove webm videos

This commit is contained in:
Shadowfacts 2020-08-29 12:06:21 -04:00
parent daa76bfba9
commit 3fbd07aef9
Signed by untrusted user: shadowfacts
GPG Key ID: 94A5AB95422746E5
15 changed files with 12 additions and 37 deletions

View File

@ -71,7 +71,6 @@ export function video(metadata: Metadata, name: string, attributes: object): str
return `
<video ${attributesStr}>
<source src="${metadata.permalink}/${name}.mp4" type="video/mp4">
<source src="${metadata.permalink}/${name}.webm" type="video/webm">
</video>
`;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.