python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Target video source in HTML with JavaScript
My video is not playing after editing the source via JavaScript, can you help me with that?
HTML : <video class="background-video" controls muted loop autoplay>
<source id=&q...
user18194401
Votes: 0
Answers: 2
Random background video on page load with html/js
Is worked my way through all responses but i just can't get my head around how to make this work.
I want to have a selection of 4 background videos which random on load.
So far, this is what i got.
...
user18194401
Votes: 0
Answers: 1
Safari 15.3 (Desktop) and WebM inline autoplay video playback Issues
A simple WebM video with the autoplay attribute set does not seem to play correctly in Safari 15.3:
<video autoplay muted playsinline controls>
<source src="https://www.homepage-helden.d...
Paul-Siteway
Votes: 0
Answers: 0
What does "[0:v:0]pad=(iw*2)+10:ih[bg]; [bg][1:v:0]overlay=w" do?
in:
ffmpeg -i vidyo4_noltr.h264 -i vidyo4_altr.h264 -filter_complex "[0:v:0]pad=(iw*2)+10:ih[bg]; [bg][1:v:0]overlay=w" output.h264
What does "[0:v:0]pad=(iw*2)+10:ih[bg]; [bg][1:v:0]ov...
to59
Votes: 0
Answers: 0