View Source Membrane.FFmpegGenerator.Types.Options (Membrane FFmpeg Generator v0.1.0)

Optional arguments definition for video generation.

Link to this section Summary

Types

Optional audio format argument. Represents audio specification for file generated with audio. If not specified, audio format will take default values.

Optional output file name argument. Represents file name under which generated file will be saved. If not specified, file will be saved with name generated from arguments passed to generation function. If is path to directory, generated file will be saved in specified directory with automatically generated file name.

Specify all possible optional arguments passed to multimedia generating functions.

t()

Specify options argument for multimedia generating functions. Currently supported options: output_path: output_path_t(), audio_format: audio_format_t()

Link to this section Types

Specs

Optional audio format argument. Represents audio specification for file generated with audio. If not specified, audio format will take default values.

Specs

output_path_t() :: String.t()

Optional output file name argument. Represents file name under which generated file will be saved. If not specified, file will be saved with name generated from arguments passed to generation function. If is path to directory, generated file will be saved in specified directory with automatically generated file name.

Link to this type

possible_optional_args_t()

View Source

Specs

possible_optional_args_t() :: output_path_t() | audio_format_t()

Specify all possible optional arguments passed to multimedia generating functions.

Specs

Specify options argument for multimedia generating functions. Currently supported options: output_path: output_path_t(), audio_format: audio_format_t()

Link to this section Functions

Link to this function

get_default_audio_format()

View Source

Specs

get_default_audio_format() :: Membrane.FFmpegGenerator.Types.Audio.t()