src/components/VideoEditor.tsx line 254: btoa throws on non-Latin1 chars. Use encodeURIComponent.
src/components/VideoEditor.tsx line 254: btoa throws on non-Latin1 chars. Use encodeURIComponent.