nicetoolbox.utils.video.get_ffmpeg_base_args

nicetoolbox.utils.video.get_ffmpeg_base_args(video_file: str) list[source]

Constructs the base argument list for running ffmpeg.

Parameters:

video_file (str) – The path to the video file.

Returns:

The ffmpeg base arguments as a list of strings.

Return type:

list