FujiwaraChoki/MoneyPrinterV2

I optimized a version that supports Chinese(中文) and made a lot of optimizations

harry0703 opened this issue · 1 comments

I am very grateful for the MoneyPrinter project.

I found that its support for Chinese was not very good.
So I did a refactor and optimization to make it support both Chinese and English well.
It supports various Chinese and English speech synthesis, and the subtitle effect has been improved.

https://github.com/harry0703/MoneyPrinterTurbo

我优化了一个版本,支持了中文,并且做了大量的优化
非常感谢 MoneyPrinter这个项目,我发现对中文的支持不太好。
于是我做了重构和优化,使其对中英文都可以很好的支持,支持多种中英文语音合成,而且字幕的效果更好了。

Feature Highlights 🎯

  • Fully implemented MVC architecture, offering clear code structure, ease of maintenance, and support for both API and web interfaces.
  • Supports multiple high-definition video resolutions:
    • Portrait mode: 9:16, 1080x1920
    • Landscape mode: 16:9, 1920x1080
  • Multilingual video script support for both Chinese and English.
  • Advanced voice synthesis capabilities.
  • Subtitle generation support, allowing customization of fonts, colors, and sizes, including outline settings for subtitles.
  • Background music support, with options for random selection or specifying music files.

功能特性 🎯

  • 完整的 MVC架构,代码 结构清晰,易于维护,支持API和Web界面
  • 支持多种 高清视频 尺寸
    • 竖屏 9:16,1080x1920
    • 横屏 16:9,1920x1080
  • 支持 中文英文 视频文案
  • 支持 多种语音 合成
  • 支持 字幕生成,可以调整字体、颜色、大小,同时支持字幕描边设置
  • 支持 背景音乐,随机或者指定音乐文件

Amazing, I'll add it to the README. Thanks!