video#

class ansys.fluent.core.solver.tui_241.main_menu.solve.animate.playback.video(service, version, mode, path)#

Bases: TUIMenu

Enters the video menu.

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.

class format(service, version, mode, path)#

Bases: TUIMethod

Specifies what format the video file will be written in (MP4 | AVI | FLV | MOV | MPEG).

class fps(service, version, mode, path)#

Bases: TUIMethod

Sets the target frames per second (FPS) for the saved video file.

class height(service, version, mode, path)#

Bases: TUIMethod

Set the height for exporting video file.

class name(service, version, mode, path)#

Bases: TUIMethod

Sets the name of the saved video file.

class quality(service, version, mode, path)#

Bases: TUIMethod

Set quality for exporting video file.

class scale(service, version, mode, path)#

Bases: TUIMethod

Expands or collapses the resolution based on this scaling factor.

class set_standard_resolution(service, version, mode, path)#

Bases: TUIMethod

Select from pre-defined resolution list.

class use_original_resolution(service, version, mode, path)#

Bases: TUIMethod

Controls whether the resolution of the saved video file matches that of the images used to create it.

class width(service, version, mode, path)#

Bases: TUIMethod

Set the width for exporting video file.