summaryrefslogtreecommitdiffstats
path: root/2022/organizers-notebook/index.org
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-12-09 21:42:01 -0500
committerSacha Chua <sacha@sachachua.com>2022-12-09 21:42:01 -0500
commit469061995a82f2fb458d249679c9e8413e822cf0 (patch)
treef59b1c25b2d661725f7b208c6db648bd2837253b /2022/organizers-notebook/index.org
parent7f881ead8fd9237a1871d2633e9b22e8bb177ed8 (diff)
downloademacsconf-wiki-469061995a82f2fb458d249679c9e8413e822cf0.tar.xz
emacsconf-wiki-469061995a82f2fb458d249679c9e8413e822cf0.zip
Automated commit
Diffstat (limited to '2022/organizers-notebook/index.org')
-rw-r--r--2022/organizers-notebook/index.org10
1 files changed, 8 insertions, 2 deletions
diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org
index 423a20f9..8b127266 100644
--- a/2022/organizers-notebook/index.org
+++ b/2022/organizers-notebook/index.org
@@ -1056,12 +1056,12 @@ CLOCK: [2022-11-23 Wed 21:52]--[2022-11-23 Wed 22:57] => 1:05
(when (and
(file-exists-p
(expand-file-name
- (concat (plist-get o :video-slug) "--final.webm")
+ (concat (plist-get o :video-slug) "--main.webm")
emacsconf-cache-dir))
(null (plist-get o :toobnix-url)))
(format "node dist/server/tools/peertube.js upload -f %s -n %s -l 2 -c 15 -P 2 -t emacs,emacsconf -L en -C emacsconf -d %s"
(expand-file-name
- (concat (plist-get o :video-slug) "--final.webm")
+ (concat (plist-get o :video-slug) "--main.webm")
emacsconf-cache-dir)
(shell-quote-argument
(concat emacsconf-name " " emacsconf-year ": " (plist-get o :title) " - " (plist-get o :speakers-with-pronouns)))
@@ -1070,6 +1070,7 @@ CLOCK: [2022-11-23 Wed 21:52]--[2022-11-23 Wed 22:57] => 1:05
(emacsconf-get-talk-info))
"\n"))
#+end_src
+
*** DONE Upload the rest of the talks to Toobnix
CLOSED: [2022-12-06 Tue 10:32]
*** DONE Add Toobnix talks to a playlist
@@ -2210,6 +2211,11 @@ jotaemei@social.coop - @sachac I like this idea of a timezone converter for peop
:END:
https://normconf.com/
+** SOMEDAY Look into properly streaming to YouTube, Toobnix, and 480p
+:PROPERTIES:
+:CREATED: [2022-12-08 Thu 21:27]
+:END:
+
* Things to figure out / decisions to make
:PROPERTIES:
:CUSTOM_ID: decisions