From 75fe4f08cfe0ec4ffb09235d2e243507a0b2d767 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 28 Dec 2020 11:05:02 -0300 Subject: Use WebM over MKV --- .ignore | 4 ++-- TODOs.org | 5 ++++- _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, 14 insertions(+), 11 deletions(-) delete mode 120000 resources/screencasts/2020-12-24-sample-screencast.mkv create mode 120000 resources/screencasts/2020-12-24-sample-screencast.webm diff --git a/.ignore b/.ignore index cfb0025..dfd9e7b 100644 --- a/.ignore +++ b/.ignore @@ -1,2 +1,2 @@ -/vendor/reveal.js/ -/locale/ \ No newline at end of file +/vendor/ +/locale/ diff --git a/TODOs.org b/TODOs.org index cb8f592..fe17ea2 100644 --- a/TODOs.org +++ b/TODOs.org @@ -63,11 +63,14 @@ 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] -** DONE Use =.mkv= over =.webm= for embedding subtitles +** CANCELLED Use =.mkv= over =.webm= for embedding subtitles CLOSED: [2020-12-24 jeu. 18:49] :PROPERTIES: :CUSTOM_ID: 6587304c-ee0d-4f40-b046-48de94d00629 :END: +- 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. - State "DONE" from "TODO" [2020-12-24 jeu. 18:49] - State "TODO" from [2020-12-24 jeu. 13:15] ** TODO Make media path the same as the show notes path diff --git a/_includes/feed.atom b/_includes/feed.atom index f28ef45..0d1e0a4 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 1ba6d6e..cdd9b93 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -31,12 +31,12 @@ layout: default {% if page.video %} {% if site.flags.direct-video %} {% endif %}