Making WordPress.org

Opened 8 weeks ago

Closed 8 weeks ago

#8176 closed defect (bug) (invalid)

Video Block: Unexpected Behavior with Supported and Unsupported Formats

Reported by: blackstar1991's profile blackstar1991 Owned by:
Milestone: Priority: normal
Component: General Keywords:
Cc:

Description

I tested video format support in WordPress 7.0 by generating multiple test videos in different formats.

According to the official documentation for the Video Block:
https://developer.wordpress.org/themes/classic-themes/functionality/media/video/

The supported formats are listed as:

mp4

m4v

webm

ogv

flv

However, during testing I observed the following:

Formats that work (not listed in documentation)

.mov — uploads and plays correctly in both admin and frontend.

Formats that partially work

.avi — uploads, but does not play correctly.

.wmv — uploads, but does not play correctly.

Formats that do not work as expected

.ogv — uploads, but does not display correctly in admin or frontend (although it is listed as supported).

.flv — cannot be uploaded, although it is listed as supported in the documentation.

Questions:

Is it possible to restrict uploads in WordPress so that only fully supported video formats are allowed?

Is there an official way to validate which video formats are fully supported and guaranteed to work correctly with the Video Block?

Is the documentation outdated, or has format support changed in recent versions?

Thank you in advance for clarification.

Change History (1)

#1 @Otto42
8 weeks ago

  • Keywords needs-testing needs-docs removed
  • Resolution set to invalid
  • Status changed from new to closed

This has nothing to do with WordPress meta. If you have an issue with core, then report it to core, or more probably on the forums.

Note: See TracTickets for help on using tickets.