Harry
951460b9f1
Merge pull request #715 from michaeltmk/feat/custom_audio
...
feat: add custom audio file support
2025-12-14 12:02:56 +08:00
Harry
6523509539
Merge pull request #714 from michaeltmk/api_local_video_source
...
feat: add video material upload and retrieval endpoints
2025-12-14 11:59:59 +08:00
Harry
aa2f16eb3e
Merge pull request #704 from yrk111222/main
...
Add support for ModelScope API
2025-12-14 11:55:51 +08:00
Harry
6e3d54c811
Merge pull request #752 from zxdxjtu/feat/gemini_tts
...
Add Google Gemini TTS Integration
2025-12-14 11:53:53 +08:00
jsbxyyx
3473ebf7f5
Refactor gemini provider configuration
...
Updated base URL retrieval for 'gemini' provider and adjusted configuration logic.
2025-12-11 10:24:49 +08:00
zhangxindong
d2706a5fe4
fix: make faster_whisper dependency optional
...
- Add try/except import for faster_whisper
- Gracefully handle missing dependency with warning
- Prevents import errors on systems without faster_whisper
2025-07-08 10:40:00 +08:00
zhangxindong
d65e126486
feat: integrate Google Gemini TTS with 15 voice options
...
- Add gemini_tts() function with proper PCM audio handling
- Support 15 Gemini voices (Zephyr, Puck, Kore, etc.)
- Fix audio data format issue preventing video generation
- Add Gemini TTS option to WebUI settings
- Update .gitignore to exclude debug files
2025-07-08 10:39:22 +08:00
michael tse
f6c40deec6
feat: add custom audio file support
2025-05-25 17:04:56 +08:00
michael tse
579d3c0948
fix: improve error message for unsupported file extensions in video upload
2025-05-25 01:15:56 +08:00
michael tse
017a95d051
feat: add video material upload and retrieval endpoints with corresponding response models
2025-05-25 01:13:29 +08:00
yrk
b36caf63cf
Modify llm.py
2025-05-21 10:40:55 +08:00
yrk
10f177adac
Add support for ModelScope API
2025-05-21 10:37:40 +08:00
harry
83f0a54234
refactor: remove unnecessary close_clip calls in video processing
2025-05-16 11:02:59 +08:00
diepdo1810
95922908ce
feat: add provider ai pollinations ( #667 )
...
* feat: add provider ai pollinations
* update: enter line
---------
Co-authored-by: Diep Do <diepchiaser@gmail.com>
2025-05-13 10:48:52 +08:00
harry
4d5ca7f6f4
perf: validate Azure speech key and region before creating speech
2025-05-10 17:20:44 +08:00
harry
fec3a8b6bd
Merge branch 'add-siliconflow-tts' into dev
2025-05-10 14:13:37 +08:00
harry
3108c2e4e5
perf: bump version to 1.2.6
2025-05-10 14:13:18 +08:00
harry
4c9ac5e6df
feat: loop video clips to match audio duration
2025-05-10 13:26:24 +08:00
harry
4a64e211f9
fix: correct condition for subclipping
2025-05-10 12:35:45 +08:00
harry
97c631e696
feat: improve file extension parsing using pathlib
2025-05-10 12:34:53 +08:00
yyhhyyyyyy
45f32756a3
feat: increase siliconflow TTS services
2025-05-09 23:31:04 +08:00
yyhhyyyyyy
22f47d90de
feat: add TTS services provider selection list
2025-05-09 22:14:43 +08:00
harry
7569c08a62
perf: bump version to 1.2.5
2025-05-09 20:55:36 +08:00
harry
f07e5802f7
perf: optimize memory usage and processing performance
2025-05-09 20:55:12 +08:00
harry
35a7ef657a
feat: remove voice filter
2025-05-08 18:09:26 +08:00
harry
5177c1871a
feat: comment out interline and size parameters in video.py
2025-05-08 17:34:09 +08:00
harry
c7f7fa12b4
feat: optimize code and bump version to 1.2.4
2025-05-08 15:44:07 +08:00
Harry
443f5bf61e
Merge pull request #632 from eren1106/fix-subtitle-bug
...
Fix subtitle generation not working by setting the default subtitle provider to "edge"
2025-05-08 09:10:19 +08:00
Gary Meng
4b2f9e42d7
Merge branch 'harry0703:main' into main
2025-05-07 11:28:57 +04:00
eren
4ce32a8851
fix: set default subtitle provider to 'edge'
2025-05-01 14:35:23 +08:00
yyhhyyyyyy
47e4cff758
feat: Add PDM support with auth & i18n enhancements ( #627 )
...
* feat: Add PDM support with auth & i18n enhancements
1. Added PDM project dependency management
- Created pyproject.toml for dependency definitions
- Added PDM lock file for reproducible builds
- Created .pdm-python for virtual environment management
2. Enhanced authentication & configuration
- Added user validation in base configuration
- Implemented streamlit-authenticator for login functionality
- Updated config.example.toml with user authentication fields
3. Improved internationalization (i18n)
- Updated translation files for multiple languages (en, de, pt, vi, zh)
- Enhanced i18n support in the web UI
- Standardized translation structure across language files
2025-04-27 13:35:45 +08:00
Gary Meng
96e109e199
Solve subtitle header and footer was cut in some font family
2025-03-26 20:57:13 +04:00
Harry
36dffe8de3
Merge pull request #599 from bz-e/main
...
refactor: Refactor the get_all_azure_voices function
2025-03-23 18:45:26 +08:00
Guozao Meng
91e9f3900d
Add get_all_tasks() endpoint
2025-03-08 22:53:22 +04:00
evan.zhang5
ab1bd03f0b
refactor: Refactor the get_all_azure_voices function to reduce the amount of code by half
2025-02-27 17:31:32 +08:00
VIPIN BIHARI
6500cafa4f
Update video.py - Fixing BackGround Music Volume Multiplier
...
These was a typo in MuiliplyVolume function parameter. The name of the parameter should be bgm_voice
2025-01-29 21:08:17 +05:30
yyhhyyyyyy
dd90cfecbb
✨ feat: Added SlideIn and SlideOut video transition effects and optimized front-end implementation
2025-01-09 19:46:57 +08:00
yyhhyyyyyy
7a5b037ad8
✨ feat: Add video transition effects (fadein, fadeout)
2024-12-24 22:39:48 +08:00
yyhhyyyyyy
c4586d37f5
🎨 style: format llm.py code
2024-12-12 14:32:17 +08:00
yyhhyyyyyy
2d8cd23fe7
🐛 fix: fix the LLM logic
2024-12-12 14:29:14 +08:00
yyhhyyyyyy
afd064e15d
🎨 style: Format Code
2024-12-10 10:34:56 +08:00
Harry
63c3402c94
Update version to 1.2.2
2024-12-06 13:45:43 +08:00
yyhhyyyyyy
6288b70ae2
⬆️ deps: Upgrade dependencies to latest versions and address minor issues
2024-12-05 10:16:38 +08:00
Dreyfi
4ec19fd56a
Add headers with user_agent to save_video request
2024-09-30 15:48:54 +10:00
Dreyfi
9d3d99a595
Fix the response 403 from pexels
...
search_videos_pexels - failed to download videos, maybe the network is not available. if you are in China, please use a VPN.
2024-09-28 16:25:53 +10:00
harry
5ed98d317c
fixed: subtitle generation failure
2024-07-26 17:55:26 +08:00
harry
931e1a0caa
Optimize memory usage in moviepy
...
Upgrade version number to 1.2.0
2024-07-25 13:57:39 +08:00
yyhhyyyyyy
5c2db3aa92
resolve issue with video concatenation
...
order always being random
2024-07-25 13:36:21 +08:00
yyhhyyyyyy
905841965a
Format project code
2024-07-24 14:59:06 +08:00
yyhhyyyyyy
e8b20c697d
feat: support custom subtitle positioning
2024-07-24 14:25:20 +08:00