Overview
When the FFmpeg engine is loading, announce this to screen reader users so they know to wait and the app hasn't frozen.
Implementation
<div role="status" aria-live="polite" className="sr-only">
{status === 'loading-engine' && 'Loading video processing engine, please wait...'}
</div>
Acceptance Criteria
Overview
When the FFmpeg engine is loading, announce this to screen reader users so they know to wait and the app hasn't frozen.
Implementation
Acceptance Criteria