+ 4

Videos

Where Can I find Videos for my HTML project

21st Aug 2024, 3:50 PM
[☢︎RADIOACTIVE☢︎] Jakob
[☢︎RADIOACTIVE☢︎] Jakob - avatar
21 Answers
+ 3
Mr. Google can point the way to find them. Here is one source: https://sample-videos.com/
21st Aug 2024, 6:31 PM
Brian
Brian - avatar
+ 3
What is your html project? What kind of videos?
21st Aug 2024, 3:52 PM
Lisa
Lisa - avatar
+ 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
21st Aug 2024, 6:50 PM
Lazy Dev
Lazy Dev - avatar
+ 3
just right click on video, copy address...
22nd Aug 2024, 10:06 AM
Lisa
Lisa - avatar
+ 3
It is a link to the pixabay page – not to the video. Videos end with .mp4, for example.
22nd Aug 2024, 7:49 PM
Lisa
Lisa - avatar
+ 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
23rd Aug 2024, 1:32 PM
Lisa
Lisa - avatar
+ 2
I can't find the url
21st Aug 2024, 4:20 PM
[☢︎RADIOACTIVE☢︎] Jakob
[☢︎RADIOACTIVE☢︎] Jakob - avatar
+ 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>
22nd Aug 2024, 10:10 AM
[☢︎RADIOACTIVE☢︎] Jakob
[☢︎RADIOACTIVE☢︎] Jakob - avatar
+ 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.
22nd Aug 2024, 4:25 PM
Lisa
Lisa - avatar
+ 2
Example from HTML course <video> <source src="videofile.mp4" type="video/mp4"> <source src="videofile.webm" type="video/webm"> Video not supported </video>
23rd Aug 2024, 8:19 AM
Lisa
Lisa - avatar
+ 1
I need license free videos
21st Aug 2024, 4:20 PM
[☢︎RADIOACTIVE☢︎] Jakob
[☢︎RADIOACTIVE☢︎] Jakob - avatar
+ 1
But where Is the URL
21st Aug 2024, 6:36 PM
[☢︎RADIOACTIVE☢︎] Jakob
[☢︎RADIOACTIVE☢︎] Jakob - avatar
+ 1
The code is not working
21st Aug 2024, 7:22 PM
[☢︎RADIOACTIVE☢︎] Jakob
[☢︎RADIOACTIVE☢︎] Jakob - avatar
+ 1
Is there a way to become the URL from Pixabay videos?
22nd Aug 2024, 9:56 AM
[☢︎RADIOACTIVE☢︎] Jakob
[☢︎RADIOACTIVE☢︎] Jakob - avatar
+ 1
And on a Smartphone?
22nd Aug 2024, 10:07 AM
[☢︎RADIOACTIVE☢︎] Jakob
[☢︎RADIOACTIVE☢︎] Jakob - avatar
+ 1
But why is my code with the Link not working?
22nd Aug 2024, 7:46 PM
[☢︎RADIOACTIVE☢︎] Jakob
[☢︎RADIOACTIVE☢︎] Jakob - avatar
+ 1
Can you give me an example code with a video?
23rd Aug 2024, 8:04 AM
[☢︎RADIOACTIVE☢︎] Jakob
[☢︎RADIOACTIVE☢︎] Jakob - avatar
+ 1
But with a Real video?
23rd Aug 2024, 8:22 AM
[☢︎RADIOACTIVE☢︎] Jakob
[☢︎RADIOACTIVE☢︎] Jakob - avatar
+ 1
a real video 's url will end eith .mp4 or .webm or the like, just like in the example.
23rd Aug 2024, 8:38 AM
Lisa
Lisa - avatar
+ 1
I can't become the URL from Pixabay videos but thanks
23rd Aug 2024, 1:14 PM
[☢︎RADIOACTIVE☢︎] Jakob
[☢︎RADIOACTIVE☢︎] Jakob - avatar