x264 wizard
Generate FFmpeg commands for H.264/AVC encoding with the x264 encoder
Note — this is an opinionated wizard focused on CRF-based quality encoding. It does not support bitrate (ABR) mode. Generates FFmpeg commands for H.264/AVC files using the x264 encoder. Only input and output filenames are required. Frame-rate presets auto-populate optimized x264 parameters ( Audio: native FFmpeg AAC or libfdk_aac (higher quality, requires custom build). CBR uses constant bitrate (~192k stereo); VBR uses quality-based encoding (0.1–2 for native AAC, 1–5 for libfdk). Time format: in/out points accept time format ( Metadata fields are tuned for MP4. Other containers (MKV, WebM) have inconsistent support.about · references
keyint, bframes, ref, motion estimation) based on the recommendations in the x264 guide. Edit them after if needed.1:30, 00:01:30) or seconds (90). Semicolons get converted to colons automatically.References