search
HomeWeb Front-endHTML TutorialAnalyze the reason why the MP4 video in the video tag in the H5 web page cannot be played

Today a friend asked me: Why can the MP4 video I recorded can be played locally but cannot be played normally using the video multimedia playback tag of html5, with only a progress bar and no image displayed? At that time, I was also curious about whether MP4 videos could be played using the video tag. I used it often. After all, we are good friends, so I went to check the problem myself. I came to the conclusion that it was actually a video encoding problem. Although the format They are all MP4, but HTML only supports H.264 encoding format, so I have no choice but to re-convert the encoding.

In order to avoid everyone encountering the same problem, I will give you some knowledge about html5 about the <video></video> tag:

When using the html4 protocol When we want to play a video on the website, we need to use flash to play it, or use an embedded page to achieve it. For html5, these two methods are very inconvenient because of an awesome appears. The function of this tag is to allow multimedia files to be played easily on web pages. Playing a video in

html only requires one tag:

##Although there is a lot less code, the functions are very sound. This is one of the highlights of html5 Bar!

About the video formats and encodings supported by the

  • MP4 = MPEG 4 file using H264 video codec and AACAudioCodes

  • WebM = WebM files use the VP8 video codec and Vorbis audio codec

  • Ogg = Ogg files use Theora video codec and Vorbis audio codec

Through the above information, we will find that there are only h264-encoded MP4 videos (MPEG-LA company) and VP8-encoded webm format videos (Google company) and Theora-encoded ogg format video (iTouch development) can support the html5

What if the browser does not support the video tag?

For exampleIE browserThere are also old versions of browsers that do not support html5 very well. What should we do when users use these browsers to open our web pages with videos? ?

We can write the code like this:

In this way, in a browser that does not support html5, it will prompt "Your browser does not support playing this video!"!

About the extended parameter description of the video tag:

The video element allows multiple source elements. The source element can link different video files. The browser will use the first recognized format, so we only need to prepare a few more videos in different formats.

Usage:

  1. ##
  2. ##"movie.ogg"

    type="video/ ogg">

    ##"movie.mp4"
  3. type=

    "video/mp4">

    Your browser does not support this video format.
  1. autoplay: The presence of this attribute means that the video will automatically play after it is ready. Usage: autoplay="autoplay"

  2. controls : The appearance of this attribute means that controls are displayed to the user, such as the playback button, etc. Usage: controls="controls"

  3. height: setting Height width: Set the width

  4. loop: Automatic replay, usage: loop="loop"

  5. preload: The video is loaded when the page loads And prepare to play, usage: preload="auto" - load the entire video when the page is loaded; preload="meta" - only load metadata after the page is loaded; preload="none" - do not load when the page is loaded video. Note: If autoplay is used, preload is ignored

  6. #src: URL to play the video

About tag here. I believe everyone already has a deep understanding of this tag!

【Related recommendations】

1.html/css free video tutorial

2. Teach you how to use HTML5 audio and Video

3. Teach you how to enhance the compatibility of video tags in H5 in browsers

4. Detailed explanation of HTML5 video display standards

5. Brief description of the parameters and attributes of the

The above is the detailed content of Analyze the reason why the MP4 video in the video tag in the H5 web page cannot be played. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
HTML: Is It a Programming Language or Something Else?HTML: Is It a Programming Language or Something Else?Apr 15, 2025 am 12:13 AM

HTMLisnotaprogramminglanguage;itisamarkuplanguage.1)HTMLstructuresandformatswebcontentusingtags.2)ItworkswithCSSforstylingandJavaScriptforinteractivity,enhancingwebdevelopment.

HTML: Building the Structure of Web PagesHTML: Building the Structure of Web PagesApr 14, 2025 am 12:14 AM

HTML is the cornerstone of building web page structure. 1. HTML defines the content structure and semantics, and uses, etc. tags. 2. Provide semantic markers, such as, etc., to improve SEO effect. 3. To realize user interaction through tags, pay attention to form verification. 4. Use advanced elements such as, combined with JavaScript to achieve dynamic effects. 5. Common errors include unclosed labels and unquoted attribute values, and verification tools are required. 6. Optimization strategies include reducing HTTP requests, compressing HTML, using semantic tags, etc.

From Text to Websites: The Power of HTMLFrom Text to Websites: The Power of HTMLApr 13, 2025 am 12:07 AM

HTML is a language used to build web pages, defining web page structure and content through tags and attributes. 1) HTML organizes document structure through tags, such as,. 2) The browser parses HTML to build the DOM and renders the web page. 3) New features of HTML5, such as, enhance multimedia functions. 4) Common errors include unclosed labels and unquoted attribute values. 5) Optimization suggestions include using semantic tags and reducing file size.

Understanding HTML, CSS, and JavaScript: A Beginner's GuideUnderstanding HTML, CSS, and JavaScript: A Beginner's GuideApr 12, 2025 am 12:02 AM

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

The Role of HTML: Structuring Web ContentThe Role of HTML: Structuring Web ContentApr 11, 2025 am 12:12 AM

The role of HTML is to define the structure and content of a web page through tags and attributes. 1. HTML organizes content through tags such as , making it easy to read and understand. 2. Use semantic tags such as, etc. to enhance accessibility and SEO. 3. Optimizing HTML code can improve web page loading speed and user experience.

HTML and Code: A Closer Look at the TerminologyHTML and Code: A Closer Look at the TerminologyApr 10, 2025 am 09:28 AM

HTMLisaspecifictypeofcodefocusedonstructuringwebcontent,while"code"broadlyincludeslanguageslikeJavaScriptandPythonforfunctionality.1)HTMLdefineswebpagestructureusingtags.2)"Code"encompassesawiderrangeoflanguagesforlogicandinteract

HTML, CSS, and JavaScript: Essential Tools for Web DevelopersHTML, CSS, and JavaScript: Essential Tools for Web DevelopersApr 09, 2025 am 12:12 AM

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

The Roles of HTML, CSS, and JavaScript: Core ResponsibilitiesThe Roles of HTML, CSS, and JavaScript: Core ResponsibilitiesApr 08, 2025 pm 07:05 PM

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version