diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2024-04-16 10:15:02 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-04-19 09:00:59 +0200 |
commit | 0fb0946de7d35e4d0c1455b82a04f8833106260e (patch) | |
tree | fc4f721254fba29f54efd4c2b84c10520ecdef8e | |
parent | b9f2e1b9294947b7943977704b1f32eb1b7d3e0c (diff) | |
download | ffmpeg-0fb0946de7d35e4d0c1455b82a04f8833106260e.tar.gz |
doc/muxers: add mmf
-rw-r--r-- | doc/muxers.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index ee89847d60..6340c8e54d 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -2933,6 +2933,15 @@ MicroDVD subtitle format muxer. This muxer accepts a single @samp{microdvd} subtitles stream. +@section mmf +Synthetic music Mobile Application Format (SMAF) format muxer. + +SMAF is a music data format specified by Yamaha for portable +electronic devices, such as mobile phones and personal digital +assistants. + +This muxer accepts a single @samp{adpcm_yamaha} audio stream. + @section mp3 The MP3 muxer writes a raw MP3 stream with the following optional features: |