Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the functionality to automatically generate the full video #12

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Binary-Bytes
Copy link

@Binary-Bytes Binary-Bytes commented May 29, 2023

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
Copy link
Author

Any update regarding this?

@BoryaGames
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants