diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2021-09-05 16:01:02 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2021-09-05 16:01:02 +0530 |
commit | a947098558ea33f4709af7d762b164c341cf5f34 (patch) | |
tree | cd7a540a5cba6dcf46756988785f2be21492770a | |
parent | 4ca9877b91e58336a5fdababb7ccfe8399f17938 (diff) | |
download | ffmpeg-a947098558ea33f4709af7d762b164c341cf5f34.tar.gz |
doc/muxers: add entry for OBU muxer
-rw-r--r-- | doc/muxers.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 05719c173c..7338e8d5d3 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -2169,6 +2169,10 @@ ITU-T H.262 / MPEG-2 Part 2 video. Extensions: m2v +@subsection obu + +AV1 low overhead Open Bitstream Units muxer. Temporal delimiter OBUs will be inserted in all temporal units of the stream. + @subsection rawvideo Raw uncompressed video. |