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