이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WebVTT

설명

Creates any number of HTML5 elements for uploaded WebVTT files for videos displayed using the [playlist] and [video] shortcodes.

The uploaded WebVTT file names must follow this convention to be recognized:
+ + + + + ‘.vtt’

With each value described as:

  • <video file name> The base file name of the video file (without it’s extension).
  • <separator> A normalized single character separator typically a dash - to match the WordPress name normalization pattern.
  • <WebVTT track kind> The kind of text track. The kind is defined by the HTML5 specification and may be one of:
    • captions
    • chapters
    • descriptions
    • metadata
    • subtitles
  • <separator> (defined above)
  • <language code> The language of the track text data. This is a lower case 2 character code that represents the language only part of a full BCP 47 language tag. Here’s a listing of available language codes for reference.
  • '.vtt' The recognized standard file extension for WebVTT files.

As an example, a video file named 'my-video.mp4' would be able to leverage uploaded track files named:

  • 'my-video-chapters-en.vtt' to add English chapters
  • 'my-video-subtitles-en.vtt' to add English subtitles
  • 'my-video-subtitles-es.vtt' to add Spanish subtitles

스크린샷

  • Upload video and associated VTT files following the naming convention.
  • Video being displayed using the [video] shortcode with the VTT tracks available.
  • Video and VTT attachments display reference links on media library and edit pages.
  • Localization support on all screens.

설치

  1. Upload entire webvtt directory to /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Upload new or see existing VTT files with the correct naming convention become available to HTML5 videos displayed using the [video] shortcode

FAQ

Installation Instructions
  1. Upload entire webvtt directory to /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Upload new or see existing VTT files with the correct naming convention become available to HTML5 videos displayed using the [video] shortcode
Why aren’t my VTT files available with my video?

The uploaded WebVTT file names must follow this convention to be recognized:
+ + + + + ‘.vtt’

This avoids:

  • the need for a settings page
  • extra meta data fields and trying to keep these in sync
  • having to re-upload a video when a VTT file is changed or updated

Please see the Description section for a full explanation of the VTT file name format.

후기

모든 1 평가 읽기

기여자 & 개발자

“WebVTT”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WebVTT”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3.2

2016-08-28

  • FIX: Removed unneeded empty() calls.

1.3.1

2016-08-28

  • FIX: Updated usage of empty() to be compatible with PHP versions prior to 5.5.

1.3.0

2016-08-27

  • NEW: VTTs will now show up when using the [playlist] shortcode.
  • FIX: Sanitize video name when querying for VTTs.
  • FIX: Retrieve vide name from URL with query parameters.

Props @leocaseiro.

1.2.0

2015-08-30

  • NEW: Added POT and first translation (Spanish).
  • NEW: Added screenshots of media library and localization support.
  • FIX: Better attachment metadata localization handling in media library view.

1.1.0

2015-08-29

  • NEW: Links between video and VTTs are shown in the media library and on edit pages.
  • NEW: Improved VTT query performance and results can now be cached.
  • NEW: Filter by Video tracks in media library to show only VTT attachments.
  • NEW: Using classes plugin boilerplate.
  • FIX: Cleaned up PHPCS WordPress standard sniffs.

1.0.1

2015-08-19

  • NEW: Added Screen shots and filled in more readme sections.
  • FIX: Corrected .vtt file names in examples.

1.0.0

Initial release.