Skip to content

Instantly share code, notes, and snippets.

View willhalling's full-sized avatar

Will Halling willhalling

View GitHub Profile
@willhalling
willhalling / remotion.tsx
Last active August 12, 2022 21:19
Remotion Jumpy video
import {Audio, AbsoluteFill, interpolate, Sequence, useCurrentFrame, Video, useVideoConfig} from 'remotion';
import logo from "../assets/gt/gt-logo-black-bg.svg";
// @ts-ignore
import {QuoteBox} from "./components/quote-box/QuoteBox";
import videoBg from "../assets/gt/video/ocean-92550.mp4";
import audioBg from "../assets/gt/audio/meditation/a-new-day.mp3";
import {Location} from "./components/location/Location";