File Conversion Explained: Containers, Codecs & Quality Loss
What really happens when you “convert” a file — remux vs transcode, why some switches are lossless, and how to choose tools for documents, images, video, and audio.
Conversion is not one operation
Documents: structure vs appearance
Images: transcoding vs re-wrapping
Video: remux vs transcode
Audio: generation loss stacks
Archives: compression vs encryption
Metadata and privacy
Picking a tool: desktop vs CLI vs cloud
Frequently asked questions
Is file conversion always lossy?
No. Remuxing (changing container while copying streams) can be lossless. Transcoding (re-encoding with a codec) is usually lossy unless you choose a lossless codec and settings.
What is the difference between a codec and a container?
The codec compresses audio/video; the container (MP4, MKV, MOV) holds streams, metadata, subtitles, and chapters.
Why does my converted video lose quality?
Likely re-encoding at a lower bitrate or a second generation of lossy compression. Prefer copying streams when compatibility allows.
Can PDF conversion be lossless?
PDF to PDF optimisation can be lossless for structure, but PDF to Word is a reinterpretation — some layout fidelity is always guessed.
Are online converters safe?
Use reputable providers with clear privacy policies and retention rules. Avoid uploading confidential data to unknown sites.
Why do colours shift after conversion?
Colour profile mismatches (sRGB vs Display P3 vs CMYK). Good converters embed or convert ICC profiles explicitly.
Related Articles
Video Compression Explained: Codecs, Bitrate, and Quality
Understand how video compression works and how to get the smallest file with the best quality.
GuideBest Image Formats for Web: WebP vs PNG vs JPEG
A comprehensive comparison of modern image formats and when to use each one.
TipsHow to Compress PDF Without Losing Quality
Learn the best techniques to reduce PDF file size while maintaining document fidelity.