From 00efddf19c2d1a5d0e6ea61ac1d2025805657206 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 28 Dec 2020 12:41:35 -0300 Subject: Revert "Use WebM over MKV" This reverts commit 75fe4f08cfe0ec4ffb09235d2e243507a0b2d767. Keep TODOs.org comment, and extend it. --- .ignore | 4 ++-- TODOs.org | 12 +++++++++++- _includes/feed.atom | 2 +- _layouts/post.html | 4 ++-- _plugins/generate-torrent.rb | 2 +- _plugins/linter.rb | 6 +++--- resources/screencasts/2020-12-24-sample-screencast.mkv | 1 + resources/screencasts/2020-12-24-sample-screencast.webm | 1 - 8 files changed, 21 insertions(+), 11 deletions(-) create mode 120000 resources/screencasts/2020-12-24-sample-screencast.mkv delete mode 120000 resources/screencasts/2020-12-24-sample-screencast.webm diff --git a/.ignore b/.ignore index dfd9e7b..cfb0025 100644 --- a/.ignore +++ b/.ignore @@ -1,2 +1,2 @@ -/vendor/ -/locale/ +/vendor/reveal.js/ +/locale/ \ No newline at end of file diff --git a/TODOs.org b/TODOs.org index fe17ea2..a3495a0 100644 --- a/TODOs.org +++ b/TODOs.org @@ -63,11 +63,16 @@ CLOSED: [2020-12-24 jeu. 14:25] :END: - State "DONE" from "TODO" [2020-12-24 jeu. 14:25] - State "TODO" from [2020-12-24 jeu. 11:09] -** CANCELLED Use =.mkv= over =.webm= for embedding subtitles +** DONE Use =.mkv= over =.webm= for embedding subtitles CLOSED: [2020-12-24 jeu. 18:49] :PROPERTIES: :CUSTOM_ID: 6587304c-ee0d-4f40-b046-48de94d00629 :END: +- State "DONE" from "CANCELLED" [2020-12-28 lun. 12:43] \\ + I didn't find the issues with web browsers easier to deal with using WebM files. + I'll keep MKV and investigate further later. + + See also {{{bug(9d75fe3a-b7e5-4cc5-9300-1054c7e981c0)}}}. - State "CANCELLED" from "DONE" [2020-12-28 lun. 11:01] \\ WebM is more web friendly than MKV. Right now there is no support for subtitles, only translated screencasts. @@ -83,6 +88,11 @@ CLOSED: [2020-12-24 jeu. 18:49] :CUSTOM_ID: 8d8a9202-97d4-4c43-b042-15fd5c95da65 :END: - State "TODO" from [2020-12-27 dim. 22:58] +** TODO Fix play of videos with WebTorrent +:PROPERTIES: +:CUSTOM_ID: 9d75fe3a-b7e5-4cc5-9300-1054c7e981c0 +:END: +- State "TODO" from [2020-12-28 lun. 12:44] * Bugs :PROPERTIES: :CUSTOM_ID: bugs diff --git a/_includes/feed.atom b/_includes/feed.atom index 0d1e0a4..f28ef45 100644 --- a/_includes/feed.atom +++ b/_includes/feed.atom @@ -55,7 +55,7 @@ {% if is_audio %} {% elsif is_video %} - + {% endif %} EuAndreh {{ entry.date | date_to_xmlschema }} diff --git a/_layouts/post.html b/_layouts/post.html index cdd9b93..1ba6d6e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -31,12 +31,12 @@ layout: default {% if page.video %} {% if site.flags.direct-video %} {% endif %}