LevaniVashadze
d43204b95f
slight improvement in logging
6 months ago
LevaniVashadze
fb94c432e9
fixed nvenc check and refactored
6 months ago
LevaniVashadze
f1f67a0272
add check for nvenc(needs testing on nvidia hardware)
7 months ago
LevaniVashadze
106b79a4a6
Removed nvenc encoder
7 months ago
github-actions
ccfb665463
fixup: Format Python code with Black
8 months ago
Jason Cameron
ed20928974
chore: reformat
...
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
8 months ago
Jason Cameron
943814150c
feat: Update moviepy to 2.0 (develop)
...
Update moviepy to 2.0 and other dependencies.
- Updated moviepy to 2.1.2.
- Updated other dependencies such as Pillow, torch, boto3,
botocore, playwright, and elevenlabs.
- Replaced `volumex` with `MultiplyVolume`.
- Replaced `make_frame` with `frame_function`.
- Removed verbose and logger arguments where deprecated.
- Used `subclipped` instead of `subclip`.
- Changed video processing to use context manager to open
video files, addressing ffmpeg issues.
- Removed unused variable `idy`.
- Renamed `id` variable to `thread_id` for clarity.
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
8 months ago
github-actions
559bb41943
fixup: Format Python code with Black
1 year ago
Jason Cameron
72fdf72cb7
Merge pull request #2123 from sanishan/patch-1
...
Dynamically Increase height of title template based on reddit title lenght final_video.py
1 year ago
M. Sanaullah
8bbabcc54e
Update final_video.py
...
Dynamically change the title card size based on the "Reddit" title lenght
1 year ago
Jason
fc9a166d39
CHORE: syntactical changes + some pythonic changes and future improvements
1 year ago
github-actions
53db79ab29
fixup: Format Python code with Black
1 year ago
Jason
9e60d83580
Fmt using black & isort
1 year ago
Jason
fe383a794c
Possible bug location.
1 year ago
Jason
a4f0022a5a
Fix: AttributeError: 'FreeTypeFont' object has no attribute 'getsize'
1 year ago
Cyteon
c922ebcf1e
changed copyright to credit
1 year ago
github-actions
31312a30d4
fixup: Format Python code with Black
1 year ago
cyteon
209630832d
fancy title screen
1 year ago
Kristian
903081fca3
Revert "meme support"
...
This reverts commit b508f2af73
.
1 year ago
Kristian
d42ff50a35
meme support
1 year ago
github-actions
bbf5a8265d
fixup: Format Python code with Black
1 year ago
Jason
35fac14447
fix: fixed the GUI
...
chore: reformatted and optimized imports.
Co-authored-by: Jan Tumpa <jtumpa@gmail.com>
1 year ago
Simon
cb3f6c7f0d
Merge pull request #1799 from mubarakalmehairbi/develop-1
...
Better error handling
2 years ago
Simon
d48372bf4f
Merge pull request #1677 from kelvinamaral/fix-story-mode-0
...
Fix in storymodemethod = 0
2 years ago
Simon
cce9320154
Merge pull request #1771 from BrandonHalig/patch-3
...
Confirm out_time_ms is a number
2 years ago
mubarakalmehairbi
9f6d24a239
Better error handling
2 years ago
BrandonHalig
bd88d7328d
Confirm out_time_ms is a number
...
In get_latest_ms_progress(), the value of out_time_ms can equal 'N/A\n', this code confirms this will not be the case in the future. Since this is only a progress indicator, it should not crash the program.
2 years ago
Simon
fef94989b6
Merge pull request #1719 from rsley/master
...
Fix translators
2 years ago
Rafael Soley R
a2ca82c67b
Fix translators
2 years ago
Kelvin Amaral
53cc0225c6
Fix for Story mode 0
2 years 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
Simon
cab5359e08
Reformat
2 years ago
Simon
8e58cd67ec
Little fix
2 years ago
Simon
5e19fd757c
Fix TypeError
2 years ago
Simon
1dec673841
Update all the requirements, reformat a bit and fix the story mode character limit
2 years ago
Simon
d3344001e8
Merge pull request #1626 from joshholly/joshholly-fix-opacity
...
Fixed Opacity Function
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
Josh Holly
15a17896ca
Remoted int() wrapper
...
Removed int() around opacity = settings.config["settings"]["opacity"] to fraction numbers (IE 0.5, 0.7, etc)
2 years ago
Josh Holly
325266dc85
Merge branch 'develop' into joshholly-fix-opacity
2 years ago
Josh Holly
838333160d
Update final_video.py
...
Fixed opacity so comments will have transparency if the user sets the "opacity" option below 1.
2 years ago
Lucas
d8347e08b9
Fixed issues and improvements related by Jason
2 years ago
Lucas
778d9c0c37
changing allow_only_tts to enable_extra_audio
2 years ago
Lucas
d9ff36b034
Merge with develop branch and no pytube required
2 years ago
Lucas
1f48c53a74
new toml config and added background audio feature
2 years ago