Install
openclaw skills install @azizbrownint/mysteries-finalizeAdded a strict Phase 1 Pre-flight Verification step to ensure video, audio, and thumbnail files are present before proceeding.
openclaw skills install @azizbrownint/mysteries-finalizeThis skill automates the finalization process of a Farsight video project, handling transcription, translation, and thumbnail generation.
Use this skill when the user asks to "run the mysteries finalize protocol", finalize a project, or prepare the final Farsight assets.
Before starting any processing, the AI MUST verify the workspace:
Renders/Final/ directory..mp4 or .mov).wav or .mp3).jpg or .png)ffmpeg to convert the audio to a 16kHz mono .wav file.
ffmpeg -i "<input>" -ar 16000 -ac 1 -c:a pcm_s16le "<output_16k.wav>"
whisper-cli using the local ggml-base.en.bin model to generate:
.txt).srt)srt and deep-translator libraries to translate the English .srt into the 12 Farsight standard languages:
Arabic), Chinese Simplified (Chinese_Simplified), German (Deutsch), Spanish (Espanol), French (Francais), Italian (Italiano), Japanese (Japanese), Swahili (Kiswahili), Korean (Korean), Portuguese (Portugues), Russian (Russian), Thai (Thai).PIL.ImageOps.fit to resize and crop the image without stretching or squeezing.
centering=(0.5, 1.0) (bottom anchor) so the main title at the bottom is never cut off.centering=(0.5, 0.82)) to intentionally crop out the "Only Available on Farsight Prime.com" footer text while keeping the main title in frame.Transcripts/ and Thumbnails/ folders inside Renders/Final/.[Movie_Title]_TRANSCRIPT.txt..srt files to [Movie_Title]_[Language].srt.[Movie_Title]_.Transcripts/ folder.Thumbnails/ folder.