trigger.tools.face_mocap.decode

Python module responsible for decoding the mov files.

Attributes

LOG

ffmpeg_path

Functions

extract_jpg(mov_file_path[, output_folder, overwrite])

Extract the jpg files from a mov file.

extract_wav(mov_file_path[, output_file, overwrite])

Split a wav file from a mov file.

Module Contents

extract_jpg(mov_file_path, output_folder=None, overwrite=False)

Extract the jpg files from a mov file.

Args:

mov_file_path (str): Path to the mov file. output_folder (str): Path to the output folder. overwrite (bool): Overwrite the files if they already exist.

extract_wav(mov_file_path, output_file=None, overwrite=False)

Split a wav file from a mov file.

Args:

mov_file_path (str): Path to the mov file. output_file (str): Path to the output wav file. overwrite (bool): Overwrite the file if it already exists

LOG
ffmpeg_path