DiscordChatSimulator
DiscordChatSimulator copied to clipboard
Added the functionality to automatically generate the full video
Changes made :-
- Created
compile_video.py
file to automatically generate the full video of the chat. - Also made edits to the format for the
chat file
:- Now
#!
is supported at the beginnning of the line (indicating that the script should not generate an image for that message). -
$^
has to be added to the end of each message (followed by a number) to express the number of seconds that specific message should be shown in the video.
- Now
- Now the names can also be given role colors (such as
RED
for mods,WHITE
for normal ppl, etc). They can be added in theprofile_pictures/role_colors.json
file. Can be added inHEX Format
orColor Name (WHITE, RED)
Any update regarding this?
Yeah, only update that it doesn't work
[AVFilterGraph @ 0000020b0bf4fd00] No such filter: 'scale=1280:720:force_original_aspect_ratio=decrease,pad=1280:720:(ow-iw)/2:(oh-ih)/2'
That's because of quotes, they should be removed, at least on Windows.