[FFmpeg-cvslog] doc/muxers: add entries for raw muxers

Gyan Doshi git at videolan.org
Sun Apr 11 09:41:33 EEST 2021


ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Sat Apr 10 16:35:53 2021 +0530| [47b8871ca6f9da4c0467466a43d204dec7fcbd4a] | committer: Gyan Doshi

doc/muxers: add entries for raw muxers

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=47b8871ca6f9da4c0467466a43d204dec7fcbd4a
---

 doc/muxers.texi | 172 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 172 insertions(+)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 5826d7e986..9c5f0a93a9 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1969,6 +1969,178 @@ ogg files can be safely chained.
 
 @end table
 
+ at anchor{raw muxers}
+ at section raw muxers
+
+Raw muxers accept a single stream matching the designated codec. They do not store timestamps or metadata.
+The recognized extension is the same as the muxer name unless indicated otherwise.
+
+ at subsection ac3
+
+Dolby Digital, also known as AC-3, audio.
+
+ at subsection adx
+
+CRI Middleware ADX audio.
+
+This muxer will write out the total sample count near the start of the first packet
+when the output is seekable and the count can be stored in 32 bits.
+
+ at subsection aptx
+
+aptX (Audio Processing Technology for Bluetooth) audio.
+
+ at subsection aptx_hd
+
+aptX HD (Audio Processing Technology for Bluetooth) audio.
+
+Extensions: aptxhd
+
+ at subsection avs2
+
+AVS2-P2/IEEE1857.4 video.
+
+Extensions: avs, avs2
+
+ at subsection cavsvideo
+
+Chinese AVS (Audio Video Standard) video.
+
+Extensions: cavs
+
+ at subsection codec2raw
+
+Codec 2 audio.
+
+No extension is registered so format name has to be supplied e.g. with the ffmpeg CLI tool @code{-f codec2raw}.
+
+ at subsection data
+
+Data muxer accepts a single stream with any codec of any type.
+The input stream has to be selected using the @code {-map} option with the ffmpeg CLI tool.
+
+No extension is registered so format name has to be supplied e.g. with the ffmpeg CLI tool @code{-f data}.
+
+ at subsection dirac
+
+BBC Dirac video. The Dirac Pro codec is a subset and is standardized as SMPTE VC-2.
+
+Extensions: drc, vc2
+
+ at subsection dnxhd
+
+Avid DNxHD video. It is standardized as SMPTE VC-3. Accepts DNxHR streams.
+
+Extensions: dnxhd, dnxhr
+
+ at subsection dts
+
+DTS Coherent Acoustics (DCA) audio.
+
+ at subsection eac3
+
+Dolby Digital Plus, also known as Enhanced AC-3, audio.
+
+ at subsection g722
+
+ITU-T G.722 audio.
+
+ at subsection g723_1
+
+ITU-T G.723.1 audio.
+
+Extensions: tco, rco
+
+ at subsection g726
+
+ITU-T G.726 big-endian ("left-justified") audio.
+
+No extension is registered so format name has to be supplied e.g. with the ffmpeg CLI tool @code{-f g726}.
+
+ at subsection g726le
+
+ITU-T G.726 little-endian ("right-justified") audio.
+
+No extension is registered so format name has to be supplied e.g. with the ffmpeg CLI tool @code{-f g726le}.
+
+ at subsection gsm
+
+Global System for Mobile Communications audio.
+
+ at subsection h261
+
+ITU-T H.261 video.
+
+ at subsection h263
+
+ITU-T H.263 / H.263-1996, H.263+ / H.263-1998 / H.263 version 2 video.
+
+ at subsection h264
+
+ITU-T H.264 / MPEG-4 Part 10 AVC video. Bitstream shall be converted to Annex B syntax if it's in length-prefixed mode.
+
+Extensions: h264, 264
+
+ at subsection hevc
+
+ITU-T H.265 / MPEG-H Part 2 HEVC video. Bitstream shall be converted to Annex B syntax if it's in length-prefixed mode.
+
+Extensions: hevc, h265, 265
+
+ at subsection m4v
+
+MPEG-4 Part 2 video.
+
+ at subsection mjpeg
+
+Motion JPEG video.
+
+Extensions: mjpg, mjpeg
+
+ at subsection mlp
+
+Meridian Lossless Packing, also known as Packed PCM, audio.
+
+ at subsection mp2
+
+MPEG-1 Audio Layer II audio.
+
+Extensions: mp2, m2a, mpa
+
+ at subsection mpeg1video
+
+MPEG-1 Part 2 video.
+
+Extensions: mpg, mpeg, m1v
+
+ at subsection mpeg2video
+
+ITU-T H.262 / MPEG-2 Part 2 video.
+
+Extensions: m2v
+
+ at subsection rawvideo
+
+Raw uncompressed video.
+
+Extensions: yuv, rgb
+
+ at subsection sbc
+
+Bluetooth SIG low-complexity subband codec audio.
+
+Extensions: sbc, msbc
+
+ at subsection truehd
+
+Dolby TrueHD audio.
+
+Extensions: thd
+
+ at subsection vc1
+
+SMPTE 421M / VC-1 video.
+
 @anchor{segment}
 @section segment, stream_segment, ssegment
 



More information about the ffmpeg-cvslog mailing list