summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2022-03-22 02:29:29 +0100
committerMarton Balint <cus@passwd.hu>2022-04-10 20:12:23 +0200
commitee50cc18b3943405aa476e31c8553aa098350b1e (patch)
tree6559e2d1635f0c0fb20dce29607d6a47a581c17a /doc
parent013d774e225c685cf2a9674f4c5dc9bb13941cb4 (diff)
avcodec/vbnenc: add VBN encoder
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r--doc/encoders.texi16
-rw-r--r--doc/general_contents.texi2
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 806cc430d4..aac9f25e55 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -3773,6 +3773,22 @@ required to produce a stream usable with all decoders.
@end table
+@section vbn
+
+Vizrt Binary Image encoder.
+
+This format is used by the broadcast vendor Vizrt for quick texture streaming.
+Advanced features of the format such as LZW compression of texture data or
+generation of mipmaps are not supported.
+
+@subsection Options
+
+@table @option
+@item format @var{string}
+Sets the texture compression used by the VBN file. Can be @var{dxt1},
+@var{dxt5} or @var{raw}. Default is @var{dxt5}.
+@end table
+
@section vc2
SMPTE VC-2 (previously BBC Dirac Pro). This codec was primarily aimed at
diff --git a/doc/general_contents.texi b/doc/general_contents.texi
index fcd9da1b34..238568f2bb 100644
--- a/doc/general_contents.texi
+++ b/doc/general_contents.texi
@@ -786,6 +786,8 @@ following image formats are supported:
@tab YUV, JPEG and some extension is not supported yet.
@item Truevision Targa @tab X @tab X
@tab Targa (.TGA) image format
+@item VBN @tab X @tab X
+ @tab Vizrt Binary Image format
@item WebP @tab E @tab X
@tab WebP image format, encoding supported through external library libwebp
@item XBM @tab X @tab X