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
How do you create a list in HTML?How do you create a list in HTML?May 06, 2025 am 12:01 AM

TocreatealistinHTML,useforunorderedlistsandfororderedlists:1)Forunorderedlists,wrapitemsinanduseforeachitem,renderingasabulletedlist.2)Fororderedlists,useandfornumberedlists,customizablewiththetypeattributefordifferentnumberingstyles.

HTML in Action: Examples of Website StructureHTML in Action: Examples of Website StructureMay 05, 2025 am 12:03 AM

HTML is used to build websites with clear structure. 1) Use tags such as, and define the website structure. 2) Examples show the structure of blogs and e-commerce websites. 3) Avoid common mistakes such as incorrect label nesting. 4) Optimize performance by reducing HTTP requests and using semantic tags.

How do you insert an image into an HTML page?How do you insert an image into an HTML page?May 04, 2025 am 12:02 AM

ToinsertanimageintoanHTMLpage,usethetagwithsrcandaltattributes.1)UsealttextforaccessibilityandSEO.2)Implementsrcsetforresponsiveimages.3)Applylazyloadingwithloading="lazy"tooptimizeperformance.4)OptimizeimagesusingtoolslikeImageOptimtoreduc

HTML's Purpose: Enabling Web Browsers to Display ContentHTML's Purpose: Enabling Web Browsers to Display ContentMay 03, 2025 am 12:03 AM

The core purpose of HTML is to enable the browser to understand and display web content. 1. HTML defines the web page structure and content through tags, such as, to, etc. 2. HTML5 enhances multimedia support and introduces and tags. 3.HTML provides form elements to support user interaction. 4. Optimizing HTML code can improve web page performance, such as reducing HTTP requests and compressing HTML.

Why are HTML tags important for web development?Why are HTML tags important for web development?May 02, 2025 am 12:03 AM

HTMLtagsareessentialforwebdevelopmentastheystructureandenhancewebpages.1)Theydefinelayout,semantics,andinteractivity.2)SemantictagsimproveaccessibilityandSEO.3)Properuseoftagscanoptimizeperformanceandensurecross-browsercompatibility.

Explain the importance of using consistent coding style for HTML tags and attributes.Explain the importance of using consistent coding style for HTML tags and attributes.May 01, 2025 am 12:01 AM

A consistent HTML encoding style is important because it improves the readability, maintainability and efficiency of the code. 1) Use lowercase tags and attributes, 2) Keep consistent indentation, 3) Select and stick to single or double quotes, 4) Avoid mixing different styles in projects, 5) Use automation tools such as Prettier or ESLint to ensure consistency in styles.

How to implement multi-project carousel in Bootstrap 4?How to implement multi-project carousel in Bootstrap 4?Apr 30, 2025 pm 03:24 PM

Solution to implement multi-project carousel in Bootstrap4 Implementing multi-project carousel in Bootstrap4 is not an easy task. Although Bootstrap...

How does deepseek official website achieve the effect of penetrating mouse scroll event?How does deepseek official website achieve the effect of penetrating mouse scroll event?Apr 30, 2025 pm 03:21 PM

How to achieve the effect of mouse scrolling event penetration? When we browse the web, we often encounter some special interaction designs. For example, on deepseek official 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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development 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.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor