[GH-ISSUE #55] how I can view the videos generated by MPV2 on my local machine? #40

Closed
opened 2026-03-02 04:06:24 +03:00 by kerem · 2 comments
Owner

Originally created by @Elllllllvin on GitHub (Mar 4, 2024).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/55

Dear author:
I would like to check locally if I have successfully generated a video. How can I view it?

I run the main.py and select [Show all Shorts], and The output is as follows:
image

I have checked the folder in ../AppData/Local/tts/tts_models--en--ljspeech--tacotron2-DDC_ph and all files in the folder are as follows:
image

Here is my config

{
  "verbose": true,
  "firefox_profile": "I have filled this with my own firefox_profile",
  "headless": false,
  "twitter_language": "English",
  "llm": "gpt4",
  "image_prompt_llm": "gpt35_turbo",
  "image_model": "prodia",
  "threads": 2,
  "zip_url": "D:\\mp3sample\\mp3.zip",
  "is_for_kids": false,
  "google_maps_scraper": "https://github.com/gosom/google-maps-scraper/archive/refs/tags/v0.9.7.zip",
  "email": {
    "smtp_server": "smtp.gmail.com",
    "smtp_port": 587,
    "username": "",
    "password": ""
  },
  "google_maps_scraper_niche": "",
  "scraper_timeout": 300,
  "outreach_message_subject": "I have a question...",
  "outreach_message_body_file": "outreach_message.html",
  "assembly_ai_api_key": "I have filled this with my own assembly_ai_api_key",
  "font": "bold_font.ttf",
  "imagemagick_path": "D:\\ImageMagick-7.1.1-Q16-HDRI\\magick.exe"
}

How can I see the generated video locally? Hope to receive your reply, thank you

Originally created by @Elllllllvin on GitHub (Mar 4, 2024). Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/55 Dear author: I would like to check locally if I have successfully generated a video. How can I view it? I run the main.py and select [Show all Shorts], and The output is as follows: ![image](https://github.com/FujiwaraChoki/MoneyPrinterV2/assets/100711005/106accf6-d7ee-49db-974f-3ba0cdd6b19a) I have checked the folder in ../AppData/Local/tts/tts_models--en--ljspeech--tacotron2-DDC_ph and all files in the folder are as follows: ![image](https://github.com/FujiwaraChoki/MoneyPrinterV2/assets/100711005/5c0f8f6d-c802-4378-91d8-e408223901b8) Here is my config ``` json { "verbose": true, "firefox_profile": "I have filled this with my own firefox_profile", "headless": false, "twitter_language": "English", "llm": "gpt4", "image_prompt_llm": "gpt35_turbo", "image_model": "prodia", "threads": 2, "zip_url": "D:\\mp3sample\\mp3.zip", "is_for_kids": false, "google_maps_scraper": "https://github.com/gosom/google-maps-scraper/archive/refs/tags/v0.9.7.zip", "email": { "smtp_server": "smtp.gmail.com", "smtp_port": 587, "username": "", "password": "" }, "google_maps_scraper_niche": "", "scraper_timeout": 300, "outreach_message_subject": "I have a question...", "outreach_message_body_file": "outreach_message.html", "assembly_ai_api_key": "I have filled this with my own assembly_ai_api_key", "font": "bold_font.ttf", "imagemagick_path": "D:\\ImageMagick-7.1.1-Q16-HDRI\\magick.exe" } ``` How can I see the generated video locally? Hope to receive your reply, thank you
kerem closed this issue 2026-03-02 04:06:24 +03:00
Author
Owner

@Elllllllvin commented on GitHub (Mar 4, 2024):

I just re-run the main.py and select [Show all Shorts] again , here is the error:
image

<!-- gh-comment-id:1976919967 --> @Elllllllvin commented on GitHub (Mar 4, 2024): I just re-run the main.py and select [Show all Shorts] again , here is the error: ![image](https://github.com/FujiwaraChoki/MoneyPrinterV2/assets/100711005/6b9ffe37-bd56-4c10-9115-ed77ce1e5817)
Author
Owner

@FujiwaraChoki commented on GitHub (Mar 4, 2024):

Use venv not conda and try again

<!-- gh-comment-id:1977041646 --> @FujiwaraChoki commented on GitHub (Mar 4, 2024): Use venv not conda and try again
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/MoneyPrinterV2#40
No description provided.