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

Compiling optionally creates a video compliation of the quotes from the movie #45

Open
mirdaki opened this issue Sep 12, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mirdaki
Copy link
Owner

mirdaki commented Sep 12, 2023

Not quite sure how to do it, but it'd be really fun to have a video (or maybe the metadata to build a video) that would combine clips that contain the quotes into a playable video in the order the program is execute or just parsed.

@mirdaki mirdaki added enhancement New feature or request help wanted Extra attention is needed labels Sep 12, 2023
@Forgind
Copy link
Contributor

Forgind commented Sep 13, 2023

If anyone wants to work on this, I put a little starter code in #43.

It looks like ffpmeg should do the trick nicely. Here's some documentation:
https://trac.ffmpeg.org/wiki/Concatenate

So then you'd have to gather all the relevant video clips and put them into a folder accessible to the console app. Hardcode their relative paths in order, then in the relevant if clause, create a list of the clips in order. Execute the concatenation command line they provided (programmatically, ideally) to create the results, passing it the output file path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants