diff mbox series

[FFmpeg-devel,2/2] doc/muxers: add dv

Message ID 20240120152408.606235-2-stefasab@gmail.com
State Accepted
Commit 58d13d637767c6629faba66efce81b675bcb754e
Headers show
Series [FFmpeg-devel,1/2] lavf/dvenc: improve error messaging | expand

Checks

Context Check Description
andriy/configure_x86 warning Failed to apply patch
yinshiyou/configure_loongarch64 warning Failed to apply patch

Commit Message

Stefano Sabatini Jan. 20, 2024, 3:24 p.m. UTC
---
 doc/muxers.texi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
diff mbox series

Patch

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 24ed1b3369..a8bc642c00 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1339,6 +1339,20 @@  of each audio packet, with a size computed according to the formula:
 The @var{encoded_sample_size} = 3 factor is due to sample size of the
 @samp{pcm_24daud} encoder.
 
+@section dv
+DV (Digital Video) muxer.
+
+It accepts exactly one @samp{dvvideo} video stream and at most two
+@samp{pcm_s16} audio streams. More constraints are defined by the
+property of the video, which must correspond to a DV video supported
+profile, and on the framerate.
+
+@subsection Example
+Use @command{ffmpeg} to convert the input:
+@example
+ffmpeg -i INPUT -s:v 720x480 -pix_fmt yuv411p -r 29.97 -ac 2 -ar 48000 -y out.dv
+@end example
+
 @anchor{fifo}
 @section fifo