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.
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
audio_format_t() :: Membrane.FFmpegGenerator.Types.Audio.t()
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.
Specs
possible_optional_args_t() :: output_path_t() | audio_format_t()
Specify all possible optional arguments passed to multimedia generating functions.
Specs
t() :: keyword(possible_optional_args_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 Functions
Specs
get_default_audio_format() :: Membrane.FFmpegGenerator.Types.Audio.t()