Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 193 Bytes

File metadata and controls

18 lines (12 loc) · 193 Bytes
layout page
title ffmpeg

mac

If it is installed by brew ...

ffmpeg = /usr/local/bin/ffmpeg

Convert

Combine mp3 and mp4

ffmpeg -i input.mp4 -i input.mp3 output.mp4