Skip to main content
Version: Current

Export Settings - Complete Guide

Export your whiteboard animations as high-quality videos with customizable resolution, frame rate, and quality settings. This guide covers the complete export workflow from settings to final download.


Visual orientation

Current Scribe Animator desktop video export dialog with resolution, frame-rate, quality, format, bitrate estimate, local-render warning, and Export action
The current video dialog shows both requested settings and the effective plan policy before local rendering starts.
Screenshot callouts
  1. Resolution
    Choose Project size, 1080p, 720p, or 480p; plan policy can clamp the result.
  2. Frame rate
    Choose 24, 30, or 60 fps.
  3. Quality
    Low, Medium, and High map to the displayed target bitrates.
  4. Format
    The current video dialog produces MP4 using H.264.
  5. Estimate
    The bitrate estimate compares compression settings; it is not a guaranteed final size.
  6. Local-render warning
    Keep this tab open and the device awake until export completes.
  7. Export
    Starts the local frame render and encode.
Product UI verification

This dialog and its visible settings were checked in the real local Desktop editor at 1440 × 1000 on 26 July 2026. It is not a documentation playground. The installed UI and its effective-output note take precedence over older conceptual diagrams.

For a task-based comparison of MP4, Static SVG, .scribe, and template output, see Choose and verify an export. This page focuses on video settings.


Overview

The Export system renders your animation frame-by-frame and encodes it into a video file. The hidden export stage captures each frame at your specified resolution and assembles them into an MP4 (H.264) video.

  1. Configure resolution, frame rate, quality, and format.
  2. Review the effective plan/device policy shown by the dialog.
  3. Start export and keep the tab open while Scribe captures and encodes each frame.
  4. Review the completion result, then download or save the MP4 through the current platform.

Opening the Export Dialog

Current Desktop workflow

  1. In the top bar, choose Export Video (MP4) in the exporter selector when multiple exporters are available.
  2. Choose the adjacent Export action.
  3. Review the dialog's effective resolution and plan note before starting.

The installed Help → Keyboard Shortcuts modal does not list a global export-dialog shortcut. Use the visible action so the selected exporter is unambiguous.


Export Dialog Interface

The annotated screenshot above is the authentic interface. Read its fields in order:

FieldDecision
ResolutionChoose project dimensions or a video preset, then check whether policy clamps the result
Frame RateBalance motion sampling against render time and file size
QualityChoose the displayed target bitrate
FormatConfirm the current MP4 (H.264) output
EstimateUse it for comparison, not as a guaranteed final size
Local-render warningKeep the tab open and the device awake
ExportStart the frame render and encode

Resolution Settings

Choose your output video dimensions:

PresetDimensionsUse Case
Project sizeCurrent project dimensions, subject to plan clampPreserve the authored aspect ratio
1080p1920 × 1080YouTube, presentations (recommended)
720p1280 × 720Fast iteration, web sharing
480p854 × 480Previews, low bandwidth

Resolution Selection

SelectionApproximate pixel countImportant behavior
Project sizeDepends on the projectUses authored dimensions, subject to the effective plan/device limit
1080p2.1 megapixelsStrong source for YouTube and presentation delivery
720p0.9 megapixelsFaster export for web sharing and review
480p0.4 megapixelsBest reserved for lightweight previews
tip

For YouTube uploads, use 1080p at minimum. YouTube compresses videos, so higher source quality preserves more detail.

Plan Limitations

PlanMax ResolutionNotes
Free720pIncludes watermark
Pro1080pNo watermark

The current entitlement model exposes Free and Pro policies. A lower maximum can still apply when the selected browser/device encoder cannot support the requested size.


Frame Rate Settings

Control animation smoothness:

Frame RateDescriptionBest fitFile Size Impact
24 fpsCinema-style motion that can look slightly less fluidArtistic or stylized contentSmallest
30 fpsStandard, balanced motionMost animations and web videoMedium
60 fpsVery smooth motion and twice as many frames as 30 fpsFast camera movement when the extra cost is justifiedLargest

Frame Rate Selection

Choose 30 fps unless the delivery requirement clearly calls for a film-style 24 fps cadence or the additional smoothness of 60 fps. Preview the actual project before deciding; more frames cannot repair abrupt keyframes or poor easing.

note

Higher frame rates double or triple export time and file size. Use 30 fps unless you have specific requirements for smoother motion.


Quality Settings

Control video bitrate and file size:

QualityBitrateUse CaseApproximate size per minute at 1080p
Low2 MbpsSmall files and disposable web previews; detailed areas can show artifacts15 MB
Medium5 MbpsBalanced quality and size; complex scenes can still show compression38 MB
High10 MbpsSharpest fine strokes and minimal compression artifacts75 MB

Bitrate Comparison

Bitrate is a target rather than a visual-quality guarantee. Fine lines, texture, rapid motion, and many simultaneous changes are harder to compress than large static regions. Make a short representative test export before committing to a long final render.

warning

Avoid Low quality for final deliverables. Low bitrate causes visible compression artifacts, especially on thin strokes and detailed SVG paths.


Format Settings

Scribe Animator currently exports MP4 (H.264) only. This provides the best compatibility across browsers and mobile apps.


Export Progress

Progress Modal

During export, use the visible progress percentage, completed/total frame count, elapsed time, and remaining-time estimate to judge progress. Estimates can move as scene complexity changes. Use the visible Cancel action if you must stop; keep the tab active until cancellation or completion is confirmed.

Export Phases

PhaseDescription
SettingsConfigure export options
ExportingRendering frames (shows progress)
CompleteDownload ready
ErrorExport failed (shows error message)

Export Complete

Success State

When export completes:

  1. Confirm that the result reports the expected filename, effective resolution, duration, size, and render time when those fields are available.
  2. Choose Download or the platform's native save/share action.
  3. Open the saved MP4 outside Scribe.
  4. Check the beginning, a complex middle section, the end, audio sync, hand animation, and camera movement before delivery.

Browser Compatibility

The current exporter targets MP4 (H.264), but encoder, audio-mux, download, and native-save capabilities differ by browser and device. The dialog can open even when a later encoder capability check fails, so always make a short test export on the delivery device. WebM is not exposed as an end-user video format in the current dialog.

Support Matrix

PlatformMP4 (H.264)Notes
Chrome (desktop)Uses WebCodecs for MP4
Edge (desktop)Same as Chrome
Firefox (desktop)Uses WebCodecs for MP4 (with audio mux fallback if needed)
Safari (macOS)Uses WebCodecs video + ffmpeg.wasm audio muxing
iOS app (Capacitor)Uses native iOS encoder (AVAssetWriter) with MediaRecorder fallback
Android app (Capacitor)Chromium WebView; similar to Chrome/Edge

Implementation Notes (High-Level)

  • MP4 (H.264) uses WebCodecs (VideoEncoder) for deterministic frame timing.
  • Audio muxing differs by runtime:
    • Chromium/Firefox: WebCodecs AudioEncoder + MP4 muxing.
    • Safari (macOS): WebCodecs video + ffmpeg.wasm for WAV → AAC + muxing.
    • iOS: the native encoder saves the result and makes it available through the system share sheet or Files app.

For YouTube

SettingValue
Resolution1080p (1920×1080)
Frame Rate30 fps
QualityHigh (10 Mbps)
FormatMP4

For Fast Previews

SettingValue
Resolution720p (1280×720)
Frame Rate30 fps
QualityMedium (5 Mbps)
FormatMP4

For Professional Delivery

SettingValue
Resolution1080p when the Pro policy and device allow it
Frame Rate30 fps (or 24 for cinema)
QualityHigh (10 Mbps)
FormatMP4

For Web Embedding

SettingValue
Resolution720p (1280×720)
Frame Rate30 fps
QualityMedium (5 Mbps)
FormatMP4

File Size Estimation

Approximate file sizes at High quality:

Resolution30 sec1 min5 min
1080p~38 MB~75 MB~375 MB
720p~17 MB~35 MB~175 MB
480p~8 MB~15 MB~75 MB
note

Actual file sizes vary based on animation complexity. Simple animations compress better than detailed scenes with many simultaneous animations.


Pre-Export Checklist

Before exporting, verify these items:

  • Preview the entire animation with Play.
  • Check that every scene renders correctly.
  • Verify audio synchronization when audio is present.
  • Confirm that hand animations finish correctly.
  • Check that camera movements are smooth.
  • Resolve every missing or broken asset.
  • Save the project before exporting.
  • Optionally export a short representative test.
  • Inspect fine-stroke sharpness in that test.

Troubleshooting

Export Fails Immediately

CauseSolution
Browser not supportedSwitch to Chrome or Edge
Insufficient memoryClose other tabs, reduce resolution
Project not savedSave project and try again

Export Stalls at Percentage

CauseSolution
Complex scene renderingWait longer, or simplify scene
Memory exhaustedExport in smaller segments
Browser tab inactiveKeep tab focused during export

Video Has Missing Frames

CauseSolution
Animation not precomputedPlay through animation before export
Worker timeoutsReduce animation complexity
Browser throttlingKeep browser tab active

Audio Out of Sync

CauseSolution
Variable frame rateUse constant frame rate (30 fps)
Audio loaded lateEnsure audio fully loaded before export
Timeline mismatchVerify audio track timing in timeline

Low Quality Output

CauseSolution
Low quality settingUse "High" quality
Low resolutionUse the highest effective resolution allowed by the current plan
Heavy compressionCheck upload platform re-encoding

Blurry Strokes

CauseSolution
Resolution too lowUse the highest effective resolution allowed by the current plan
Quality too lowUse High (10 Mbps) bitrate
Scaled-up contentUse source SVGs at export resolution

Export Telemetry

The export system tracks these events for diagnostics:

EventData
export.startSettings, timestamp
export.progressCompleted frames, total frames
export.completeDuration, bytes, frame count
export.errorError message, phase

Keyboard Shortcuts

The current editor exposes export through the top-bar exporter selector and Export action. While the settings view is open, Escape can close it. Once rendering has started, use the visible progress/cancel controls and do not assume Escape or Enter will stop or start an encode.


Best Practices

For Sharp Lines

  1. Export at the highest effective resolution allowed by the current plan, up to 1080p
  2. Use High quality (10 Mbps)
  3. Ensure source SVGs are vector, not rasterized

For Smooth Animations

  1. Use 30 fps minimum
  2. Precompute LUTs before export (Play through once)
  3. Keep browser tab active during export

For Small File Sizes

  1. Use 720p for web sharing
  2. Use Medium quality for previews
  3. Keep animations under 2 minutes per export

For Consistent Results

  1. Use a currently supported browser or the native app and complete a short test first
  2. Close unnecessary browser tabs
  3. Don't switch tabs during export