Convert tool

Convert Video with FFmpeg

Convert video formats with FFmpeg while controlling codec, quality, and container.

FFmpeg.Run generates commands only. Your media files stay on your computer and are never uploaded.

Command options

Generated command

Common uses

  • Convert MOV to MP4
  • Change containers
  • Create browser-compatible video

Related articles

Related command recipes

Command notes

Use stream copy when you only need to change the container and the existing codecs are compatible.

Use H.264 video and AAC audio for broad browser and device compatibility.

CRF controls quality when re-encoding. Lower CRF means higher quality and larger files.

FAQ

Can I convert without losing quality?

If the target container supports the existing streams, stream copy can rewrap without re-encoding. If you change codecs, some generation loss is expected.

What is the safest MP4 setting?

H.264 video with AAC audio is the most compatible MP4 combination for browsers and common devices.

Should I use MOV to MP4 stream copy?

Often yes, especially when the MOV already contains H.264 or H.265 video and AAC audio.