+ 4
Videos
Where Can I find Videos for my HTML project
21 Antworten
+ 3
Mr. Google can point the way to find them. Here is one source:
https://sample-videos.com/
+ 3
What is your html project?
What kind of videos?
+ 3
You can try this one: https://www.videvo.net/video/raindrops-in-super-slow-motion/3313/
Code to embed it:
<video id='very-cool-video' controls autoplay="true">
<source src='https://www.videvo.net/video/raindrops-in-super-slow-motion/3313/' type='video/mp4' />
</video>
MDN web docs article with <video> tag use cases and examples: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
+ 3
just right click on video, copy address...
+ 3
It is a link to the pixabay page – not to the video.
Videos end with .mp4, for example.
+ 3
Long press, copy link.
Note the difference between the 2 links.
Does not have the file ending "mp4". Is a landing page of pixabay.
https://pixabay.com/de/videos/wissenschaft-schule-mathematik-5373/
Has the file ending "mp4". Is a video file.
https://cdn.pixabay.com/video/2016/09/21/5373-183629075_medium.mp4
https://sololearn.com/compiler-playground/WpRYUB8J5mDD/?ref=app
+ 2
I can't find the url
+ 2
This is the code:
<video controls>
<source src='https://pixabay.com/de/videos/wale-meer-ozean-meeress%C3%A4ugetiere-147535/' type='video/mp4' />
</video>
+ 2
On smartphone, the links are difficult to get if double-tab or long-click don't open the context menu. 🤔
Edit:
On Android/ Firefox, a long-press worked for me on pixabay.
+ 2
Example from HTML course
<video>
<source src="videofile.mp4"
type="video/mp4">
<source src="videofile.webm"
type="video/webm">
Video not supported
</video>
+ 1
I need license free videos
+ 1
But where Is the URL
+ 1
The code is not working
+ 1
Is there a way to become the URL from Pixabay videos?
+ 1
And on a Smartphone?
+ 1
But why is my code with the Link not working?
+ 1
Can you give me an example code with a video?
+ 1
But with a Real video?
+ 1
a real video 's url will end eith .mp4 or .webm or the like, just like in the example.
+ 1
I can't become the URL from Pixabay videos but thanks