Disclosure: I work on Sonilo (licensed video-to-music), so this suggestion involves our product.
forge-film's final.mp4 ships silent today. Since the whole pipeline is a DAG, a terminal sink node after the concat step could close the gap: it sends the finished cut to a music model and muxes the returned track. With Sonilo the track is generated from the video itself, so it follows the edits; length matches automatically, and output is licensed and safe for commercial use (terms apply).
Recipe for the general pattern: https://github.com/cindyxu1030/sonilo-video-to-music-cookbook
Would a PR for a node like this be welcome?
Disclosure: I work on Sonilo (licensed video-to-music), so this suggestion involves our product.
forge-film's
final.mp4ships silent today. Since the whole pipeline is a DAG, a terminal sink node after the concat step could close the gap: it sends the finished cut to a music model and muxes the returned track. With Sonilo the track is generated from the video itself, so it follows the edits; length matches automatically, and output is licensed and safe for commercial use (terms apply).Recipe for the general pattern: https://github.com/cindyxu1030/sonilo-video-to-music-cookbook
Would a PR for a node like this be welcome?