Simon
fef94989b6
Merge pull request #1719 from rsley/master
...
Fix translators
1 year ago
Rafael Soley R
a2ca82c67b
Fix translators
1 year ago
github-actions
7dd8b2a3e8
fixup: Format Python code with Black
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
Syed Aman Raza
0a1ba17d0e
Merge branch 'develop' into dev
2 years ago
electro199
3dcb36f23b
Merge branch 'dev' of https://github.com/electro199/RedditVideoMakerBot into dev
2 years ago
Simon
bb65d2f6cd
Update TTS/engine_wrapper.py
2 years ago
electro199
8b73e1ecb5
more minor change
2 years ago
Simon
cab5359e08
Reformat
2 years ago
Simon
f7bc316bfc
Merge pull request #1578 from liamb13/zoom
...
Adds zoom function
2 years ago
Simon
655c507010
Couple of fixes including translators fix
2 years ago
Simon
19b44b1302
Add random_voice
2 years ago
electro199
4a83cd0f6f
better err handle and run.bat
2 years ago
electro199
7486e04b26
Merge branch 'develop' of https://github.com/elebumm/RedditVideoMakerBot into dev
2 years ago
liamb
276c0679b5
add periods fix
2 years ago
Simon
8b103437af
Reformat
2 years ago
Poogee
aacd63116d
fix: tts blending sentences from diff. paragraphs
2 years ago
John Toniutti
bfe577643c
Custom resolution ( #1277 )
...
Thank you @jotonedev!
2 years ago
Syed Aman Raza
e30eaf7594
Added the story mode with 2 methods by Electro199 ( #1288 )
...
Thank you @electro199!
2 years ago
electro199
f91bea3d59
Fixed,added: 0.mp3 not found and only translate
2 years ago
electro199
ee551051be
dev time
2 years ago
Simon
e8cadd9b04
A lot of reformatting and a couple of bug fixes
2 years ago
Syed Aman Raza
d1b3b68e83
fixed c drive issue
2 years ago
Syed Aman Raza
2461fc09d8
FIX:fonts issue,typo
2 years ago
Syed Aman Raza
3f6344aca3
edited some bug and typo
2 years ago
Syed Aman Raza
004d4c213c
Merge branch 'develop' into master
2 years ago
Syed Aman Raza
1424b3edd5
Added the stroy mode with two method and add min comment lenght
2 years ago
RiveN000
41dcd6e592
Correct video length
2 years ago
Thomas Meaney
9609025bba
Add silence inbetween tts
2 years ago
Thomas Meaney
9c182abc69
Don't composite `AudioClip` twice
2 years ago
Thomas Meaney
31d349b5c7
Add `silence_duration` to config template
2 years ago
Thomas Meaney
7ded2bd4ec
Add tonywiththetommy's changes
2 years ago
Jason
f65a797ec5
reformatted
2 years ago
Jason
c10a5d3c2f
fixed 71c317da23
by removing match usage (3.10+ only)
...
optimized imports
2 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>
2 years ago
Jason
d1009ef098
Merge pull request #1049 from swoker/patch-3
...
prevent last comment being cut off in the middle
2 years ago
Callum Leslie
9140af9c02
style: formatted with black
2 years ago
Josh Greenwood
7df0671b70
formatting
2 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
2 years ago
Josh Greenwood
9065f563f1
improved efficiency of empty text check
2 years ago
Josh Greenwood
571c782021
process split text before checking if it is empty
2 years ago
Simon Woker
b0fa661624
prevent last comment being cut offin the middle
2 years ago
Jason
45c8401589
fix: typo left in causing name error
2 years ago
Jason
035db66e28
Merge branch 'develop' into feat/watermark
2 years ago
Jason
420bac9a5a
fix: typo
...
reverted temp change
2 years ago
Jason
bc215f8b32
Stable implementation of the watermark
...
NOT DESIGNED FOR PRODUCTION USE
2 years ago
final
cbfdfc3ce7
Fixed video being too long error.
2 years ago
Jason
78ff605c42
everything works except for changes the location
2 years ago
Jason
2f3efb03a9
typo: fixed typo in engine_wrapper.py
2 years ago
Callum Leslie
c5c64a5e4b
fix: dont use blank text splits
2 years ago