Rafael Soley R
a2ca82c67b
Fix translators
2 years ago
Simon
0ea74e43f1
Version 3.2
...
The RedditVideoMakerBot has been updated to version 3.2, bringing exciting new features and bug fixes. Introducing **ElevenLabs TTS** for high-quality audio. Enjoy **background audio** and **random voices per comment**. Run the bot with one click using the **bat file**. Use the **zoom setting** for bigger text. Bug fixes include video downloader improvements, random story mode fix, updated dependencies, code optimizations, text size adjustments, enhanced Reddit credentials validation, and translator fixes. Enjoy the new features and **thanks to all contributors**!
2 years ago
Simon
8b103437af
Reformat
2 years ago
Poogee
aacd63116d
fix: tts blending sentences from diff. paragraphs
3 years ago
John Toniutti
bfe577643c
Custom resolution ( #1277 )
...
Thank you @jotonedev!
3 years ago
Syed Aman Raza
e30eaf7594
Added the story mode with 2 methods by Electro199 ( #1288 )
...
Thank you @electro199!
3 years ago
RiveN000
41dcd6e592
Correct video length
3 years ago
Thomas Meaney
9609025bba
Add silence inbetween tts
3 years ago
Thomas Meaney
9c182abc69
Don't composite `AudioClip` twice
3 years ago
Thomas Meaney
31d349b5c7
Add `silence_duration` to config template
3 years ago
Thomas Meaney
7ded2bd4ec
Add tonywiththetommy's changes
3 years ago
Jason
f65a797ec5
reformatted
3 years ago
Jason
c10a5d3c2f
fixed 71c317da23
by removing match usage (3.10+ only)
...
optimized imports
3 years ago
Simon
5a8db46178
Bot can run multiple instances at the same time ( #1091 )
...
* Bot can run multiple instances at the same time
* Delete TTS/__pycache__ directory
* Delete video_creation/__pycache__ directory
* Delete videos.json
* Delete utils/__pycache__ directory
* Create videos.json
* Moved id to utils
* Added cleanup in shutdown and fixed bug
* Removed watermark todo and fixed it
* Delete final_video.py
* Update final_video.py
* Delete video.py
* Update video.py
* Delete id.py
* feat: meaningful error message for bad credentials
* chore: remove comment reference to .env
Co-authored-by: Callum Leslie <git@cleslie.uk>
3 years ago
Jason
d1009ef098
Merge pull request #1049 from swoker/patch-3
...
prevent last comment being cut off in the middle
3 years ago
Callum Leslie
9140af9c02
style: formatted with black
3 years ago
Josh Greenwood
7df0671b70
formatting
3 years ago
Josh Greenwood
53986c72ee
process text before all calls to call_tts
...
Process_text now called before call_tts to ensure it is called minimally while allowing for verification that text is not empty
3 years ago
Josh Greenwood
9065f563f1
improved efficiency of empty text check
3 years ago
Josh Greenwood
571c782021
process split text before checking if it is empty
3 years ago
Simon Woker
b0fa661624
prevent last comment being cut offin the middle
3 years ago
Jason
45c8401589
fix: typo left in causing name error
3 years ago
Jason
035db66e28
Merge branch 'develop' into feat/watermark
3 years ago
Jason
420bac9a5a
fix: typo
...
reverted temp change
3 years ago
Jason
bc215f8b32
Stable implementation of the watermark
...
NOT DESIGNED FOR PRODUCTION USE
3 years ago
final
cbfdfc3ce7
Fixed video being too long error.
3 years ago
Jason
78ff605c42
everything works except for changes the location
3 years ago
Jason
2f3efb03a9
typo: fixed typo in engine_wrapper.py
3 years ago
Callum Leslie
c5c64a5e4b
fix: dont use blank text splits
3 years ago
Jason
2b0d66f451
added backup contingency
3 years ago
Jason
c412155720
background audio implementation
3 years ago
Callum Leslie
a3e7b979f3
fix: regex splitter no longer skips newlines
3 years ago
Jason
fc414b57b7
style: reformatted
3 years ago
Callum Leslie
6a16c9f3e7
style: format with python-black
3 years ago
Callum Leslie
436266033e
refactor: tts engines now use toml config
3 years ago
Callum Leslie
c4da2fa55a
fix: close ALL clips when finished
3 years ago
Callum Leslie
8365121865
fix: close clip once finished
3 years ago
Callum Leslie
a335e67c8c
fix: stop broken typechecking
3 years ago
Callum Leslie
11de0fd324
fix: length checker works with new duration code
3 years ago
Callum Leslie
708016c583
fix: mutagen error - moved to moviepy duration
3 years ago
Jason
e950d47ddc
forgot to update vers
3 years ago
Jason
ce6a87aac2
fix: Fixed Mutagen error issue
...
style: made final_video.py cleaner
3 years ago
Jason
804967e5e4
refactor: refactored using black formatter.
...
cmd: black . --line-length 101
3 years ago
Jason
f685cb26f6
I needed to add this commit to close the issues
...
Closes #400
Closes #379
Closes #414
Closes #433
Closes #573
Closes #603
Closes #620
3 years ago
Jason
03b533cca9
chore: moved the VIDEO LENGTH var
3 years ago
Muhammed Mustafa Akşam
10fe183ac2
Update engine_wrapper.py
...
Fixed not sanitizing the text issue that occurs if POSTLANG is set
3 years ago
Callum Leslie
71ae7db4d7
Remove debug statements
3 years ago
Callum Leslie
b8e4103cf9
Merge branch 'develop' into feat/better-tts-changer
3 years ago
Callum Leslie
7765c9b018
Fix small bugs and path issues
3 years ago
Callum Leslie
c58fa10f53
Reduced code duplication in TTS engines
3 years ago