solver.tui.solve.animate.playback.video#

class main_menu.solve.animate.playback.video(path, service)#

Enters the video menu.

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.