nicetoolbox.utils.video.get_ffmpeg_input_string

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

Constructs the input string for running ffmpeg in the command line.

Parameters:

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

Returns:

The constructed ffmpeg input string.

Return type:

str