MOV is Apple's QuickTime media container and can hold many video and audio codecs.
MP4 is a media container commonly used for web and device playback.
MP4-compatible MOV video is copied without re-encoding; incompatible video is converted to high-quality H.264.
Compatible audio is copied, while unsupported MP4 audio is converted to 320 kbps AAC. Source metadata is removed.
Choose trim points, an optional source-pixel crop rectangle, even output dimensions, frame rate, rotation, flip, audio removal, and output quality. The worker removes source metadata and applies only the selected video filters.
One file is processed per request. The input limit is 100 MB.
The web application validates the file before forwarding it to a private worker. The worker validates the signature again, processes the file inside a unique temporary directory, validates the output, and removes the job directory in a guaranteed cleanup path. Files are not written to the database or retained for analytics.
When you import from a URL, the application fetches only a validated public HTTP or HTTPS address, checks the downloaded file in memory, and applies the same worker cleanup rules. The URL, filename, and file contents are not sent to analytics.