[wp-trac] [WordPress Trac] #47597: Feature request to Video Block. Allow to specify alternative video formats when uploading media elements.

WordPress Trac noreply at wordpress.org
Wed Jun 26 18:37:37 UTC 2019


#47597: Feature request to Video Block. Allow to specify alternative video formats
when uploading media elements.
-----------------------------+------------------------------
 Reporter:  cflornet         |       Owner:  (none)
     Type:  feature request  |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Media            |     Version:  5.2.2
 Severity:  normal           |  Resolution:
 Keywords:                   |     Focuses:
-----------------------------+------------------------------
Changes (by SergeyBiryukov):

 * component:  Upload => Media


Old description:

> Hi,
>
> I have a feature to suggest to the video block: to add alternate video
> formats.
> As it is with shortcodes: [video webm="video.webm" mp4="video.mp4"] or
> some themes or html5:
>
>  <video controls>
>   <source src="movie.webm" type="video/webm">
>   <source src="movie.mp4" type="video/mp4">
>  </video>
>
> Something like this:
> <!-- wp:video {"id":0001} -->
> <figure class="wp-block-video"><video controls src="video.webm"
> src="video.mp4"></video></figure>
> <!-- /wp:video -->
>
>  Thanks for your work!

New description:

 Hi,

 I have a feature to suggest to the video block: to add alternate video
 formats.
 As it is with shortcodes: `[video webm="video.webm" mp4="video.mp4"]` or
 some themes or html5:
 {{{
  <video controls>
   <source src="movie.webm" type="video/webm">
   <source src="movie.mp4" type="video/mp4">
  </video>
 }}}
 Something like this:
 {{{
 <!-- wp:video {"id":0001} -->
 <figure class="wp-block-video"><video controls src="video.webm"
 src="video.mp4"></video></figure>
 <!-- /wp:video -->
 }}}

 Thanks for your work!

--

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/47597#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list