video#
Bases:
TUIMenu
Enters the video menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
advance_quality
(service, version, mode, path)Advance Quality setting.
format
(service, version, mode, path)Specifies what format the video file will be written in (MP4 | AVI | FLV | MOV | MPEG).
fps
(service, version, mode, path)Sets the target frames per second (FPS) for the saved video file.
height
(service, version, mode, path)Set the height for exporting video file.
name
(service, version, mode, path)Sets the name of the saved video file.
quality
(service, version, mode, path)Set quality for exporting video file.
scale
(service, version, mode, path)Expands or collapses the resolution based on this scaling factor.
set_standard_resolution
(service, version, ...)Select from pre-defined resolution list.
use_original_resolution
(service, version, ...)Controls whether the resolution of the saved video file matches that of the images used to create it.
width
(service, version, mode, path)Set the width for exporting video file.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Specifies what format the video file will be written in (MP4 | AVI | FLV | MOV | MPEG).
Bases:
TUIMethod
Sets the target frames per second (FPS) for the saved video file.
Bases:
TUIMethod
Set the height for exporting video file.
Bases:
TUIMethod
Sets the name of the saved video file.
Bases:
TUIMethod
Set quality for exporting video file.
Bases:
TUIMethod
Expands or collapses the resolution based on this scaling factor.
Bases:
TUIMethod
Select from pre-defined resolution list.
Bases:
TUIMethod
Controls whether the resolution of the saved video file matches that of the images used to create it.
Bases:
TUIMethod
Set the width for exporting video file.