diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-03 10:47:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 23:47:53 +0900 |
commit | f639481a733ab7e23d0302fa68eb723d428bb373 (patch) | |
tree | fee896c90bb09a8a35c293fb6ce3e55bfcbad4e6 /files/ja/web/media | |
parent | 3224fae710c5287f61da7470993d56f956e47927 (diff) | |
download | translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.tar.gz translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.tar.bz2 translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.zip |
remove link 'title' attributes that's just the 'href' (ja, part 5) (#1861)
Diffstat (limited to 'files/ja/web/media')
-rw-r--r-- | files/ja/web/media/dash_adaptive_streaming_for_html_5_video/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/media/dash_adaptive_streaming_for_html_5_video/index.html b/files/ja/web/media/dash_adaptive_streaming_for_html_5_video/index.html index 871d4ef8d2..517c96c23b 100644 --- a/files/ja/web/media/dash_adaptive_streaming_for_html_5_video/index.html +++ b/files/ja/web/media/dash_adaptive_streaming_for_html_5_video/index.html @@ -88,8 +88,8 @@ ffmpeg -i in.video -c:v libvpx-vp9 -keyint_min 150 -g 150 -tile-columns 4 -frame <h2 id="Links" name="Links">リンク</h2> -<p><a href="http://wiki.webmproject.org/adaptive-streaming/webm-dash-specification" title="http://wiki.webmproject.org/adaptive-streaming/webm-dash-specification">WebM DASH Specification at The WebM Project</a></p> +<p><a href="http://wiki.webmproject.org/adaptive-streaming/webm-dash-specification">WebM DASH Specification at The WebM Project</a></p> -<p><a href="http://dashif.org/" title="http://dashif.org/">DASH Industry Forum</a></p> +<p><a href="http://dashif.org/">DASH Industry Forum</a></p> <p><a href="http://wiki.webmproject.org/adaptive-streaming/instructions-to-playback-adaptive-webm-using-dash">WebM project description of how to create DASH files with FFMPEG</a></p> |