Log in Sign Up

Free Online Video and Audio Tools

Convert media files with production-grade FFmpeg workflows: extract MP3 from video, convert audio formats, convert videos to MP4, and prepare files for sharing.

Media Conversion for Creators, Meetings, and Sharing

Video and audio conversion needs to be reliable because media files are large and varied. JustConvert uses FFmpeg and FFprobe to validate files, check streams, cap duration, strip metadata, and clean temporary files after processing.

Use this category for meeting recordings, social media clips, podcast audio, website media, and compatibility fixes such as MOV to MP4 or MP3 to OGG.

  • Extract MP3, M4A, WAV, FLAC, OGG, or OPUS audio from video
  • Convert audio between MP3, M4A, AAC, WAV, FLAC, OGG, and OPUS
  • Convert video to MP4, MOV, WEBM, or AVI
  • Built with FFmpeg validation, timeouts, duration limits, and cleanup

Container versus codec, and why a file will not play

A video file has two separate identities. The container is the extension you see — MP4, MOV, MKV, AVI — and it is essentially a box holding the streams. The codec is how the video and audio inside are actually encoded, typically H.264, H.265, VP9, or AV1. A player can support the box and still not support what is inside it.

This explains the most common complaint, which is a file that plays on one device and not another. Renaming a .mkv to .mp4 changes the label on the box and nothing else, so it does not help. Real conversion re-encodes the streams, which is why it takes time proportional to the length of the video rather than being instant. When a file has to work everywhere, MP4 with H.264 video and AAC audio is the combination with the widest support, from old TVs to current phones.

Bitrate is what determines quality and size

Resolution gets the attention, but bitrate — the data used per second — is what actually decides how a video looks. A 1080p file at a low bitrate looks worse than a 720p file at a high one, because the encoder does not have enough data to describe the motion and falls back on blocky approximations, most visible in fast movement, water, and smoke.

For audio the same principle applies with clearer thresholds. 128 kbps MP3 is acceptable for speech and podcasts. 192 kbps is a reasonable general default for music. 320 kbps is the practical ceiling for MP3, and above roughly 256 kbps most listeners cannot distinguish it from the source on ordinary equipment. Choosing a bitrate higher than the original is never useful: the missing detail is already gone, and encoding it larger just stores the same loss in more space.

Extracting audio and trimming what you do not need

Pulling the soundtrack out of a video is the most common request in this group — lectures, interviews, and music from recorded footage. Video to Audio handles it, and the useful detail is that the audio inside an MP4 is usually already AAC. Exporting to M4A therefore copies the existing stream rather than re-encoding it, which is faster and avoids a second round of quality loss. Choose MP3 only if the destination device needs it.

Two practical notes. A video with no audio track produces an empty file rather than an error, which is worth checking before assuming a conversion failed. And for anything destined for social media or a website, converting to a modern format is usually the wrong first move: cutting the clip down and dropping the resolution to what will actually be displayed reduces the file far more than any codec change.

Choosing an output format

GoalUseWhy
Play anywhereMP4 (H.264 + AAC)The widest device support of any combination
Smallest file, web onlyWEBMBetter compression, not supported offline everywhere
Audio for any playerMP3 at 192 kbpsUniversal support, good quality for the size
Audio from an MP4M4ACopies the existing AAC stream without re-encoding
Archiving or editingWAV or FLACLossless, but many times larger

Frequently Asked Questions

Can I convert video to MP3?

Yes. Use Video to MP3 or MP4 to MP3 to extract an MP3 audio file from videos with an audio track.

Which video formats are supported?

MP4, MOV, M4V, MKV, WEBM, AVI, MPEG, MPG, and 3GP are supported for video conversion workflows.

Which audio formats are supported?

MP3, M4A, AAC, WAV, FLAC, OGG, and OPUS are supported for audio conversion workflows.