vikit.wrappers.ffmpeg_wrapper_test ================================== .. py:module:: vikit.wrappers.ffmpeg_wrapper_test Overview -------- .. list-table:: Classes :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`TestFFMPEGWrapper ` - Test the ffmpeg wrapper Classes ------- .. py:class:: TestFFMPEGWrapper Test the ffmpeg wrapper .. rubric:: Overview .. list-table:: Methods :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`setup `\ () - \- * - :py:obj:`test_concat_generated_video_files `\ () - Test the concatenation of two imported video files * - :py:obj:`test_concat_imported_video_files `\ () - Test the concatenation of two imported video files * - :py:obj:`test_concatenate_videos__fps_mismatch__fails `\ () - \- * - :py:obj:`test_create_zoom_video `\ () - Test the capacity to cut video * - :py:obj:`test_cut_video `\ () - Test the capacity to cut video * - :py:obj:`test_extract_audio_from_video `\ (video_path, target_dir) - Extract the audio and test its duration * - :py:obj:`test_extract_audio_no_video `\ () - Extract the audio and test its duration * - :py:obj:`test_generate_image_video `\ () - Extract the audio and test its duration .. rubric:: Members .. py:method:: setup() .. py:method:: test_concat_generated_video_files() :async: 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) .. py:method:: test_concat_imported_video_files() :async: Test the concatenation of two imported video files Here we check the behavior of ffmpeg when concatenating two video files with different encodings .. py:method:: test_concatenate_videos__fps_mismatch__fails() :async: .. py:method:: test_create_zoom_video() :async: Test the capacity to cut video .. py:method:: test_cut_video() :async: Test the capacity to cut video .. py:method:: test_extract_audio_from_video(video_path, target_dir) :async: Extract the audio and test its duration .. py:method:: test_extract_audio_no_video() :async: Extract the audio and test its duration .. py:method:: test_generate_image_video() :async: Extract the audio and test its duration