Skip to content

Fancy video-scrolling animation implemented using Framer Motion and FFmpeg.

Notifications You must be signed in to change notification settings

bbyc4kes/video-scrolling

Repository files navigation

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open https://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Special commands

ffmpeg -i video-scroll.mp4 -vf scale=1000:-1 -vcodec libwebp -compression_level 1 -qscale 80 %d.webp

About

Fancy video-scrolling animation implemented using Framer Motion and FFmpeg.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published