[xiph-commits] r18844 - websites/xiph.org/video
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Tue Feb 26 03:06:33 PST 2013
Author: xiphmont
Date: 2013-02-26 03:06:33 -0800 (Tue, 26 Feb 2013)
New Revision: 18844
Modified:
websites/xiph.org/video/atom-feed.xml
websites/xiph.org/video/index.shtml.en
websites/xiph.org/video/vid1.shtml
Log:
Update the video index, link vid2
Modified: websites/xiph.org/video/atom-feed.xml
===================================================================
--- websites/xiph.org/video/atom-feed.xml 2013-02-26 07:08:57 UTC (rev 18843)
+++ websites/xiph.org/video/atom-feed.xml 2013-02-26 11:06:33 UTC (rev 18844)
@@ -1,21 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>video.xiph.org</title>
- <subtitle>a blog about startups and code</subtitle>
+ <subtitle>Xiph.Org's video series about digital media</subtitle>
<link rel="alternate" type="text/html" href="http://video.xiph.org/" />
<link rel="self" type="application/atom+xml" href="http://video.xiph.org/atom-feed.xml" />
<id>http://video.xiph.org/atom-feed.xml</id>
- <updated>2013-02-24T23:40:46Z</updated>
+ <updated>2013-02-26T09:40:46Z</updated>
+
<entry>
- <title>Episode 1: A Digital Media Primer for Geeks</title>
+ <title>Episode 01: A Digital Media Primer for Geeks</title>
<link rel="alternate" type="text/html" href="/vid1.shtml" />
<id>tag:video.xiph.org,2013:/vid1.shtml</id>
<updated>2013-02-24T23:40:46Z</updated>
<author>
- <name>Xiph.org</name>
+ <name>Xiph.Org</name>
</author>
<summary type="html"><![CDATA[
@@ -42,4 +43,40 @@
]]>
</summary>
</entry>
+
+ <entry>
+ <title>Episode 02: Digital Show & Tell</title>
+ <link rel="alternate" type="text/html" href="/vid2.shtml" />
+ <id>tag:video.xiph.org,2013:/vid2.shtml</id>
+ <updated>2013-02-26T09:40:46Z</updated>
+
+ <author>
+ <name>Xiph.Org</name>
+ </author>
+
+ <summary type="html"><![CDATA[
+ <video controls width="640" height="360">
+ <source src="http://downloads.xiph.org/video/Digital_Show_&_Tell-360p.ogv"
+ type="video/ogg">
+ <source src="http://downloads.xiph.org/video/Digital_Show_&_Tell-360p.webm"
+ type="video/webm">
+ </video>
+ <p>
+ Continuing the "firehose" tradition of maximum information density, Xiph.Org's
+ second video on digital media explores multiple facets of digital
+ audio signals and how they <i>really</i> behave in the real
+ world.
+ </p>
+ <p>
+ Demonstrations of sampling, quantization, bit-depth, and dither
+ explore digital audio behavior on real audio equipment using
+ both modern digital analysis and vintage analog bench
+ equipment... just in case we can't trust those newfangled
+ digital gizmos. You can also download the source code for each
+ demo and try it all for yourself!
+ </p>
+ ]]>
+ </summary>
+ </entry>
+
</feed>
Modified: websites/xiph.org/video/index.shtml.en
===================================================================
--- websites/xiph.org/video/index.shtml.en 2013-02-26 07:08:57 UTC (rev 18843)
+++ websites/xiph.org/video/index.shtml.en 2013-02-26 11:06:33 UTC (rev 18844)
@@ -81,7 +81,7 @@
self-produced videos to spread techie-level knowledge about digital media as well
as our own work involving new media research.
-<p>We've just completed the first video in what we hope to be a long,
+<p>We've just completed the second video in what we hope to be a long,
fruitful series about the science and engineering of modern
digital media!
@@ -103,7 +103,26 @@
</b>
</div>
<div style="clear: both;"></div>
+
<hr>
+<div>
+<a href="vid2.shtml"><img class="still" src="vid2.jpg"></a>
+<h2><span style="color:red">new!</span> Episode 2: Digital Show & Tell</h2>
+<p>The second video from Xiph.Org explores multiple facets of digital
+ audio signals and how they <i>really</i> behave in the real world.
+ Sampling, quantization, dither, band-limiting, and vintage bench
+ equipment all in one video!
+</p>
+<p>
+ <div class="hlist">
+ <b>
+ <a href="vid2.shtml">Watch (or download) this video</a> |
+ <a href="https://wiki.xiph.org/Digital_Show_and_Tell/Episode_02">Discuss and learn more...</a>
+ </b>
+</div>
+<div style="clear: both;"></div>
+<hr>
+
<!--#include virtual="/ssi/pagebottom.include" -->
Modified: websites/xiph.org/video/vid1.shtml
===================================================================
--- websites/xiph.org/video/vid1.shtml 2013-02-26 07:08:57 UTC (rev 18843)
+++ websites/xiph.org/video/vid1.shtml 2013-02-26 11:06:33 UTC (rev 18844)
@@ -121,7 +121,7 @@
<option file="vid1-it.srt">
Subtitles: Italiano</option>
<option file="vid1-ptbr.srt">
- Subtitles: Português (Brazil)</option>
+ Subtitles: Português</option>
<option file="vid1-ru.srt">
Subtitles: Русский</option>
</select>
More information about the commits
mailing list