Skip to content

What each file conversion loses

Converters tell you a pair is supported. They do not tell you what it costs — so the file converts, something is missing, and by then you have already chosen. This is the other half of the answer for all 563 conversions this site performs. 295 of them lose something. The others have no losses identified by this reference.

Nothing here is written pair by pair. Each format declares what it is able to carry, and a loss is worked out as “the source can hold this and the target cannot”. The behavior — which pairs re-encode, which simply repackage, which take only the first page — is read from the same code that runs the conversion, so this page cannot drift from the converter it describes.

Losses are stated conditionally where they depend on the file. PNG to JPEG costs you transparency only if the PNG has any; the entry says so rather than claiming every PNG loses something.

Anything marked on this site describes how Prathom performs that conversion, not a limit of the formats. CSV cannot hold a formula anywhere; “PDF to Word does not keep the layout” is true of the pipeline here — it extracts the text first — and other tools do better. The distinction is marked so you can tell which is which.

Images

AI to JPGIllustrator AIJPEG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site

AI to PDFIllustrator AIPDF

  • The text stays selectable and searchable.
  • Ghostscript rewrites the drawing operators as PDF operators rather than rendering them, so the artwork stays vector and is sharp at any size. Verified: the output embeds no images at all.on this site
  • Live text with embedded fonts carries through as selectable text. Type that was converted to outlines before saving is already shapes and stays shapes — that is a property of your file rather than of the conversion.on this site

AI to PNGIllustrator AIPNG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • Transparency is kept.

AI to TIFFIllustrator AITIFF

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • Transparency is kept.

AI to WEBPIllustrator AIWebP

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.
  • Encoded at quality 82.on this site

AVIF to BMPAVIFBMP

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Only one frame survives; the movement is not kept.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

AVIF to GIFAVIFGIF

  • Only the first frame is converted.on this site
  • Transparency is kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

AVIF to HEICAVIFHEIC

  • Only one frame survives; the movement is not kept.
  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Transparency is kept.

AVIF to JPGAVIFJPEG

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Only one frame survives; the movement is not kept.
  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site

AVIF to PDFAVIFPDF

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Only one frame survives; the movement is not kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

AVIF to PNGAVIFPNG

  • Only one frame survives; the movement is not kept.
  • Transparency is kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

AVIF to TIFFAVIFTIFF

  • Only one frame survives; the movement is not kept.
  • Transparency is kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

AVIF to WEBPAVIFWebP

  • Only the first frame is converted.on this site
  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Transparency is kept.
  • Encoded at quality 82.on this site

BMP to AVIFBMPAVIF

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Encoded at quality 50.on this site

BMP to GIFBMPGIF

  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

BMP to JPGBMPJPEG

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Encoded at quality 82.on this site

BMP to PDFBMPPDF

  • Nothing is lost. PDF can carry everything BMP holds.

BMP to PNGBMPPNG

  • Nothing is lost. PNG can carry everything BMP holds.

BMP to TIFFBMPTIFF

  • Nothing is lost. TIFF can carry everything BMP holds.

BMP to WEBPBMPWebP

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Encoded at quality 82.on this site

EPS to JPGEPSJPEG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site

EPS to PDFEPSPDF

  • The text stays selectable and searchable.
  • Ghostscript rewrites the drawing operators as PDF operators rather than rendering them, so the artwork stays vector and is sharp at any size. Verified: the output embeds no images at all.on this site
  • Live text with embedded fonts carries through as selectable text. Type that was converted to outlines before saving is already shapes and stays shapes — that is a property of your file rather than of the conversion.on this site

EPS to PNGEPSPNG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • Transparency is kept.

EPS to TIFFEPSTIFF

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • Transparency is kept.

EPS to WEBPEPSWebP

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.
  • Encoded at quality 82.on this site

GIF to AVIFGIFAVIF

  • Only the first frame is converted.on this site
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.
  • Encoded at quality 50.on this site
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

GIF to BMPGIFBMP

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Only one frame survives; the movement is not kept.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

GIF to JPGGIFJPEG

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Only one frame survives; the movement is not kept.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

GIF to PDFGIFPDF

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Only one frame survives; the movement is not kept.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

GIF to PNGGIFPNG

  • Only one frame survives; the movement is not kept.
  • Transparency is kept.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

GIF to TIFFGIFTIFF

  • Only one frame survives; the movement is not kept.
  • Transparency is kept.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

GIF to WEBPGIFWebP

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.
  • The frames and their timing are kept.
  • Every frame and its delay is read across, not just the first.on this site
  • Encoded at quality 82.on this site
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

HEIC to AVIFHEICAVIF

  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Transparency is kept.
  • Encoded at quality 50.on this site

HEIC to BMPHEICBMP

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

HEIC to GIFHEICGIF

  • Transparency is kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

HEIC to JPGHEICJPEG

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site

HEIC to PDFHEICPDF

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

HEIC to PNGHEICPNG

  • Transparency is kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

HEIC to TIFFHEICTIFF

  • Transparency is kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

HEIC to WEBPHEICWebP

  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Transparency is kept.
  • Encoded at quality 82.on this site

HEIF to AVIFHEIFAVIF

  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Transparency is kept.
  • Encoded at quality 50.on this site

HEIF to BMPHEIFBMP

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

HEIF to GIFHEIFGIF

  • Transparency is kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

HEIF to JPGHEIFJPEG

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site

HEIF to PDFHEIFPDF

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

HEIF to PNGHEIFPNG

  • Transparency is kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

HEIF to TIFFHEIFTIFF

  • Transparency is kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

HEIF to WEBPHEIFWebP

  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Transparency is kept.
  • Encoded at quality 82.on this site

ICO to BMPICOBMP

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • An icon file holds several sizes; the largest is the one converted.on this site
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site

ICO to GIFICOGIF

  • Transparency is kept.
  • An icon file holds several sizes; the largest is the one converted.on this site
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

ICO to JPGICOJPEG

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • An icon file holds several sizes; the largest is the one converted.on this site
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site

ICO to PNGICOPNG

  • Transparency is kept.
  • An icon file holds several sizes; the largest is the one converted.on this site

ICO to SVGICOSVG

  • Transparency is kept.
  • An icon file holds several sizes; the largest is the one converted.on this site

ICO to TIFFICOTIFF

  • Transparency is kept.
  • An icon file holds several sizes; the largest is the one converted.on this site

ICO to WEBPICOWebP

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.
  • An icon file holds several sizes; the largest is the one converted.on this site
  • Encoded at quality 82.on this site

JP2 to JPGJPEG 2000JPEG

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site

JP2 to PNGJPEG 2000PNG

  • Transparency is kept.

JP2 to WEBPJPEG 2000WebP

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.
  • Encoded at quality 82.on this site

JPEG to AVIFJPEGAVIF

  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Encoded at quality 50.on this site

JPEG to BMPJPEGBMP

  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

JPEG to GIFJPEGGIF

  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

JPEG to HEICJPEGHEIC

  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.

JPEG to ICOJPEGICO

  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

JPEG to PDFJPEGPDF

  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

JPEG to PNGJPEGPNG

  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

JPEG to SVGJPEGSVG

  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

JPEG to TIFFJPEGTIFF

  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

JPEG to WEBPJPEGWebP

  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Encoded at quality 82.on this site

JPG to AVIFJPEGAVIF

  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Encoded at quality 50.on this site

JPG to BMPJPEGBMP

  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

JPG to GIFJPEGGIF

  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

JPG to HEICJPEGHEIC

  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.

JPG to ICOJPEGICO

  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

JPG to PDFJPEGPDF

  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

JPG to PNGJPEGPNG

  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

JPG to SVGJPEGSVG

  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

JPG to TIFFJPEGTIFF

  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

JPG to WEBPJPEGWebP

  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Encoded at quality 82.on this site

PNG to AVIFPNGAVIF

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.
  • Encoded at quality 50.on this site

PNG to BMPPNGBMP

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site

PNG to GIFPNGGIF

  • Transparency is kept.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

PNG to HEICPNGHEIC

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.

PNG to ICOPNGICO

  • Transparency is kept.

PNG to JPGPNGJPEG

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site

PNG to PDFPNGPDF

  • If the image has transparent areas, they are filled with white — this format has no transparency.

PNG to SVGPNGSVG

  • Transparency is kept.

PNG to TIFFPNGTIFF

  • Transparency is kept.

PNG to WEBPPNGWebP

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.
  • Encoded at quality 82.on this site

PSD to JPGPSDJPEG

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Only the flattened composite survives. A Photoshop document holds every layer as a full-size image of its own, and none of them reach the converted file.on this site
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site

PSD to PDFPSDPDF

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Only the flattened composite survives. A Photoshop document holds every layer as a full-size image of its own, and none of them reach the converted file.on this site
  • Embedded images are carried.

PSD to PNGPSDPNG

  • Only the flattened composite survives. A Photoshop document holds every layer as a full-size image of its own, and none of them reach the converted file.on this site
  • Transparency is kept.

PSD to TIFFPSDTIFF

  • Only the flattened composite survives. A Photoshop document holds every layer as a full-size image of its own, and none of them reach the converted file.on this site
  • Transparency is kept.

PSD to WEBPPSDWebP

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Only the flattened composite survives. A Photoshop document holds every layer as a full-size image of its own, and none of them reach the converted file.on this site
  • Transparency is kept.
  • Encoded at quality 82.on this site

SVG to BMPSVGBMP

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site

SVG to GIFSVGGIF

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • Transparency is kept.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

SVG to ICOSVGICO

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • Transparency is kept.

SVG to JPGSVGJPEG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site

SVG to PDFSVGPDF

  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The text stays selectable and searchable.

SVG to PNGSVGPNG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • Transparency is kept.

SVG to TIFFSVGTIFF

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • Transparency is kept.

SVG to WEBPSVGWebP

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The drawing is rasterized to a fixed pixel grid, so enlarging it afterwards will show the pixels.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.
  • Encoded at quality 82.on this site

TGA to JPGTargaJPEG

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site

TGA to PNGTargaPNG

  • Transparency is kept.

TGA to WEBPTargaWebP

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.
  • Encoded at quality 82.on this site

TIF to AVIFTIFFAVIF

  • Only the first page is converted — one image file holds one picture.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.
  • Encoded at quality 50.on this site

TIF to BMPTIFFBMP

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Only the first page is converted — one image file holds one picture.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site

TIF to GIFTIFFGIF

  • Only the first page is converted — one image file holds one picture.
  • Transparency is kept.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

TIF to JPGTIFFJPEG

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Only the first page is converted — one image file holds one picture.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site

TIF to PDFTIFFPDF

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Every page is kept, in order.

TIF to PNGTIFFPNG

  • Only the first page is converted — one image file holds one picture.
  • Transparency is kept.

TIF to WEBPTIFFWebP

  • Only the first page is converted — one image file holds one picture.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.
  • Encoded at quality 82.on this site

TIFF to AVIFTIFFAVIF

  • Only the first page is converted — one image file holds one picture.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.
  • Encoded at quality 50.on this site

TIFF to BMPTIFFBMP

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Only the first page is converted — one image file holds one picture.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site

TIFF to GIFTIFFGIF

  • Only the first page is converted — one image file holds one picture.
  • Transparency is kept.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

TIFF to JPGTIFFJPEG

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Only the first page is converted — one image file holds one picture.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site

TIFF to PDFTIFFPDF

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Every page is kept, in order.

TIFF to PNGTIFFPNG

  • Only the first page is converted — one image file holds one picture.
  • Transparency is kept.

TIFF to WEBPTIFFWebP

  • Only the first page is converted — one image file holds one picture.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Transparency is kept.
  • Encoded at quality 82.on this site

WEBP to AVIFWebPAVIF

  • Only the first frame is converted.on this site
  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Transparency is kept.
  • Encoded at quality 50.on this site

WEBP to BMPWebPBMP

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Only one frame survives; the movement is not kept.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

WEBP to GIFWebPGIF

  • Transparency is kept.
  • The frames and their timing are kept.
  • Every frame and its delay is read across, not just the first.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

WEBP to HEICWebPHEIC

  • Only one frame survives; the movement is not kept.
  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Transparency is kept.

WEBP to ICOWebPICO

  • Only one frame survives; the movement is not kept.
  • Transparency is kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

WEBP to JPGWebPJPEG

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Only one frame survives; the movement is not kept.
  • Both formats are lossy, so this is a second round of compression. The new encoder starts from what the first one already discarded and removes more.
  • Transparent pixels are composited onto white before encoding, not after — once the channel is gone those pixels have already taken the color underneath.on this site
  • Encoded at quality 82.on this site

WEBP to PDFWebPPDF

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • Only one frame survives; the movement is not kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

WEBP to PNGWebPPNG

  • Only one frame survives; the movement is not kept.
  • Transparency is kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

WEBP to SVGWebPSVG

  • Only one frame survives; the movement is not kept.
  • Transparency is kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

WEBP to TIFFWebPTIFF

  • Only one frame survives; the movement is not kept.
  • Transparency is kept.
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

Documents

CHM to EPUBCompiled HTML HelpEPUB

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

CHM to HTMLCompiled HTML HelpHTML

  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

CHM to PDFCompiled HTML HelpPDF

  • The text is fixed onto pages instead of reflowing, so it will not adapt to a phone or an e-reader.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.

CHM to TXTCompiled HTML HelpPlain text

  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

DOC to DOCXWord 97 (.doc)Word (.docx)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

DOC to EPUBWord 97 (.doc)EPUB

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

DOC to HTMLWord 97 (.doc)HTML

  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

DOC to ODTWord 97 (.doc)OpenDocument Text

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

DOC to PDFWord 97 (.doc)PDF

  • The text is fixed onto pages instead of reflowing, so it will not adapt to a phone or an e-reader.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.

DOC to RTFWord 97 (.doc)Rich Text

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

DOC to TXTWord 97 (.doc)Plain text

  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

DOCX to DOCWord (.docx)Word 97 (.doc)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

DOCX to EPUBWord (.docx)EPUB

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

DOCX to HTMLWord (.docx)HTML

  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

DOCX to JPGWord (.docx)JPEG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Encoded at quality 82.on this site

DOCX to ODTWord (.docx)OpenDocument Text

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

DOCX to PDFWord (.docx)PDF

  • The text is fixed onto pages instead of reflowing, so it will not adapt to a phone or an e-reader.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.

DOCX to PNGWord (.docx)PNG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.

DOCX to RTFWord (.docx)Rich Text

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

DOCX to TXTWord (.docx)Plain text

  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

HTML to DOCHTMLWord 97 (.doc)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

HTML to DOCXHTMLWord (.docx)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

HTML to EPUBHTMLEPUB

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

HTML to MARKDOWNHTMLMarkdown

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

HTML to ODTHTMLOpenDocument Text

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

HTML to PDFHTMLPDF

  • The text is fixed onto pages instead of reflowing, so it will not adapt to a phone or an e-reader.
  • The text stays selectable and searchable.
  • Formatting is carried across.

HTML to RTFHTMLRich Text

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

HTML to TXTHTMLPlain text

  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

MARKDOWN to DOCMarkdownWord 97 (.doc)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

MARKDOWN to DOCXMarkdownWord (.docx)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

MARKDOWN to EPUBMarkdownEPUB

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

MARKDOWN to HTMLMarkdownHTML

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

MARKDOWN to ODTMarkdownOpenDocument Text

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

MARKDOWN to PDFMarkdownPDF

  • The text is fixed onto pages instead of reflowing, so it will not adapt to a phone or an e-reader.
  • The text stays selectable and searchable.
  • Formatting is carried across.

MARKDOWN to RTFMarkdownRich Text

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

MARKDOWN to TXTMarkdownPlain text

  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

MD to DOCMarkdownWord 97 (.doc)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

MD to DOCXMarkdownWord (.docx)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

MD to EPUBMarkdownEPUB

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

MD to HTMLMarkdownHTML

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

MD to ODTMarkdownOpenDocument Text

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

MD to PDFMarkdownPDF

  • The text is fixed onto pages instead of reflowing, so it will not adapt to a phone or an e-reader.
  • The text stays selectable and searchable.
  • Formatting is carried across.

MD to RTFMarkdownRich Text

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

MD to TXTMarkdownPlain text

  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

ODT to DOCOpenDocument TextWord 97 (.doc)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

ODT to DOCXOpenDocument TextWord (.docx)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

ODT to EPUBOpenDocument TextEPUB

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

ODT to HTMLOpenDocument TextHTML

  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

ODT to PDFOpenDocument TextPDF

  • The text is fixed onto pages instead of reflowing, so it will not adapt to a phone or an e-reader.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.

ODT to RTFOpenDocument TextRich Text

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

ODT to TXTOpenDocument TextPlain text

  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

PDF to DOCPDFWord 97 (.doc)

  • The fixed page layout is not kept. The text arrives whole but reflows instead of sitting on numbered pages.
  • The text is extracted first and rebuilt as a new document, so the original layout is not preserved — columns, headers, tables and exact positions are reconstructed at best.on this site
  • Embedded images are not carried.on this site
  • The text stays selectable and searchable.

PDF to DOCXPDFWord (.docx)

  • The fixed page layout is not kept. The text arrives whole but reflows instead of sitting on numbered pages.
  • The text is extracted first and rebuilt as a new document, so the original layout is not preserved — columns, headers, tables and exact positions are reconstructed at best.on this site
  • Embedded images are not carried.on this site
  • The text stays selectable and searchable.

PDF to EPUBPDFEPUB

  • The fixed page layout is not kept. The text arrives whole but reflows instead of sitting on numbered pages.
  • The text is extracted first and rebuilt as a new document, so the original layout is not preserved — columns, headers, tables and exact positions are reconstructed at best.on this site
  • Embedded images are not carried.on this site
  • The text stays selectable and searchable.

PDF to HTMLPDFHTML

  • Embedded images are not carried.
  • The fixed page layout is not kept. The text arrives whole but reflows instead of sitting on numbered pages.
  • The text is extracted first and rebuilt as a new document, so the original layout is not preserved — columns, headers, tables and exact positions are reconstructed at best.on this site
  • The text stays selectable and searchable.

PDF to ODTPDFOpenDocument Text

  • The fixed page layout is not kept. The text arrives whole but reflows instead of sitting on numbered pages.
  • The text is extracted first and rebuilt as a new document, so the original layout is not preserved — columns, headers, tables and exact positions are reconstructed at best.on this site
  • Embedded images are not carried.on this site
  • The text stays selectable and searchable.

PDF to PNGPDFPNG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • Only the first page is converted.on this site

PDF to PPTXPDFPowerPoint (.pptx)

  • The text is extracted and written onto slides. The original slide design is not recovered.on this site
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • Every page is kept, in order.

PDF to RTFPDFRich Text

  • The fixed page layout is not kept. The text arrives whole but reflows instead of sitting on numbered pages.
  • The text is extracted first and rebuilt as a new document, so the original layout is not preserved — columns, headers, tables and exact positions are reconstructed at best.on this site
  • Embedded images are not carried.on this site
  • The text stays selectable and searchable.

PDF to SVGPDFSVG

  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • Embedded images are not carried.
  • Only the first page is converted.on this site
  • The text stays selectable and searchable.

PDF to TIFFPDFTIFF

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • Only the first page is converted.on this site

PDF to TXTPDFPlain text

  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • Embedded images are not carried.
  • The fixed page layout is not kept. The text arrives whole but reflows instead of sitting on numbered pages.
  • The text stays selectable and searchable.

PDF to XLSXPDFExcel (.xlsx)

  • Embedded images are not carried.
  • The fixed page layout is not kept. The text arrives whole but reflows instead of sitting on numbered pages.
  • The text is extracted and written into cells. Tables are not detected; this is a text dump, not a spreadsheet reconstruction.on this site
  • The text stays selectable and searchable.
  • Formatting is carried across.

RTF to DOCRich TextWord 97 (.doc)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

RTF to DOCXRich TextWord (.docx)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

RTF to HTMLRich TextHTML

  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

RTF to ODTRich TextOpenDocument Text

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

RTF to PDFRich TextPDF

  • The text is fixed onto pages instead of reflowing, so it will not adapt to a phone or an e-reader.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.

RTF to TXTRich TextPlain text

  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

TXT to DOCPlain textWord 97 (.doc)

  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

TXT to DOCXPlain textWord (.docx)

  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

TXT to EPUBPlain textEPUB

  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

TXT to HTMLPlain textHTML

  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

TXT to ODTPlain textOpenDocument Text

  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

TXT to PDFPlain textPDF

  • The text is fixed onto pages instead of reflowing, so it will not adapt to a phone or an e-reader.
  • The text stays selectable and searchable.

TXT to RTFPlain textRich Text

  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

XPS to JPGXPSJPEG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Only the first page is converted.on this site
  • Encoded at quality 82.on this site

XPS to PDFXPSPDF

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • Every page is kept, in order.

XPS to PNGXPSPNG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • Only the first page is converted.on this site

Ebooks

AZW3 to DOCXAZW3Word (.docx)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

AZW3 to EPUBAZW3EPUB

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

AZW3 to MOBIAZW3MOBI

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

AZW3 to PDFAZW3PDF

  • The text is fixed onto pages instead of reflowing, so it will not adapt to a phone or an e-reader.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.

AZW3 to TXTAZW3Plain text

  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

EPUB to AZW3EPUBAZW3

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

EPUB to DOCXEPUBWord (.docx)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

EPUB to HTMLEPUBHTML

  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

EPUB to MOBIEPUBMOBI

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

EPUB to PDFEPUBPDF

  • The text is fixed onto pages instead of reflowing, so it will not adapt to a phone or an e-reader.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.

EPUB to TXTEPUBPlain text

  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

FB2 to DOCXFictionBookWord (.docx)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

FB2 to EPUBFictionBookEPUB

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

FB2 to MOBIFictionBookMOBI

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

FB2 to PDFFictionBookPDF

  • The text is fixed onto pages instead of reflowing, so it will not adapt to a phone or an e-reader.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.

FB2 to TXTFictionBookPlain text

  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

MOBI to AZW3MOBIAZW3

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

MOBI to DOCXMOBIWord (.docx)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

MOBI to EPUBMOBIEPUB

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • The text still reflows to the reader’s screen.

MOBI to HTMLMOBIHTML

  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • The text still reflows to the reader’s screen.

MOBI to PDFMOBIPDF

  • The text is fixed onto pages instead of reflowing, so it will not adapt to a phone or an e-reader.
  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.

MOBI to TXTMOBIPlain text

  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • Embedded images are not carried.
  • The text stays selectable and searchable.
  • The text still reflows to the reader’s screen.

Spreadsheets

CSV to HTMLCSVHTML

  • The text stays selectable and searchable.

CSV to ODSCSVOpenDocument Spreadsheet

  • The text stays selectable and searchable.

CSV to PDFCSVPDF

  • The text stays selectable and searchable.

CSV to XLSCSVExcel 97 (.xls)

  • The text stays selectable and searchable.

CSV to XLSXCSVExcel (.xlsx)

  • The text stays selectable and searchable.

ODS to CSVOpenDocument SpreadsheetCSV

  • Formulas are replaced by the values they last calculated. Nothing recalculates afterwards.
  • Only one sheet survives. A workbook with several needs one conversion each.
  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • The text stays selectable and searchable.

ODS to HTMLOpenDocument SpreadsheetHTML

  • Formulas are replaced by the values they last calculated. Nothing recalculates afterwards.
  • Only one sheet survives. A workbook with several needs one conversion each.
  • The text stays selectable and searchable.
  • Formatting is carried across.

ODS to PDFOpenDocument SpreadsheetPDF

  • Formulas are replaced by the values they last calculated. Nothing recalculates afterwards.
  • Only one sheet survives. A workbook with several needs one conversion each.
  • The text stays selectable and searchable.
  • Formatting is carried across.

ODS to XLSOpenDocument SpreadsheetExcel 97 (.xls)

  • Formulas stay live.
  • Every sheet is kept.
  • The text stays selectable and searchable.
  • Formatting is carried across.

ODS to XLSXOpenDocument SpreadsheetExcel (.xlsx)

  • Formulas stay live.
  • Every sheet is kept.
  • The text stays selectable and searchable.
  • Formatting is carried across.

XLS to CSVExcel 97 (.xls)CSV

  • Formulas are replaced by the values they last calculated. Nothing recalculates afterwards.
  • Only one sheet survives. A workbook with several needs one conversion each.
  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • The text stays selectable and searchable.

XLS to HTMLExcel 97 (.xls)HTML

  • Formulas are replaced by the values they last calculated. Nothing recalculates afterwards.
  • Only one sheet survives. A workbook with several needs one conversion each.
  • The text stays selectable and searchable.
  • Formatting is carried across.

XLS to ODSExcel 97 (.xls)OpenDocument Spreadsheet

  • Formulas stay live.
  • Every sheet is kept.
  • The text stays selectable and searchable.
  • Formatting is carried across.

XLS to PDFExcel 97 (.xls)PDF

  • Formulas are replaced by the values they last calculated. Nothing recalculates afterwards.
  • Only one sheet survives. A workbook with several needs one conversion each.
  • The text stays selectable and searchable.
  • Formatting is carried across.

XLS to XLSXExcel 97 (.xls)Excel (.xlsx)

  • Formulas stay live.
  • Every sheet is kept.
  • The text stays selectable and searchable.
  • Formatting is carried across.

XLSX to CSVExcel (.xlsx)CSV

  • Formulas are replaced by the values they last calculated. Nothing recalculates afterwards.
  • Only one sheet survives. A workbook with several needs one conversion each.
  • Formatting is reduced to plain characters — headings, bold, tables and color are not carried.
  • The text stays selectable and searchable.

XLSX to HTMLExcel (.xlsx)HTML

  • Formulas are replaced by the values they last calculated. Nothing recalculates afterwards.
  • Only one sheet survives. A workbook with several needs one conversion each.
  • The text stays selectable and searchable.
  • Formatting is carried across.

XLSX to ODSExcel (.xlsx)OpenDocument Spreadsheet

  • Formulas stay live.
  • Every sheet is kept.
  • The text stays selectable and searchable.
  • Formatting is carried across.

XLSX to PDFExcel (.xlsx)PDF

  • Formulas are replaced by the values they last calculated. Nothing recalculates afterwards.
  • Only one sheet survives. A workbook with several needs one conversion each.
  • The text stays selectable and searchable.
  • Formatting is carried across.

XLSX to XLSExcel (.xlsx)Excel 97 (.xls)

  • Formulas stay live.
  • Every sheet is kept.
  • The text stays selectable and searchable.
  • Formatting is carried across.

Presentations

ODP to HTMLOpenDocument PresentationHTML

  • Embedded images are not carried.
  • The fixed page layout is not kept. The text arrives whole but reflows instead of sitting on numbered pages.
  • The text stays selectable and searchable.
  • Formatting is carried across.

ODP to JPGOpenDocument PresentationJPEG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Only the first slide is converted.on this site
  • Encoded at quality 82.on this site

ODP to PDFOpenDocument PresentationPDF

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • Every page is kept, in order.

ODP to PNGOpenDocument PresentationPNG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • Only the first slide is converted.on this site

ODP to PPTOpenDocument PresentationPowerPoint 97 (.ppt)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • Every page is kept, in order.

ODP to PPTXOpenDocument PresentationPowerPoint (.pptx)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • Every page is kept, in order.

PPT to HTMLPowerPoint 97 (.ppt)HTML

  • Embedded images are not carried.
  • The fixed page layout is not kept. The text arrives whole but reflows instead of sitting on numbered pages.
  • The text stays selectable and searchable.
  • Formatting is carried across.

PPT to JPGPowerPoint 97 (.ppt)JPEG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Only the first slide is converted.on this site
  • Encoded at quality 82.on this site

PPT to ODPPowerPoint 97 (.ppt)OpenDocument Presentation

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • Every page is kept, in order.

PPT to PDFPowerPoint 97 (.ppt)PDF

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • Every page is kept, in order.

PPT to PNGPowerPoint 97 (.ppt)PNG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • Only the first slide is converted.on this site

PPT to PPTXPowerPoint 97 (.ppt)PowerPoint (.pptx)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • Every page is kept, in order.

PPTX to HTMLPowerPoint (.pptx)HTML

  • Embedded images are not carried.
  • The fixed page layout is not kept. The text arrives whole but reflows instead of sitting on numbered pages.
  • The text stays selectable and searchable.
  • Formatting is carried across.

PPTX to JPGPowerPoint (.pptx)JPEG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • Only the first slide is converted.on this site
  • Encoded at quality 82.on this site

PPTX to ODPPowerPoint (.pptx)OpenDocument Presentation

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • Every page is kept, in order.

PPTX to PDFPowerPoint (.pptx)PDF

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • Every page is kept, in order.

PPTX to PNGPowerPoint (.pptx)PNG

  • The text stops being text. It becomes part of the picture, so it can no longer be selected, searched or copied.
  • Only the first slide is converted.on this site

PPTX to PPTPowerPoint (.pptx)PowerPoint 97 (.ppt)

  • The text stays selectable and searchable.
  • Formatting is carried across.
  • Embedded images are carried.
  • Every page is kept, in order.

Video

3GP to AAC3GPAAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

3GP to AIFF3GPAIFF

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

3GP to AVI3GPAVI

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg4 and audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

3GP to FLAC3GPFLAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

3GP to FLV3GPFlash Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

3GP to GIF3GPGIF

  • The picture is dropped.
  • The sound is dropped.
  • Re-encoded. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

3GP to M4A3GPM4A

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

3GP to M4V3GPM4V

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

3GP to MKV3GPMatroska

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

3GP to MOV3GPQuickTime

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

3GP to MP33GPMP3

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

3GP to MP43GPMP4

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

3GP to MPEG3GPMPEG

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg2video and audio as mp2. A re-encode always costs some quality, however high the settings.on this site

3GP to OGG3GPOgg Vorbis

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

3GP to OPUS3GPOpus

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

3GP to TS3GPMPEG Transport Stream

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

3GP to WAV3GPWAV

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

3GP to WEBM3GPWebM

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libvpx-vp9 and audio as libopus. A re-encode always costs some quality, however high the settings.on this site

3GP to WMA3GPWindows Media Audio

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

3GP to WMV3GPWindows Media Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as msmpeg4v3 and audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

AVI to 3GPAVI3GP

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

AVI to AACAVIAAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

AVI to AIFFAVIAIFF

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

AVI to FLACAVIFLAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

AVI to FLVAVIFlash Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

AVI to GIFAVIGIF

  • The picture is dropped.
  • The sound is dropped.
  • Re-encoded. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

AVI to M4AAVIM4A

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

AVI to M4VAVIM4V

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

AVI to MKVAVIMatroska

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

AVI to MOVAVIQuickTime

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

AVI to MP3AVIMP3

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

AVI to MP4AVIMP4

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

AVI to MPEGAVIMPEG

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg2video and audio as mp2. A re-encode always costs some quality, however high the settings.on this site

AVI to OGGAVIOgg Vorbis

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

AVI to OPUSAVIOpus

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

AVI to TSAVIMPEG Transport Stream

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

AVI to WAVAVIWAV

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

AVI to WEBMAVIWebM

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libvpx-vp9 and audio as libopus. A re-encode always costs some quality, however high the settings.on this site

AVI to WMAAVIWindows Media Audio

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

AVI to WMVAVIWindows Media Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as msmpeg4v3 and audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

FLV to 3GPFlash Video3GP

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

FLV to AACFlash VideoAAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

FLV to AIFFFlash VideoAIFF

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

FLV to AVIFlash VideoAVI

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg4 and audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

FLV to FLACFlash VideoFLAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

FLV to GIFFlash VideoGIF

  • The picture is dropped.
  • The sound is dropped.
  • Re-encoded. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

FLV to M4AFlash VideoM4A

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

FLV to M4VFlash VideoM4V

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

FLV to MKVFlash VideoMatroska

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

FLV to MOVFlash VideoQuickTime

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

FLV to MP3Flash VideoMP3

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

FLV to MP4Flash VideoMP4

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

FLV to MPEGFlash VideoMPEG

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg2video and audio as mp2. A re-encode always costs some quality, however high the settings.on this site

FLV to OGGFlash VideoOgg Vorbis

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

FLV to OPUSFlash VideoOpus

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

FLV to TSFlash VideoMPEG Transport Stream

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

FLV to WAVFlash VideoWAV

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

FLV to WEBMFlash VideoWebM

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libvpx-vp9 and audio as libopus. A re-encode always costs some quality, however high the settings.on this site

FLV to WMAFlash VideoWindows Media Audio

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

FLV to WMVFlash VideoWindows Media Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as msmpeg4v3 and audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

M4V to 3GPM4V3GP

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

M4V to AACM4VAAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

M4V to AIFFM4VAIFF

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

M4V to AVIM4VAVI

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg4 and audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

M4V to FLACM4VFLAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

M4V to FLVM4VFlash Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

M4V to GIFM4VGIF

  • The picture is dropped.
  • The sound is dropped.
  • Re-encoded. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

M4V to M4AM4VM4A

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

M4V to MKVM4VMatroska

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

M4V to MOVM4VQuickTime

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

M4V to MP3M4VMP3

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

M4V to MP4M4VMP4

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

M4V to MPEGM4VMPEG

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg2video and audio as mp2. A re-encode always costs some quality, however high the settings.on this site

M4V to OGGM4VOgg Vorbis

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

M4V to OPUSM4VOpus

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

M4V to TSM4VMPEG Transport Stream

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

M4V to WAVM4VWAV

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

M4V to WEBMM4VWebM

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libvpx-vp9 and audio as libopus. A re-encode always costs some quality, however high the settings.on this site

M4V to WMAM4VWindows Media Audio

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

M4V to WMVM4VWindows Media Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as msmpeg4v3 and audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

MKV to 3GPMatroska3GP

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MKV to AACMatroskaAAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

MKV to AIFFMatroskaAIFF

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MKV to AVIMatroskaAVI

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg4 and audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

MKV to FLACMatroskaFLAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MKV to FLVMatroskaFlash Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MKV to GIFMatroskaGIF

  • The picture is dropped.
  • The sound is dropped.
  • Re-encoded. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

MKV to M4AMatroskaM4A

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

MKV to M4VMatroskaM4V

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MKV to MOVMatroskaQuickTime

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MKV to MP3MatroskaMP3

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

MKV to MP4MatroskaMP4

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MKV to MPEGMatroskaMPEG

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg2video and audio as mp2. A re-encode always costs some quality, however high the settings.on this site

MKV to OGGMatroskaOgg Vorbis

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

MKV to OPUSMatroskaOpus

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

MKV to TSMatroskaMPEG Transport Stream

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

MKV to WAVMatroskaWAV

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MKV to WEBMMatroskaWebM

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libvpx-vp9 and audio as libopus. A re-encode always costs some quality, however high the settings.on this site

MKV to WMAMatroskaWindows Media Audio

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

MKV to WMVMatroskaWindows Media Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as msmpeg4v3 and audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

MOV to 3GPQuickTime3GP

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MOV to AACQuickTimeAAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

MOV to AIFFQuickTimeAIFF

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MOV to AVIQuickTimeAVI

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg4 and audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

MOV to FLACQuickTimeFLAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MOV to FLVQuickTimeFlash Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MOV to GIFQuickTimeGIF

  • The picture is dropped.
  • The sound is dropped.
  • Re-encoded. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

MOV to M4AQuickTimeM4A

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

MOV to M4VQuickTimeM4V

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MOV to MKVQuickTimeMatroska

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

MOV to MP3QuickTimeMP3

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

MOV to MP4QuickTimeMP4

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MOV to MPEGQuickTimeMPEG

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg2video and audio as mp2. A re-encode always costs some quality, however high the settings.on this site

MOV to OGGQuickTimeOgg Vorbis

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

MOV to OPUSQuickTimeOpus

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

MOV to TSQuickTimeMPEG Transport Stream

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

MOV to WAVQuickTimeWAV

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MOV to WEBMQuickTimeWebM

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libvpx-vp9 and audio as libopus. A re-encode always costs some quality, however high the settings.on this site

MOV to WMAQuickTimeWindows Media Audio

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

MOV to WMVQuickTimeWindows Media Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as msmpeg4v3 and audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

MP4 to 3GPMP43GP

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MP4 to AACMP4AAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

MP4 to AIFFMP4AIFF

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MP4 to AVIMP4AVI

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg4 and audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

MP4 to FLACMP4FLAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MP4 to FLVMP4Flash Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MP4 to GIFMP4GIF

  • The picture is dropped.
  • The sound is dropped.
  • Re-encoded. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

MP4 to M4AMP4M4A

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

MP4 to M4VMP4M4V

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MP4 to MKVMP4Matroska

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

MP4 to MOVMP4QuickTime

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MP4 to MP3MP4MP3

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

MP4 to MPEGMP4MPEG

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg2video and audio as mp2. A re-encode always costs some quality, however high the settings.on this site

MP4 to OGGMP4Ogg Vorbis

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

MP4 to OPUSMP4Opus

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

MP4 to TSMP4MPEG Transport Stream

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

MP4 to WAVMP4WAV

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MP4 to WEBMMP4WebM

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libvpx-vp9 and audio as libopus. A re-encode always costs some quality, however high the settings.on this site

MP4 to WMAMP4Windows Media Audio

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

MP4 to WMVMP4Windows Media Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as msmpeg4v3 and audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

MPEG to 3GPMPEG3GP

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MPEG to AACMPEGAAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

MPEG to AIFFMPEGAIFF

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MPEG to AVIMPEGAVI

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg4 and audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

MPEG to FLACMPEGFLAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MPEG to FLVMPEGFlash Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MPEG to GIFMPEGGIF

  • The picture is dropped.
  • The sound is dropped.
  • Re-encoded. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

MPEG to M4AMPEGM4A

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

MPEG to M4VMPEGM4V

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MPEG to MKVMPEGMatroska

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

MPEG to MOVMPEGQuickTime

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MPEG to MP3MPEGMP3

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

MPEG to MP4MPEGMP4

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

MPEG to OGGMPEGOgg Vorbis

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

MPEG to OPUSMPEGOpus

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

MPEG to TSMPEGMPEG Transport Stream

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

MPEG to WAVMPEGWAV

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MPEG to WEBMMPEGWebM

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libvpx-vp9 and audio as libopus. A re-encode always costs some quality, however high the settings.on this site

MPEG to WMAMPEGWindows Media Audio

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

MPEG to WMVMPEGWindows Media Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as msmpeg4v3 and audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

TS to 3GPMPEG Transport Stream3GP

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

TS to AACMPEG Transport StreamAAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

TS to AIFFMPEG Transport StreamAIFF

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

TS to AVIMPEG Transport StreamAVI

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg4 and audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

TS to FLACMPEG Transport StreamFLAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

TS to FLVMPEG Transport StreamFlash Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

TS to GIFMPEG Transport StreamGIF

  • The picture is dropped.
  • The sound is dropped.
  • Re-encoded. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

TS to M4AMPEG Transport StreamM4A

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

TS to M4VMPEG Transport StreamM4V

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

TS to MKVMPEG Transport StreamMatroska

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

TS to MOVMPEG Transport StreamQuickTime

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

TS to MP3MPEG Transport StreamMP3

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

TS to MP4MPEG Transport StreamMP4

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

TS to MPEGMPEG Transport StreamMPEG

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg2video and audio as mp2. A re-encode always costs some quality, however high the settings.on this site

TS to OGGMPEG Transport StreamOgg Vorbis

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

TS to OPUSMPEG Transport StreamOpus

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

TS to WAVMPEG Transport StreamWAV

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

TS to WEBMMPEG Transport StreamWebM

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libvpx-vp9 and audio as libopus. A re-encode always costs some quality, however high the settings.on this site

TS to WMAMPEG Transport StreamWindows Media Audio

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

TS to WMVMPEG Transport StreamWindows Media Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as msmpeg4v3 and audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

WEBM to 3GPWebM3GP

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

WEBM to AACWebMAAC

  • The picture is dropped.
  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

WEBM to AIFFWebMAIFF

  • The picture is dropped.
  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

WEBM to AVIWebMAVI

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg4 and audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

WEBM to FLACWebMFLAC

  • The picture is dropped.
  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

WEBM to FLVWebMFlash Video

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

WEBM to GIFWebMGIF

  • The picture is dropped.
  • The sound is dropped.
  • Transparency is kept.
  • Re-encoded. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

WEBM to M4AWebMM4A

  • The picture is dropped.
  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

WEBM to M4VWebMM4V

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

WEBM to MKVWebMMatroska

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

WEBM to MOVWebMQuickTime

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

WEBM to MP3WebMMP3

  • The picture is dropped.
  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

WEBM to MP4WebMMP4

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

WEBM to MPEGWebMMPEG

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg2video and audio as mp2. A re-encode always costs some quality, however high the settings.on this site

WEBM to OGGWebMOgg Vorbis

  • The picture is dropped.
  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

WEBM to OPUSWebMOpus

  • The picture is dropped.
  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

WEBM to TSWebMMPEG Transport Stream

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

WEBM to WAVWebMWAV

  • The picture is dropped.
  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

WEBM to WMAWebMWindows Media Audio

  • The picture is dropped.
  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

WEBM to WMVWebMWindows Media Video

  • If the image has transparent areas, they are filled with white — this format has no transparency.
  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as msmpeg4v3 and audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

WMV to 3GPWindows Media Video3GP

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

WMV to AACWindows Media VideoAAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

WMV to AIFFWindows Media VideoAIFF

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

WMV to AVIWindows Media VideoAVI

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg4 and audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

WMV to FLACWindows Media VideoFLAC

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

WMV to FLVWindows Media VideoFlash Video

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

WMV to GIFWindows Media VideoGIF

  • The picture is dropped.
  • The sound is dropped.
  • Re-encoded. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.
  • GIF holds at most 256 colors per frame, so a photograph converted to one is banded regardless of how it is encoded.

WMV to M4AWindows Media VideoM4A

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

WMV to M4VWindows Media VideoM4V

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

WMV to MKVWindows Media VideoMatroska

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

WMV to MOVWindows Media VideoQuickTime

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

WMV to MP3Windows Media VideoMP3

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

WMV to MP4Windows Media VideoMP4

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libx264 and audio as aac. A re-encode always costs some quality, however high the settings.on this site

WMV to MPEGWindows Media VideoMPEG

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as mpeg2video and audio as mp2. A re-encode always costs some quality, however high the settings.on this site

WMV to OGGWindows Media VideoOgg Vorbis

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

WMV to OPUSWindows Media VideoOpus

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

WMV to TSWindows Media VideoMPEG Transport Stream

  • The picture is kept.
  • The sound is kept.
  • The existing video and audio streams are copied into the new container without being re-encoded, so the picture and sound are bit-for-bit identical and the conversion is fast.on this site

WMV to WAVWindows Media VideoWAV

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

WMV to WEBMWindows Media VideoWebM

  • The picture is kept.
  • The sound is kept.
  • Re-encoded — video as libvpx-vp9 and audio as libopus. A re-encode always costs some quality, however high the settings.on this site

WMV to WMAWindows Media VideoWindows Media Audio

  • The picture is dropped.
  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

Audio

AAC to AIFFAACAIFF

  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

AAC to FLACAACFLAC

  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

AAC to M4AAACM4A

  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

AAC to MP3AACMP3

  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

AAC to OGGAACOgg Vorbis

  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

AAC to OPUSAACOpus

  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

AAC to WAVAACWAV

  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

AAC to WMAAACWindows Media Audio

  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

AIFF to AACAIFFAAC

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

AIFF to FLACAIFFFLAC

  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site

AIFF to M4AAIFFM4A

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

AIFF to MP3AIFFMP3

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

AIFF to OGGAIFFOgg Vorbis

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

AIFF to OPUSAIFFOpus

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

AIFF to WAVAIFFWAV

  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site

AIFF to WMAAIFFWindows Media Audio

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

FLAC to AACFLACAAC

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

FLAC to AIFFFLACAIFF

  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site

FLAC to M4AFLACM4A

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

FLAC to MP3FLACMP3

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

FLAC to OGGFLACOgg Vorbis

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

FLAC to OPUSFLACOpus

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

FLAC to WAVFLACWAV

  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site

FLAC to WMAFLACWindows Media Audio

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

M4A to AACM4AAAC

  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

M4A to AIFFM4AAIFF

  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

M4A to FLACM4AFLAC

  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

M4A to MP3M4AMP3

  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

M4A to OGGM4AOgg Vorbis

  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

M4A to OPUSM4AOpus

  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

M4A to WAVM4AWAV

  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

M4A to WMAM4AWindows Media Audio

  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

MP3 to AACMP3AAC

  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

MP3 to AIFFMP3AIFF

  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MP3 to FLACMP3FLAC

  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MP3 to M4AMP3M4A

  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

MP3 to OGGMP3Ogg Vorbis

  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

MP3 to OPUSMP3Opus

  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

MP3 to WAVMP3WAV

  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

MP3 to WMAMP3Windows Media Audio

  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

OGG to AACOgg VorbisAAC

  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

OGG to AIFFOgg VorbisAIFF

  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

OGG to FLACOgg VorbisFLAC

  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

OGG to M4AOgg VorbisM4A

  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

OGG to MP3Ogg VorbisMP3

  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

OGG to OPUSOgg VorbisOpus

  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

OGG to WAVOgg VorbisWAV

  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

OGG to WMAOgg VorbisWindows Media Audio

  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

OPUS to AACOpusAAC

  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

OPUS to AIFFOpusAIFF

  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

OPUS to FLACOpusFLAC

  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

OPUS to M4AOpusM4A

  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

OPUS to MP3OpusMP3

  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

OPUS to OGGOpusOgg Vorbis

  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

OPUS to WAVOpusWAV

  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

OPUS to WMAOpusWindows Media Audio

  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

WAV to AACWAVAAC

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

WAV to AIFFWAVAIFF

  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site

WAV to FLACWAVFLAC

  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site

WAV to M4AWAVM4A

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

WAV to MP3WAVMP3

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

WAV to OGGWAVOgg Vorbis

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

WAV to OPUSWAVOpus

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

WAV to WMAWAVWindows Media Audio

  • The file is re-encoded into a lossy format. Detail is discarded permanently, and converting back afterwards does not restore it.
  • The sound is kept.
  • Re-encoded — audio as wmav2. A re-encode always costs some quality, however high the settings.on this site

WMA to AACWindows Media AudioAAC

  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

WMA to AIFFWindows Media AudioAIFF

  • The sound is kept.
  • Re-encoded — audio as pcm_s16be. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

WMA to FLACWindows Media AudioFLAC

  • The sound is kept.
  • Re-encoded — audio as flac. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

WMA to M4AWindows Media AudioM4A

  • The sound is kept.
  • Re-encoded — audio as aac. A re-encode always costs some quality, however high the settings.on this site

WMA to MP3Windows Media AudioMP3

  • The sound is kept.
  • Re-encoded — audio as libmp3lame. A re-encode always costs some quality, however high the settings.on this site

WMA to OGGWindows Media AudioOgg Vorbis

  • The sound is kept.
  • Re-encoded — audio as libvorbis. A re-encode always costs some quality, however high the settings.on this site

WMA to OPUSWindows Media AudioOpus

  • The sound is kept.
  • Re-encoded — audio as libopus. A re-encode always costs some quality, however high the settings.on this site

WMA to WAVWindows Media AudioWAV

  • The sound is kept.
  • Re-encoded — audio as pcm_s16le. A re-encode always costs some quality, however high the settings.on this site
  • What the source already discarded does not come back. A lossless format preserves the damage exactly rather than repairing it.

Data formats

XML to CSVXMLCSV

  • The text stays selectable and searchable.

XML to HTMLXMLHTML

  • The text stays selectable and searchable.

XML to JSONXMLJSON

  • The text stays selectable and searchable.

XML to TXTXMLPlain text

  • The text stays selectable and searchable.

This reference is open data. Take it as JSON from /what-conversions-lose.json, or from github.com/bdwithganesh/file-conversion-fidelity, which ships the format trait table beside the pairs so you can check any entry against the property that produced it. Data under CC BY 4.0 — use it, ship it, credit prathom.ai. Corrections are welcome and wanted.