# doc-cache created by Octave 9.4.0
# name: cache
# type: cell
# rows: 3
# columns: 2
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
VideoReader


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 551
 -- P = VideoReader ()
     Create object P of the VideoReader class.

 -- VideoReader.disp
     Outputs a list of all available properties.

 -- VideoReader.readFrame
     Get next RGB24 frame.  This also increases 'FrameNumber'.

 -- __octave_video_set_verbosity_level__ (LEVEL)
     Internal function to increase chattiness of the underlying code for
     debugging purposes.

        • 0: only errors
        • 1: + warnings (default)
        • 2: + info messages
        • 3: + verbose info messages
        • 4: + ffmpeg debug messages


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 41
Create object P of the VideoReader class.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
VideoWriter


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 725
 -- P = VideoWriter ()
     Create object P of the VideoWriter class.

 -- VideoWriter.open
     Just checks if the file can be created, no need to call this before
     'writeVideo' in this implementation.

 -- VideoWriter.writeVideo
     This ultimately creates the video file with previously set params.
     Width and height of the first frame given determines the width and
     height of the video.

 -- __octave_video_set_verbosity_level__ (LEVEL)
     Internal function to increase chattiness of the underlying code for
     debugging purposes.

        • 0: only errors
        • 1: + warnings (default)
        • 2: + info messages
        • 3: + verbose info messages
        • 4: + ffmpeg debug messages


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 41
Create object P of the VideoWriter class.





