Monday, 10 May 2021

Is there a way to play audio and video separate from each other in the same video

<video id="video1" width="320" height="176" controls="controls">
  <source src="mov_bbb.mp4" type="video/mp4">
  
  <source src="mov_bbb.m4a" type="video/m4a">
  
</video>

I have a silent video and want to add his audio file in the video playback



from Is there a way to play audio and video separate from each other in the same video

No comments:

Post a Comment