-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Audio support #28
Comments
@JonnyBurger I'm interested in using a youtube video's iFrame in my video. Will it be possible to take the audio from another video and use it here? |
@nandorojo I think we can do a youtube video and sync it with the Remotion frame, but the audio seems to be inaccessible because we need to feed it into the ffmpeg command, so for that we need to download it. Also if we include the YouTube player, we will always have a YouTube watermark which is not so nice. |
Got it, downloading it makes much more sense. |
It is likely a crazy and non-sense idea, but would it support something like this? |
@xavijam Not quite, I researched it and there is no way to render an audio generated by However, using something like Google Cloud Speech to Text, I'm confident it works! |
That's fantastic, thank you! |
Released in 2.0! |
@JonnyBurger is SpeechSynthesis still unusable in Remotion? |
@deeayeen It still is. |
Right now, the Audio does not get rendered in the output.
Ideally you can add as many elements whereever you want, and Remotion will do the composition! Most likely this will use FFMPEG flags to do the composition, but I am not yet 100% sure.
You can subscribe to this issue to follow the progress.
The text was updated successfully, but these errors were encountered: