diff options
author | Leo Vivier <zaeph@zaeph.net> | 2022-09-29 20:23:22 +0200 |
---|---|---|
committer | Leo Vivier <zaeph@zaeph.net> | 2022-09-29 20:23:40 +0200 |
commit | 28a188215b85a6eb94149c3776d29175fdde6ff5 (patch) | |
tree | 9c72231e43764395ea1033f14331cf5e2f605cba | |
parent | 18cd1a172542b57116097c77f0c68d06919b67bc (diff) | |
download | emacsconf-wiki-28a188215b85a6eb94149c3776d29175fdde6ff5.tar.xz emacsconf-wiki-28a188215b85a6eb94149c3776d29175fdde6ff5.zip |
Remove old comment but revive link to webm
Diffstat (limited to '')
-rw-r--r-- | 2022/prepare.md | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/2022/prepare.md b/2022/prepare.md index 7a95c14f..15e655a7 100644 --- a/2022/prepare.md +++ b/2022/prepare.md @@ -97,23 +97,18 @@ your video recordings: Per GNU Project’s [Guide to Formats](//audio-video.gnu.org/docs/formatguide.html), we prefer to receive prerecorded videos in formats unencumbered by software patents, -such as `video/webm` (WebM-encoded video files, with `.webm` file -extension) and `video/ogg` (video files encoded with the Theora video -codec, encapsulated in an Ogg transport layer, with `.ogg` or `.ogv` -file extension). However, if for one reason or another you are unable -to send us your prerecorded video in one of the above formats, you may -submit them in other common formats, like MPEG-4 (`.mp4`), and we will -convert them to our preferred formats on your behalf. +such as `video/webm` ([WebM](https://www.webmproject.org/)-encoded video +files, with `.webm` file extension) and `video/ogg` (video files encoded +with the Theora video codec, encapsulated in an Ogg transport layer, +with `.ogg` or `.ogv` file extension). However, if for one reason or +another you are unable to send us your prerecorded video in one of the +above formats, you may submit them in other common formats, like MPEG-4 +(`.mp4`), and we will convert them to our preferred formats on your +behalf. *Prepare recorded video in 720p (1280px by 720px) or higher, in the WebM format if possible.* -> The conference broadcast will most likely be in -> [720p](https://en.wikipedia.org/wiki/720p) (1280px x 720px, -> progressive) using the [WebM](https://www.webmproject.org/) video -> format. The closer to this format submitted video files arrive in, -> the easier it will be to process and upload them. - # Compression If you would like to compress your video before uploading, the following shell script may be useful: |