playback#
Bases:
TUIMenu
Enters the animation playback menu.
Methods:
delete
(*args, **kwargs)Deletes animation sequence.
play
(*args, **kwargs)Plays the selected animation.
read
(*args, **kwargs)Reads new animation from file or already defined animations.
set_custom_frames
(*args, **kwargs)Specify a custom start frame, increment, and end frame for video export.
stored_view
(*args, **kwargs)Plays the 3D animation sequence using the view stored in the sequence.
write
(*args, **kwargs)Writes animation sequence to the file.
Classes:
video
(path, service)Enters the video menu.
Deletes animation sequence.
Plays the selected animation.
Reads new animation from file or already defined animations.
Specify a custom start frame, increment, and end frame for video export.
Plays the 3D animation sequence using the view stored in the sequence.
Bases:
TUIMenu
Enters the video menu.
Classes:
advance_quality
(path, service)Advance Quality setting.
Methods:
format
(*args, **kwargs)Specifies what format the video file will be written in (MP4 | AVI | FLV | MOV | MPEG).
fps
(*args, **kwargs)Sets the target frames per second (FPS) for the saved video file.
height
(*args, **kwargs)Set the height for exporting video file.
name
(*args, **kwargs)Sets the name of the saved video file.
quality
(*args, **kwargs)Set quality for exporting video file.
scale
(*args, **kwargs)Expands or collapses the resolution based on this scaling factor.
set_standard_resolution
(*args, **kwargs)Select from pre-defined resolution list.
use_original_resolution
(*args, **kwargs)Controls whether the resolution of the saved video file matches that of the images used to create it.
width
(*args, **kwargs)Set the width for exporting video file.
Bases:
TUIMenu
Advance Quality setting.
Methods:
bitrate
(*args, **kwargs)Set video bitrate(kbits/sec) for exporting video file.
bitrate_scale
(*args, **kwargs)Mp4 bitrate scale - Best-64000 High-32000 Medium-16000 Low-8000.
compression_method
(*args, **kwargs)Compression methode for Microsoft AVI movie.
enable_h264
(*args, **kwargs)H264 encoding flag.
Set video bitrate(kbits/sec) for exporting video file.
Mp4 bitrate scale - Best-64000 High-32000 Medium-16000 Low-8000.
Compression methode for Microsoft AVI movie.
H264 encoding flag.
Specifies what format the video file will be written in (MP4 | AVI | FLV | MOV | MPEG).
Sets the target frames per second (FPS) for the saved video file.
Set the height for exporting video file.
Sets the name of the saved video file.
Set quality for exporting video file.
Expands or collapses the resolution based on this scaling factor.
Select from pre-defined resolution list.
Controls whether the resolution of the saved video file matches that of the images used to create it.
Set the width for exporting video file.
Writes animation sequence to the file.