FFmpeg command recipes

Ready-to-run browser FFmpeg workflows

Pick a media task, inspect the command, then open FFmpeg Web with the options already filled in. Files are processed locally in your browser with WebAssembly.

MP4 to MP3

Extract MP3 audio from an MP4 video in your browser with a ready-to-run FFmpeg command.

output.mp3

Extract audio

Use FFmpeg in your browser to extract the audio track from a video file without uploading it.

audio.m4a

MP4 to GIF

Turn a short MP4 clip into a GIF in your browser with a simple FFmpeg command.

output.gif

Compress video

Reduce video file size in your browser using FFmpeg H.264 compression settings.

compressed.mp4

Reduce file size

Use a browser FFmpeg command to reduce video file size with CRF, scaling, and AAC audio settings.

smaller.mp4

Trim video

Cut a video clip in your browser with FFmpeg start time and duration options.

trimmed.mp4

Resize video

Resize a video in your browser with an FFmpeg scale filter and compatible MP4 output.

resized.mp4

Change resolution

Change video resolution to 720p with FFmpeg in your browser while keeping audio intact.

720p.mp4

Remove audio

Mute a video in your browser by removing its audio stream with FFmpeg.

muted.mp4

Mute video

Make a silent MP4 in your browser using FFmpeg to remove all audio tracks.

silent.mp4

Video to MP4

Convert a video file to a widely compatible MP4 using browser-based FFmpeg.

output.mp4

MOV to MP4

Convert MOV video to MP4 in your browser with a compatible FFmpeg preset.

output.mp4

WebM to MP4

Convert WebM to MP4 locally in your browser with FFmpeg H.264 and AAC settings.

output.mp4

MKV to MP4

Convert MKV to MP4 in your browser with FFmpeg, using copy mode when streams are compatible.

output.mp4

Video to WebM

Create a WebM video in your browser using FFmpeg VP9 compression settings.

output.webm

WAV to MP3

Convert WAV audio to MP3 locally in your browser with FFmpeg.

output.mp3

M4A to MP3

Convert an M4A audio file to MP3 in your browser using FFmpeg.

output.mp3

Crop video

Crop a video in your browser with FFmpeg crop filter settings.

cropped.mp4

Rotate video

Rotate a video 90 degrees in your browser using the FFmpeg transpose filter.

rotated.mp4

Change speed

Speed up a video in your browser with FFmpeg video and audio timing filters.

faster.mp4

Add audio to video

Combine a video file and a separate audio file in your browser with FFmpeg.

video-with-audio.mp4

Image and audio

Turn a still image and audio file into an MP4 video in your browser using FFmpeg.

output.mp4

Merge videos

Merge two video files in your browser with FFmpeg concat filter settings.

merged.mp4

Concat videos

Concatenate multiple matching video files in your browser with FFmpeg concat demuxer syntax.

concat.mp4

Combine video and audio

Combine a video-only file and a separate audio file locally in your browser with FFmpeg.

combined.mp4

Merge audio and video

Merge a silent video and an audio track in your browser with an FFmpeg copy-and-encode command.

audio-video.mp4

Mix audio with video

Mix a video's original audio with a second audio track using FFmpeg in your browser.

mixed-audio.mp4

Combine audio files

Join two audio files into one MP3 in your browser with FFmpeg concat audio filtering.

combined.mp3

Split video

Split a video into shorter segment files in your browser with FFmpeg segment muxer settings.

segment_%03d.mp4

Cut by time

Cut a video between two times in your browser using FFmpeg start and end options.

cut.mp4

Extract frames

Extract image frames from a video in your browser with an FFmpeg fps filter.

frame_%03d.jpg

Video to images

Convert a video into numbered PNG images locally in your browser with FFmpeg.

image_%04d.png

Add text

Add simple text to a video in your browser with FFmpeg drawtext filter settings.

text-video.mp4

Create waveform

Generate a waveform PNG from an audio file in your browser using FFmpeg showwavespic.

waveform.png

Loop video

Repeat a short video clip in your browser with FFmpeg stream loop settings.

looped.mp4

Change frame rate

Change a video's frame rate in your browser with FFmpeg fps and H.264 encoding settings.

30fps.mp4

Transcode video

Transcode video in your browser to H.264 and AAC with a ready FFmpeg command.

transcoded.mp4

Convert format

Convert a video to a different container and codec preset in your browser with FFmpeg.

converted.mp4

Compress MP4

Compress an MP4 file in your browser with FFmpeg CRF and AAC audio settings.

compressed-mp4.mp4

WebM to GIF

Turn a WebM clip into an animated GIF locally in your browser with FFmpeg.

output.gif

AVI to MP4

Convert AVI video to MP4 in your browser with FFmpeg H.264 and AAC settings.

output.mp4

FLV to MP4

Convert FLV files to MP4 locally in your browser using FFmpeg.

output.mp4

TS to MP4

Convert a TS video segment to MP4 in your browser with FFmpeg stream copy settings.

output.mp4

Extract WAV

Extract uncompressed WAV audio from a video file in your browser with FFmpeg.

audio.wav

Normalize audio

Normalize audio loudness in your browser using FFmpeg loudnorm filter settings.

normalized.mp3

Change volume

Increase or decrease audio volume in your browser with FFmpeg volume filter settings.

volume-adjusted.mp3

Fade audio

Add audio fade in and fade out effects in your browser with FFmpeg afade filters.

faded.mp3

Denoise video

Reduce video noise in your browser with FFmpeg non-local means denoise filtering.

denoised.mp4

Encode AV1

Try AV1 video encoding in your browser with FFmpeg libaom AV1 settings.

output-av1.webm

Encode H.264

Encode a video to H.264 in your browser with FFmpeg libx264 settings.

h264.mp4

Set bitrate

Set a target video bitrate in your browser with FFmpeg encoding options.

bitrate.mp4

Set CRF

Control video quality and file size in your browser with FFmpeg CRF encoding settings.

crf-output.mp4

Crop and scale

Crop and resize a video in one browser FFmpeg command using crop and scale filters.

cropped-scaled.mp4

Rotate metadata

Set video rotation metadata in your browser with FFmpeg stream copy settings.

rotate-metadata.mp4

Reverse video

Reverse a short video in your browser with FFmpeg reverse video and audio filters.

reversed.mp4

Create thumbnail

Capture a thumbnail image from a video in your browser using FFmpeg.

thumbnail.jpg

Extract subtitles

Extract the first subtitle stream from a video in your browser with FFmpeg mapping.

subtitles.srt

Burn subtitles

Burn an SRT subtitle file into a video in your browser with FFmpeg subtitle filtering.

subtitled.mp4

Remove metadata

Remove media metadata in your browser with FFmpeg map metadata settings.

no-metadata.mp4

GIF to MP4

Convert an animated GIF to MP4 in your browser with FFmpeg H.264 settings.

output.mp4

WebM to MP3

Extract MP3 audio from a WebM file in your browser with FFmpeg.

output.mp3

MP4 to M4A

Extract M4A audio from an MP4 video in your browser with FFmpeg stream copy settings.

audio.m4a