ShowTools

FFmpeg Command Generator

Generate FFmpeg commands for professional video encoding. Supports ProRes, DNxHD/HR, H.264, H.265, HAP, and more.

Input

Video

Quality

High quality

Audio

Output

Generated Command

ffmpeg \
  -y \
  -i \
  input.mp4 \
  -c:v \
  libx264 \
  -crf \
  23 \
  -c:a \
  aac \
  -b:a \
  192k \
  -ar \
  48000 \
  -ac \
  2 \
  output.mp4

Command is formatted for readability. The copy button provides a single-line version ready to paste into your terminal.

Summary

Input:input.mp4
Video:H264
Audio:AAC
Container:MP4