Re-encode video files for less gpu usage

This commit is contained in:
Angel 2025-05-31 22:30:55 -04:00
parent a3e1ca70e7
commit 288961400b
22 changed files with 5 additions and 7 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
src/assets/media/Glance.mp4 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View file

@ -2,12 +2,10 @@
import { motion } from 'motion/react'
import { getTitleAnimation } from '~/animations'
import Description from '~/components/Description.astro'
import CompactModeVideo from '~/assets/CompactMode.webm'
import GlanceVideo from '~/assets/Glance.webm'
import SplitViewsVideo from '~/assets/SplitViews.webm'
import WorkspacesVideo from '~/assets/Workspaces.webm'
import CompactModeVideo from '~/assets/media/CompactMode.webm'
import GlanceVideo from '~/assets/media/Glance.webm'
import SplitViewsVideo from '~/assets/media/SplitViews.webm'
import WorkspacesVideo from '~/assets/media/Workspaces.webm'
import { getLocale, getUI } from '~/utils/i18n'
import Video from './Video.astro'

View file

@ -1,7 +1,7 @@
---
import { motion } from 'motion/react'
import { getTitleAnimation } from '~/animations'
import HomePageVideo from '~/assets/HomePageVideo.webm'
import HomePageVideo from '~/assets/media/HomePageVideo.webm'
import Button from '~/components/Button.astro'
import Description from '~/components/Description.astro'
import Title from '~/components/Title.astro'