Разлика между версии на „Как се вмъква видео“
Направо към навигацията
Направо към търсенето
| Ред 8: | Ред 8: | ||
Media file as external URL | Media file as external URL | ||
| − | <html5media>http://yoursite.com/example.mp4</html5media> | + | <html5media>http://yoursite.com/example.mp4</html5media> |
Media file previously uploaded to wiki | Media file previously uploaded to wiki | ||
| − | <html5media>File:Example.mp4</html5media> | + | <html5media>File:Example.mp4</html5media> |
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. | 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. | ||
Версия от 19:15, 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.