about summary refs log tree commit diff
path: root/content/notes/ffmpeg-remove-audio.md
blob: d730e8690b49b0695249ae2c25736c409c08d435 (plain) (blame)
1
2
3
4
5
6
7
8
+++
title = "How to remove audio from videos with ffmpeg"
date = 2024-04-24
categories = ["software", "guide"]
tags = ["ffmpeg"]
+++

To remove audio from video, pass `-an` flag to the command.