Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,15 +1,15 @@
# MP4Box
> MPEG-4 Systems Toolbox - Muxes streams into MP4 container
> MPEG-4 Systems Toolbox - Muxes streams into MP4 container.
- Display information about an existing MP4 file
- Display information about an existing MP4 file:
`MP4Box -info {{filename}}`
- Add an SRT subtitle file into an MP4 file
- Add an SRT subtitle file into an MP4 file:
`MP4Box -add {{input-subs.srt}}:lang=eng -add {{input.mp4}} {{output.mp4}}`
- Combine audio from one file and video from another
- Combine audio from one file and video from another:
`MP4Box -add {{input1.mp4}}#audio -add {{input2.mp4}}#video {{output.mp4}`