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

Audio support #28

Closed
JonnyBurger opened this issue Feb 9, 2021 · 9 comments
Closed

Audio support #28

JonnyBurger opened this issue Feb 9, 2021 · 9 comments

Comments

@JonnyBurger
Copy link
Member

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.

@nandorojo
Copy link
Contributor

@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?

@JonnyBurger
Copy link
Member Author

@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.
The best way to achieve this and still stay completely programmatic is to use the ytdl CLI application to first download the video, and then use it locally. This will definitely work!

@nandorojo
Copy link
Contributor

Got it, downloading it makes much more sense.

@xavijam
Copy link

xavijam commented Apr 6, 2021

It is likely a crazy and non-sense idea, but would it support something like this?

@JonnyBurger
Copy link
Member Author

@xavijam Not quite, I researched it and there is no way to render an audio generated by SpeechSynthesis to an audio tag or to save it. It's a feature that browsers are lacking at the moment.

However, using something like Google Cloud Speech to Text, I'm confident it works!

@xavijam
Copy link

xavijam commented Apr 6, 2021

That's fantastic, thank you!

@JonnyBurger
Copy link
Member Author

Released in 2.0!

https://remotion.dev/blog/2-0

@JonnyBurger JonnyBurger unpinned this issue Apr 16, 2021
@deeayeen
Copy link

@JonnyBurger is SpeechSynthesis still unusable in Remotion?

@JonnyBurger
Copy link
Member Author

@deeayeen It still is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants