FFmpeg Command Builder
FFmpeg Command Builder
Command Line HelpersNewBuild common FFmpeg commands without memorising flags
Video Transcode
Convert a video to a new codec, size, framerate, or delivery preset.
Batch Output
Generate a PowerShell loop for whole folders, including optional recursive processing and safe replacement of originals.
Generated Command
Copy this into your terminal and swap the placeholder paths for real files.
What This Does
Resizes video to 1280px wide while preserving aspect ratio.
Encodes video with libx264 using CRF 23 and the medium preset.
Encodes audio as aac at 192k.
Moves MP4 metadata to the start of the file for faster web playback.
About FFmpeg
Open-source command-line toolkit for converting, compressing, and processing audio and video files.
Download: https://ffmpeg.org/download.html
