trigger.tools.face_mocap.decode
Python module responsible for decoding the mov files.
Attributes
Functions
|
Extract the jpg files from a mov file. |
|
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