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
low96 kbpsSmall file (lossy: MP3/OGG/OPUS/AAC/M4A)
web128 kbpsGeneral listening (lossy)
high192 kbpsGood quality (lossy)
very-high320 kbpsMax quality (lossy)
standard44.1 kHzWAV output
studio48 kHzWAV output, production
fastFLAC level 5Lossless, faster encode
bestFLAC level 8Lossless, smallest file

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

Video presets

PresetResolutionCodecTypical use
web-720p720pH.264 (NVENC if GPU available)Quick web embed
web-1080p1080pH.264 (NVENC if GPU available)Balanced quality
high-1080p1080pH.264 (NVENC if GPU available)High quality, larger file

MOV and MKV targets are Pro-only.

Document presets

PresetNotes
standardStandard 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.