-
Notifications
You must be signed in to change notification settings - Fork 116
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
concat source audio #4
Comments
I was wondering if there was any update on this? As this library wont work if it doesn't crossfade the audio with the transitions because that makes up 50% of the video. Thanks :) |
@CreativeBuilds PRs are welcome 😄 Otherwise, a workaround is available here: #24 |
That work around is a CLI example, I'm not sure how I would be able to accomplish that directly in Node. Could you provide a sample/sudo code of it? |
@transitive-bullshit : I've got something that concats audio - but no cross-fade effect. |
Moar plz? |
Currently, we only support concatenating videos with a single audio track specified for the output. We should support concatenating the input audio streams as well, defaulting to a cross-fade between audio streams during transitions.
The text was updated successfully, but these errors were encountered: