Commit Graph

155 Commits

Author SHA1 Message Date
harry
6de3d6eedc 1. support voice preview
2, update version to 1.1.6
2024-05-13 18:29:59 +08:00
harry
4de02f4429 update version and readme 2024-04-27 08:35:40 +08:00
harry
5d06530a39 support local videos 2024-04-27 08:33:44 +08:00
harry
7582022fa9 1. Added exception handling when loading the Whisper model.
2. Check if the file exists before verifying the subtitles.
2024-04-26 11:14:35 +08:00
harry
3c5ef29775 update docker base image 2024-04-22 18:33:00 +08:00
harry
c7c7b4847e optimize code 2024-04-22 16:25:13 +08:00
harry
93da539519 update version to 1.1.3 2024-04-17 17:25:28 +08:00
harry
a5273b31b3 Merge branch 'main' into dev 2024-04-17 17:13:41 +08:00
cpanel10x
6c8b4f665d
Merge branch 'harry0703:main' into main 2024-04-17 10:59:22 +07:00
vuisme
1c35e50563 Add vietnamese and sample font Vietnamese. String pre-translated by chatGPT 2024-04-17 10:57:16 +07:00
Harry
add34a92f7
Merge pull request #267 from KevinZhang19870314/dev
feat: add support for maximum concurrency of /api/v1/videos
2024-04-17 11:09:03 +08:00
harry
0521d46826 add timeout 2024-04-17 10:55:57 +08:00
kevin.zhang
abe12abd7b feat: add support for maximum concurrency of /api/v1/videos 2024-04-16 17:47:56 +08:00
harry
d4eb7bc333 optimize code 2024-04-15 17:47:10 +08:00
harry
1e96357f00 fix the bug where the last subtitle line was missing 2024-04-15 17:46:56 +08:00
harry
2e58d7ccf2 fix the bug where clip were not closed 2024-04-15 17:46:24 +08:00
harry
176660b442 support azure new speech voice 2024-04-15 17:45:05 +08:00
Kevin Zhang
17df9a1f27
Merge branch 'harry0703:main' into main 2024-04-15 14:49:36 +08:00
kevin.zhang
00052b4c50 chore: add video download api endpoint 2024-04-15 14:47:57 +08:00
Harry
b8369349ea
Merge pull request #260 from harry0703/dev
optimize subtitle segmentation and code
2024-04-15 11:30:33 +08:00
Harry
3de3e19276
Merge pull request #259 from KevinZhang19870314/main
refactor: video stream api revise
2024-04-15 11:30:10 +08:00
harry
bd33419460 optimize subtitle segmentation
optimize code
2024-04-15 11:29:04 +08:00
kevin.zhang
d13a3cf6e9 refactor: Streaming MP4 files in the browser using video html element instead of waiting for the entire file to download before playing 2024-04-15 09:51:40 +08:00
Harry
2c41e6be62
Merge pull request #254 from harry0703/dev
optimize segmentation
2024-04-13 21:51:33 +08:00
harry
a17d52c1ae optimize segmentation 2024-04-13 21:50:45 +08:00
Harry
b1506b9161
Merge pull request #253 from harry0703/dev
optimize segmentation
2024-04-13 21:04:22 +08:00
harry
53923e0d25 optimize segmentation 2024-04-13 21:03:55 +08:00
Harry
1a302a1791
Merge pull request #252 from harry0703/dev
fix some bugs
2024-04-13 20:26:52 +08:00
harry
ce0f557702 1. prioritize using the bgm_file.
2. optimized the logic for looping the BGM.
2024-04-13 20:24:09 +08:00
harry
a8d208bdc3 added validation for video file using moviepy to ensure video file is valid before processing. 2024-04-13 20:19:08 +08:00
Harry
0cb71d6218
Merge pull request #251 from harry0703/dev
write_videofile set fps=30
2024-04-12 22:02:25 +08:00
harry
52b92d175d write_videofile set fps=30 2024-04-12 22:02:01 +08:00
kevin.zhang
0550e433d1 Merge branch 'main' of https://github.com/KevinZhang19870314/MoneyPrinterTurbo 2024-04-12 17:47:14 +08:00
kevin.zhang
1fb3399b02 chore: add stream support for video 2024-04-12 17:43:21 +08:00
elf-mouse
1dbfcfadab Merge branch 'main' of github.com:elf-mouse/MoneyPrinterTurbo 2024-04-12 16:50:32 +08:00
elf-mouse
ee7306d216 fix: response parsing bug for gemini 2024-04-12 15:49:23 +08:00
harry
24a9ca514e add qwen error logs 2024-04-12 10:05:14 +08:00
harry
a7466b2393 add qwen error logs 2024-04-12 10:04:52 +08:00
highkay
90f0f560b2 Merge branch 'main' of https://github.com/harry0703/MoneyPrinterTurbo into main 2024-04-11 22:55:18 +08:00
highkay
05da4a3766 - 增加Cloudflare workers ai作为llm后端
- 增加一些gitignore
2024-04-11 22:55:08 +08:00
harry
09285954a8 optimize i18n 2024-04-11 20:22:27 +08:00
harry
1c7d7e138b compatible with local whisper model 2024-04-11 18:27:14 +08:00
harry
759c1ce652 add openai error logs 2024-04-11 18:25:15 +08:00
harry
56a6d5c523 optimize the position of long subtitles 2024-04-11 17:09:10 +08:00
harry
13f3e87a2d fixed an error when loading the config file. 2024-04-11 13:44:20 +08:00
harry
740960b0ff optimize redis import 2024-04-10 17:47:40 +08:00
harry
2c72eb92a1 1. reduce ffmpeg encoding pass to improve performance.
2. fix bug causing file lock that prevents deletion (issue 217).
2024-04-10 17:29:13 +08:00
kevin.zhang
d57434e0d3 feat: add task deletion endpoint 2024-04-10 16:14:50 +08:00
kevin.zhang
3d45348662 feat: add redis support for task state management 2024-04-10 10:42:56 +08:00
harry
6bcd7dc317 optimize code 2024-04-09 19:50:39 +08:00
harry
0b07202d42 optimize UI and user experience 2024-04-09 19:46:56 +08:00
kevin.zhang
3b1871d591 feat: enable cors to allow play video through mounted videos url 2024-04-09 09:30:59 +08:00
harry
b8103e98f1 fixed: issue 183 2024-04-07 18:08:51 +08:00
harry
c10b5696fc filter out corrupted video files 2024-04-05 22:48:23 +08:00
harry
5933a47620 Add exception handling for reading the configuration file and optimize the loading method 2024-04-05 22:29:16 +08:00
harry
0d3b7b7c5c increase the timeout value 2024-04-05 22:27:56 +08:00
harry
da633a6e57 Fix the bug that mistakenly created a directory instead of a file 2024-04-05 21:40:27 +08:00
harry
28cc399e32 Remove logging to file 2024-04-05 21:25:52 +08:00
Harry
34694a169c
Merge pull request #176 from josenxx/main
增加ollama支持
2024-04-05 21:17:34 +08:00
Xiaorui Xue
64c4b863f4 added ollama support 2024-04-05 21:09:14 +08:00
wangxingda
2df2cc0dab add default subtitle encoding to utf-8 2024-04-05 19:37:53 +08:00
harry
bbe9e323f2 added material_directory configuration 2024-04-05 11:57:37 +08:00
harry
ce961bb22c optimize code 2024-04-05 11:20:23 +08:00
harry
c514108f88 optimize error message 2024-04-05 11:20:09 +08:00
harry
ebe47d2507 1, add voice volume
2, code optimization
2024-04-05 11:06:03 +08:00
harry
416a446b5e Code optimization 2024-04-05 09:55:31 +08:00
cathy
6d8911f5bf feat: add /api/v1/get_bgm_list and /api/v1/upload_bgm_file 2024-04-04 23:03:18 +08:00
cathy
28199c93b7 feat: return combined videos in /api/v1/tasks response 2024-04-04 23:01:47 +08:00
cathy
87a837a345 feat:add api interface:generate_video_script and generate_video_terms 2024-04-04 17:21:53 +08:00
harry
abce0f158c Save params to script.json 2024-04-04 09:54:16 +08:00
harry
c5e396d484 Optimize subtitle generation in edge mode (#133) 2024-04-04 09:47:29 +08:00
harry
fd81698f66 Fix the bug where the video is incorrectly scaled 2024-04-03 19:01:40 +08:00
harry
b94cd353ba write_videofile disable logger 2024-04-03 18:11:29 +08:00
harry
bdea0b0ef5 add logs 2024-04-03 14:10:59 +08:00
harry
dbc1922f19 write_videofile disable logger 2024-04-03 11:03:47 +08:00
harry
a5f208f951 optimize pexels_api_keys config 2024-04-03 11:03:06 +08:00
harry
56d4b7be04 update readme 2024-04-01 20:31:18 +08:00
harry
9283787681 complete task query interface 2024-04-01 20:12:14 +08:00
PD
dacd35f522
fixed bug 2024-03-31 11:07:19 +05:30
PD
cc1f157714
added support for google gemini 2024-03-31 10:44:52 +05:30
harry
52bf4d5f4f Optimized subtitle generation in edge mode 2024-03-30 17:33:54 +08:00
harry
bc8e005f59 1. Added multi-language support to the UI
2. Optimized the voice name
3. Other UI optimizations
2024-03-29 17:13:25 +08:00
harry
50ee56b158 if config.toml doesn't exist, copy the example config 2024-03-29 10:16:24 +08:00
harry
fc186b2801 remove local_files_only=True 2024-03-28 18:02:39 +08:00
chenhengzh
9d89e733a7 Adjusted prompts. 2024-03-28 14:49:03 +08:00
harry
4aa820b200 set local_files_only=True when downloading whisper model 2024-03-28 11:46:22 +08:00
harry
121ef12a74 supported llm: aliyun qianwen 2024-03-28 11:01:34 +08:00
chenhengzh
985378838b add qwen api 2024-03-28 00:40:24 +08:00
harry
c5dad43c2c 1, Add language settings for llm outputs
2, Optimize llm prompts
3, Add timeout handling for material downloads
2024-03-26 16:48:14 +08:00
harry
4ed3b9fbcc supported azure openai 2024-03-25 15:20:00 +08:00
harry
a52af0e532 optimized subtitle line breaks 2024-03-24 18:25:37 +08:00
harry
b471a272b6 1, optimize the subtitle generation in edge mode
2, optimize the llm prompt, use the same language as the video subject
2024-03-24 17:52:12 +08:00
harry
eaa991aaf6 Added ffmpeg_path parameter to the config file. 2024-03-24 16:59:16 +08:00
harry
0771b3268c 1, 增加一次性输出多个视频
2, 增加背景音乐音量设置
3, 增加字幕位置
4, UI优化
5, 一些其他Bug修复和优化
2024-03-23 15:31:34 +08:00
harry
ce4b3771b6 1, 支持AI生成文案预览
2, 支持自定义视频文案,关键词
3, 可选择是否启用字幕
4, UI优化
5, 一些其他bug修复和优化
2024-03-22 17:46:56 +08:00
harry
4a800eab4b tts fallback 2024-03-18 22:05:17 +08:00
harry
6bfb04f755 changed to sync 2024-03-18 21:39:47 +08:00
harry
59ae82a47d supported g4f (gpt4free) 2024-03-18 17:01:09 +08:00
harry
74e634d64c add pexels.video_concat_mode 2024-03-16 09:44:57 +08:00
harry
753ec011d8 add pexels.proxies 2024-03-16 09:29:31 +08:00