trigger.tools.face_mocap.decode =============================== .. py:module:: trigger.tools.face_mocap.decode .. autoapi-nested-parse:: Python module responsible for decoding the mov files. Attributes ---------- .. autoapisummary:: trigger.tools.face_mocap.decode.LOG trigger.tools.face_mocap.decode.ffmpeg_path Functions --------- .. autoapisummary:: trigger.tools.face_mocap.decode.extract_jpg trigger.tools.face_mocap.decode.extract_wav Module Contents --------------- .. py:function:: 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. .. py:function:: 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 .. py:data:: LOG .. py:data:: ffmpeg_path