Разлика между версии на „Как се вмъква видео“

От Администрация и управление
Направо към навигацията Направо към търсенето
(Нова страница: Има няколко различни подхода за вмъкване на видео (или аудио) в статия. ==Html5mediator== Audio: .mp3...)
 
Ред 2: Ред 2:
  
 
==Html5mediator==
 
==Html5mediator==
    Audio:
+
Audio: .mp3 .ogg
        .mp3
+
Video: .mp4 (H.264) .webm (VP8) .mov (H.264 only) .ogv
        .ogg
 
    Video:
 
        .mp4 (H.264)
 
        .webm (VP8)
 
        .mov (H.264 only)
 
        .ogv
 
 
 
  
 
Html5mediator can be used in two ways:
 
Html5mediator can be used in two ways:

Версия от 19:14, 22 август 2013

Има няколко различни подхода за вмъкване на видео (или аудио) в статия.

Html5mediator

Audio: .mp3 .ogg Video: .mp4 (H.264) .webm (VP8) .mov (H.264 only) .ogv

Html5mediator can be used in two ways: Media file as external URL

Media file previously uploaded to wiki

Html5mediator: error loading file:"Example.mp4"

Html5mediator automatically figures out whether your file is an audio file or a video file based on the extension, so there is no need to specify the nature of your file a priori. As of version 0.1, you cannot set a custom video height or width; this functionality is planned for the 0.2 release. If there's enough demand for it, YouTube (et cetera) embedding will also be considered.