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

Support for using different BG images for every frame #52

Closed
csillag opened this issue May 30, 2020 · 1 comment
Closed

Support for using different BG images for every frame #52

csillag opened this issue May 30, 2020 · 1 comment

Comments

@csillag
Copy link

csillag commented May 30, 2020

I would like to create visualizations with animated backgrounds.

The end result is something like this:

https://www.youtube.com/watch?v=WIqP2BWB628

For a general introduction to the problem, see #51. As I have stated there, the easiest way to achieve the desired result would be the save the alpha channel into the generated PNG files. This issue describes an alternate approach.

In theory, when doing the off-line rendering to PNG files, MIDIVisualizer could take a different bg image for each frame.

I could extract the frames from the animated background video into files in a directory, and give that directory to MIDIVisualizer. Then for each frame, MIDIVisualizer could read input000n.png, do the magic, and save it to output000n.png.

When compiling those saved images to a video again, I could get my video, with MIDIVisualizer's visualization plus the animated bg.

What do you think?

Thank you.

@kosua20
Copy link
Owner

kosua20 commented Jul 25, 2020

I'm closing this one due to the solution regarding #51, but thank you for this alternative suggestion!

@kosua20 kosua20 closed this as completed Jul 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants