Eyevinn / mp4ff

Library and tools for parsing and writing MP4 files including video, audio and subtitles. The focus is on fragmented files. Includes mp4ff-info, mp4ff-encrypt, mp4ff-decrypt and other tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an audio track to a video

LazarenkoA opened this issue · comments

Hi, is it possible to add an audio track to an mp4 file (in which there is no sound) using your project?

There is nothing prepared for doing this, so you need to write quite a lot of code yourself.

If you want a Swiss army knife that can do something like adding tracks, I'd recommend MP4Box. Something like

MP4Box -add audio.mp4 -add infile.mp4 outfile.mp4

should hopefully work.