You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am now using @revideo/player to provide a video previewer for the users.
I want the user be able to download the video, currently I use MediaRecorder to record from canvas and use ffmpeg.wasm to merge mp3 and mp4, but because of #290 , the sound and vision are not sync, sound is always quicker.
My thought is to record audio from @revideo/player directly, however after review and seek from source code, I try to use MediaRecord to record from <revideo-player>.player.audio.context but not success, and could not find how the audioContext plays the audio.
Could you help?
The text was updated successfully, but these errors were encountered:
I am now using @revideo/player to provide a video previewer for the users.
I want the user be able to download the video, currently I use MediaRecorder to record from
canvas
and use ffmpeg.wasm to merge mp3 and mp4, but because of #290 , the sound and vision are not sync, sound is always quicker.My thought is to record audio from @revideo/player directly, however after review and seek from source code, I try to use MediaRecord to record from
<revideo-player>.player.audio.context
but not success, and could not find how the audioContext plays the audio.Could you help?
The text was updated successfully, but these errors were encountered: