vikit.wrappers.ffmpeg_wrapper_test

Overview

Classes

TestFFMPEGWrapper

Test the ffmpeg wrapper

Classes

class vikit.wrappers.ffmpeg_wrapper_test.TestFFMPEGWrapper

Test the ffmpeg wrapper

Overview

Methods

setup()

-

test_concat_generated_video_files()

Test the concatenation of two imported video files

test_concat_imported_video_files()

Test the concatenation of two imported video files

test_concatenate_videos__fps_mismatch__fails()

-

test_create_zoom_video()

Test the capacity to cut video

test_cut_video()

Test the capacity to cut video

test_extract_audio_from_video(video_path, target_dir)

Extract the audio and test its duration

test_extract_audio_no_video()

Extract the audio and test its duration

test_generate_image_video()

Extract the audio and test its duration

Members

setup()
async test_concat_generated_video_files()

Test the concatenation of two imported video files Here we check the behavior of ffmpeg when concatenating two video files with same encodings (as being provided by the same platform and model)

async test_concat_imported_video_files()

Test the concatenation of two imported video files Here we check the behavior of ffmpeg when concatenating two video files with different encodings

async test_concatenate_videos__fps_mismatch__fails()
async test_create_zoom_video()

Test the capacity to cut video

async test_cut_video()

Test the capacity to cut video

async test_extract_audio_from_video(video_path, target_dir)

Extract the audio and test its duration

async test_extract_audio_no_video()

Extract the audio and test its duration

async test_generate_image_video()

Extract the audio and test its duration