Add Memmoro YouTube Shorts ad package - #1
Draft
apodobe wants to merge 1 commit into
Draft
Conversation
Introduce memmoro/ with five EN ad scripts, 9:16 Shorts presets, and a CLI to batch-generate videos through the existing MoneyPrinterTurbo pipeline. Bump edge-tts to 7.x and add compatibility shims in voice service for SentenceBoundary subtitles. Co-authored-by: apodobe <apodobe@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a
memmoro/package for generating English YouTube Shorts (9:16) ads for the Memmoro iOS app via the existing MoneyPrinterTurbo pipeline.What's included
memmoro/ads.json— 5 fixed EN ad concepts (who-is-talking, caregiving, deaf-hoh, meetings, privacy-on-device)memmoro/preset.json— Shorts defaults (JennyNeural voice, subtitles, 9:16)memmoro/generate.py— CLI:--list,--ad,--demo,--allmemmoro/README.md— setup and usageDemo videos generated
Three demo Shorts were rendered in this run (local fallback materials; no Pexels key in CI):
memmoro-who-is-talking.mp4
memmoro-caregiving.mp4
memmoro-privacy-on-device.mp4
Other changes
edge-ttsto>=7.2.8(fixes 403 in cloud environments)app/services/voice.py— compatibility for edge-tts 7SentenceBoundaryevents.gitignore— excludememmoro/output/andmemmoro/materials/Usage
pip install -r requirements.txt cp config.example.toml config.toml # add pexels_api_keys for stock footage python memmoro/generate.py --demoLLM keys are not required when using fixed scripts from
ads.json.To show artifacts inline, enable in settings.