DiscordChatSimulator icon indicating copy to clipboard operation
DiscordChatSimulator copied to clipboard

Added the functionality to automatically generate the full video

Open Binary-Bytes opened this issue 1 year ago • 3 comments

Changes made :-

  1. Created compile_video.py file to automatically generate the full video of the chat.
  2. 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.
  3. Now the names can also be given role colors (such as RED for mods, WHITE for normal ppl, etc). They can be added in the profile_pictures/role_colors.json file. Can be added in HEX Format or Color Name (WHITE, RED)

Binary-Bytes avatar May 29 '23 07:05 Binary-Bytes

Any update regarding this?

Binary-Bytes avatar Mar 26 '24 16:03 Binary-Bytes

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'

BoryaGames avatar Aug 09 '24 10:08 BoryaGames

That's because of quotes, they should be removed, at least on Windows.

BoryaGames avatar Aug 09 '24 10:08 BoryaGames