diff options
author | Marton Balint <cus@passwd.hu> | 2022-03-22 02:29:29 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2022-04-10 20:12:23 +0200 |
commit | ee50cc18b3943405aa476e31c8553aa098350b1e (patch) | |
tree | 6559e2d1635f0c0fb20dce29607d6a47a581c17a /doc/encoders.texi | |
parent | 013d774e225c685cf2a9674f4c5dc9bb13941cb4 (diff) | |
download | ffmpeg-ee50cc18b3943405aa476e31c8553aa098350b1e.tar.gz |
avcodec/vbnenc: add VBN encoder
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 16 |
1 files changed, 16 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 |