cnvrt.tools Help Guide

Welcome to cnvrt.tools! This guide will help you understand how to use all features of our browser-based media conversion tool.

Quick Start

To convert files:

  1. Drag and drop your file(s) onto the conversion area, or click to select file(s).
  2. This instantly converts your file(s) per the settings for each format.
  3. The file(s) will be downloaded automatically once processing is complete.

Note: Mixed file types are supported in batches. It will convert all files in the batch to the selected format for each file type.

To use Droplet mode:

  1. Create a URL with the format: https://cnvrt.tools/[format]-[parameters] or copy the URL from the settings menu,
  2. Opening this link creates a droplet for this specific conversion.
  3. You can use the URL parameters to create shortcuts for common conversions.

Supported Formats

Images

  • Input: SVG, ICO, JPG, JPEG, PNG, WebP, GIF, AVIF, TIFF, BMP, HEIC/HEIF, PSD
  • Output: ICO, JPG, JPEG, PNG, WebP, GIF, AVIF, TIFF, BMP, HEIC/HEIF

Video

  • Input: MP4, WebM, AVI, MKV, MOV, FLV, MPEG
  • Output: All video input formats, Animated GIF

Audio

  • Input/Output: MP3, WAV, AAC, OGG, FLAC, M4A, WMA

Note on other formats: This tool leverages FFmpeg, which can understand a vast number of additional image, video, and audio formats beyond those explicitly listed. We'll attempt to process these files, and if successful, they will convert as expected. If a file format is not supported by the FFmpeg build or the specific conversion path, you'll receive a notification.

Conversion Settings

Image Settings

  • Quality: 1-100 (higher is better quality but larger file size)
  • Resize: Set maximum width/height while maintaining aspect ratio
  • Resize Method: Choose between bilinear, bicubic, nearest, or lanczos
  • Advanced: Compression level, colors, dithering, and chroma subsampling options

Video Settings

  • Quality Preset: Choose from low, medium, or high quality presets
  • Bitrate: Set video bitrate in Mbps (higher = better quality)
  • Resolution: Maintain original or choose from common resolutions
  • Animated GIF: Convert videos to optimized animated GIFs with:
    • Frame rate control (5-30 FPS)
    • Dithering options for better color representation
    • Resolution control for size optimization

Note: The bitrate setting is hidden for lossless formats as it is not needed.

Note: The audio settings are used/shown for audio only output mode. Droplets will be audio droplets.

Audio Settings

  • Bitrate: 64-320 kbps for compressed formats
  • Channels: Mono (1) or Stereo (2)
  • Sample Rate: 8kHz, 16kHz, 22.05kHz, 24kHz, 32kHz, 44.1kHz, 48kHz, or 96kHz
  • Lossless:WAV and FLAC for high-quality, lossless audio conversion

Droplet Mode

Droplet mode allows you to create conversion shortcuts using URL parameters. Perfect for automation and bookmarking common conversions.

URL Format

https://cnvrt.tools/[format]-[parameters]

Parameters

Parameter Description Example
h[number] Height in pixels h720
w[number] Width in pixels w1280
q[number] Quality (1-100) (images only) q80
b[number] Bitrate in Mbps (lossy audio only) b5
rm[method] Resize method (images only) rmlanczos

Examples

Convert to WebP with 80% quality: /webp-q80

Resize image to 720p: /jpg-h720-q90

Convert video to MP4 with specific settings: /mp4-w1280-h720-b5

Convert video to optimized animated GIF: /agif-fps15-w512

Important Considerations & Limitations

cnvrt.tools leverages the power of FFmpeg compiled to WebAssembly (WASM) to perform conversions directly in your browser. While this offers great privacy and speed for many tasks, there are some inherent limitations to be aware of:

If you encounter issues, such as very slow conversions or browser errors, consider:

Tips & Troubleshooting