X-Git-Url: https://git.piment-noir.org/?p=deb_ffmpeg.git;a=blobdiff_plain;f=ffmpeg%2Fdoc%2Fformats.texi;fp=ffmpeg%2Fdoc%2Fformats.texi;h=41387098b7e8496833b0607d9f86f5ddd52a7424;hp=027510eb6daf4b747d2df0015c00975592afd58b;hb=f6fa7814ccfe3e76514b36cf04f5cd3cb657c8cf;hpb=2ba45a602cbfa7b771effba9b11bb4245c21bc00 diff --git a/ffmpeg/doc/formats.texi b/ffmpeg/doc/formats.texi index 027510e..4138709 100644 --- a/ffmpeg/doc/formats.texi +++ b/ffmpeg/doc/formats.texi @@ -55,6 +55,10 @@ Do not merge side data. Enable RTP MP4A-LATM payload. @item nobuffer Reduce the latency introduced by optional buffering +@item bitexact +Only write platform-, build- and time-independent data. +This ensures that file and data checksums are reproducible and match between +platforms. Its primary use is for regression testing. @end table @item seek2any @var{integer} (@emph{input}) @@ -168,6 +172,18 @@ The offset is added by the muxer to the output timestamps. Specifying a positive offset means that the corresponding streams are delayed bt the time duration specified in @var{offset}. Default value is @code{0} (meaning that no offset is applied). + +@item format_whitelist @var{list} (@emph{input}) +"," separated List of allowed demuxers. By default all are allowed. + +@item dump_separator @var{string} (@emph{input}) +Separator used to separate the fields printed on the command line about the +Stream parameters. +For example to separate the fields with newlines and indention: +@example +ffprobe -dump_separator " + " -i ~/videos/matrixbench_mpeg2.mpg +@end example @end table @c man end FORMAT OPTIONS