AVI.WriterWriting AVI files.
val header :
?format:[> `YUV420 ] ->
width:int ->
height:int ->
framerate:int ->
?channels:int ->
?samplerate:int ->
?vendor:string ->
unit ->
stringGenerate a header for the AVI file.
module Chunk : sig ... endOperations on chunks, which are blocks of (audio / video) data.