Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 206 Bytes

extract-audio-of-a-video-in-ffmpeg.md

File metadata and controls

5 lines (3 loc) · 206 Bytes

How to Extract audio of a video in FFMPEG

If you need to extract audio of a video with re-encoding the whole thing then you can run following command

ffmpeg -i input.mp4 -vn -acodec copy out.mp3