[FFmpeg-cvslog] doc/muxers: add dv
Stefano Sabatini
git at videolan.org
Wed Jan 24 01:21:43 EET 2024
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Jan 20 16:23:43 2024 +0100| [58d13d637767c6629faba66efce81b675bcb754e] | committer: Stefano Sabatini
doc/muxers: add dv
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=58d13d637767c6629faba66efce81b675bcb754e
---
doc/muxers.texi | 14 ++++++++++++++
1 file changed, 14 insertions(+)
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.
+ at section dv
+DV (Digital Video) muxer.
+
+It accepts exactly one @samp{dvvideo} video stream and at most two
+ at 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.
+
+ at subsection Example
+Use @command{ffmpeg} to convert the input:
+ at example
+ffmpeg -i INPUT -s:v 720x480 -pix_fmt yuv411p -r 29.97 -ac 2 -ar 48000 -y out.dv
+ at end example
+
@anchor{fifo}
@section fifo
More information about the ffmpeg-cvslog
mailing list