blob: f4c33f91a2c4d65fbbf8c749d4fa0907946a223d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
---
title: "How to remove audio from videos with ffmpeg"
date: 2024-04-24
translationKey: ffmpeg-remove-audio
categories: [software, guide]
tags: [ffmpeg]
---
To remove audio from video, pass `-an` flag to the command.
|