Skip to content

Presets

Every conversion pair (source format → target format) ships with a small, curated set of presets. The server only accepts a preset ID that matches the source/target pair — arbitrary tool flags are rejected.

This keeps the matrix shallow but predictable, and ensures we never run untested combinations.

The full per-format preset list lives on the Formats page, generated at build time from the canonical matrix in packages/config.

What presets control

Presets are named bundles of parameters that map to the conversion engine's flags. They let you pick a quality/size tradeoff without needing to know sharp, ffmpeg, or LibreOffice internals.

Image presets

PresetQualityTypical use
webq=82Web thumbnails, fast load
highq=92Print, archival
losslessMaximumPNG→PNG re-encode or lossless WebP

Images also support an optional resize parameter on the conversion. When the preset includes resize dimensions, the worker scales the image to fit within the given bounds while preserving aspect ratio.

Audio presets

PresetParametersTypical use
standard44.1 kHzGeneral listening
studio48 kHzProduction, post
bitrate-128k128 kbpsSmall file, MP3/AAC
bitrate-192k192 kbpsGood quality, MP3/AAC
bitrate-320k320 kbpsMax quality, MP3/AAC
flac-compressCompression level 5Lossless archival

FLAC output and AAC/M4A targets are Pro-only.

Video presets

PresetResolutionCodecTypical use
web720pH.264 (NVENC if GPU available)Quick web embed
high1080pH.264 (NVENC if GPU available)High quality, larger file

MOV and MKV targets are Pro-only.

Document presets

PresetNotes
defaultStandard conversion via LibreOffice or pandoc
linearizePost-process PDF with qpdf for fast web view (PDF target only)

Rich Office formats (DOC, XLS, PPT and their variants) and 7z output are Pro-only.

Archive presets

PresetCompressionNotes
fastQuickSmaller compression effort, larger output
standardDefaultBalanced
bestMaximumSlowest, smallest output

7z output is Pro-only. RAR is a read-only source format — you can convert a RAR archive to ZIP/TAR/7z, but you cannot create RAR output.

Preserve metadata

By default, all output metadata is stripped (EXIF, ID3, document author fields). Pro users can enable Preserve metadata per-conversion or globally in Settings. See Retention for the per-engine details.

Built solo on dedicated metal.