[gnome-getting-started-docs] Use transcoded webm files



commit 8d69723f84bc1a96d0ef57403e2607cf485769e4
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Nov 8 17:37:30 2012 +0100

    Use transcoded webm files
    
    - quite a few issues in the task switching video :(

 animation/gnome-launching-applications.py          |    2 +-
 animation/gnome-responding-to-messages.py          |    2 +-
 animation/gnome-task-switching.py                  |    2 +-
 animation/gnome-yelp-intro.py                      |    2 +-
 getting-started/C/change-wallpaper.page            |    2 +-
 getting-started/C/figures/changing-wallpaper.webm  |  Bin 0 -> 2340257 bytes
 getting-started/C/figures/launching-apps.webm      |  Bin 0 -> 4958452 bytes
 .../C/figures/responding-to-messages.webm          |  Bin 0 -> 2963321 bytes
 getting-started/C/figures/task-switching.webm      |  Bin 0 -> 7815583 bytes
 getting-started/C/index.page                       |    4 ++--
 getting-started/C/launch-apps.page                 |    2 +-
 getting-started/C/responding-to-messages.page      |    2 +-
 getting-started/C/switching-tasks.page             |    2 +-
 13 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/animation/gnome-launching-applications.py b/animation/gnome-launching-applications.py
index 32363a8..20b86e9 100644
--- a/animation/gnome-launching-applications.py
+++ b/animation/gnome-launching-applications.py
@@ -1,4 +1,4 @@
-import bpy,os
+import bpy,os,re
 from xml.etree import ElementTree as ET
 
 def typewriteit(scene):
diff --git a/animation/gnome-responding-to-messages.py b/animation/gnome-responding-to-messages.py
index 1c4bdf5..a36d4d6 100644
--- a/animation/gnome-responding-to-messages.py
+++ b/animation/gnome-responding-to-messages.py
@@ -1,4 +1,4 @@
-import bpy,os
+import bpy,os,re
 from xml.etree import ElementTree as ET
 
 def typewriteit(scene):
diff --git a/animation/gnome-task-switching.py b/animation/gnome-task-switching.py
index 588b082..235e94c 100644
--- a/animation/gnome-task-switching.py
+++ b/animation/gnome-task-switching.py
@@ -1,4 +1,4 @@
-import bpy,os
+import bpy,os,re
 from xml.etree import ElementTree as ET
 
 def typewriteit(scene):
diff --git a/animation/gnome-yelp-intro.py b/animation/gnome-yelp-intro.py
index 1307979..82c3594 100644
--- a/animation/gnome-yelp-intro.py
+++ b/animation/gnome-yelp-intro.py
@@ -1,4 +1,4 @@
-import bpy,os
+import bpy,os,re
 from xml.etree import ElementTree as ET
 
 def render(lang):
diff --git a/getting-started/C/change-wallpaper.page b/getting-started/C/change-wallpaper.page
index 3b82810..e470e3d 100644
--- a/getting-started/C/change-wallpaper.page
+++ b/getting-started/C/change-wallpaper.page
@@ -15,6 +15,6 @@
 
   <title>Change the wallpaper</title>
 
-  <media type="video" src="figures/changing-wallpaper-0001-0467.ogg" width="700" height="394"/>
+  <media type="video" src="figures/changing-wallpaper.webm" width="700" height="394"/>
 
 </page>
diff --git a/getting-started/C/figures/changing-wallpaper.webm b/getting-started/C/figures/changing-wallpaper.webm
new file mode 100644
index 0000000..56376ad
Binary files /dev/null and b/getting-started/C/figures/changing-wallpaper.webm differ
diff --git a/getting-started/C/figures/launching-apps.webm b/getting-started/C/figures/launching-apps.webm
new file mode 100644
index 0000000..642b4dd
Binary files /dev/null and b/getting-started/C/figures/launching-apps.webm differ
diff --git a/getting-started/C/figures/responding-to-messages.webm b/getting-started/C/figures/responding-to-messages.webm
new file mode 100644
index 0000000..51550b9
Binary files /dev/null and b/getting-started/C/figures/responding-to-messages.webm differ
diff --git a/getting-started/C/figures/task-switching.webm b/getting-started/C/figures/task-switching.webm
new file mode 100644
index 0000000..f1a4aa8
Binary files /dev/null and b/getting-started/C/figures/task-switching.webm differ
diff --git a/getting-started/C/index.page b/getting-started/C/index.page
index eb15e31..5abe907 100644
--- a/getting-started/C/index.page
+++ b/getting-started/C/index.page
@@ -13,13 +13,13 @@
 <title>Getting Started</title>
 
   <ui:overlay width="235" height="150">
-  <media type="video" src="figures/launching-apps-0001-0718.ogg" width="700" height="394">
+  <media type="video" src="figures/launching-apps.webm" width="700" height="394">
     <ui:thumb src="figures/apps.png"/>
   </media>
   </ui:overlay>
 
   <ui:overlay width="235" height="150">
-  <media type="video" src="figures/task-switching-0001-0734.ogg" width="700" height="394">
+  <media type="video" src="figures/task-switching.webm" width="700" height="394">
     <ui:thumb src="figures/search.png"/>
   </media>
   </ui:overlay>
diff --git a/getting-started/C/launch-apps.page b/getting-started/C/launch-apps.page
index 45e31d1..395f59c 100644
--- a/getting-started/C/launch-apps.page
+++ b/getting-started/C/launch-apps.page
@@ -24,7 +24,7 @@
 
   <title>Launching applications</title>
 
-   <media type="video" src="figures/launching-apps-0001-0718.ogg" width="700" height="394"/>
+   <media type="video" src="figures/launching-apps.webm" width="700" height="394"/>
   
   <section id="launching-apps-mouse">
     <title>Launching applications with the mouse</title>
diff --git a/getting-started/C/responding-to-messages.page b/getting-started/C/responding-to-messages.page
index 0c4133a..82156db 100644
--- a/getting-started/C/responding-to-messages.page
+++ b/getting-started/C/responding-to-messages.page
@@ -14,7 +14,7 @@
 
   <title>Responding to messages</title>
 
-  <media type="video" src="figures/responding-to-messages-0001-0734.ogg" width="700" height="394"/>
+  <media type="video" src="figures/responding-to-messages.webm" width="700" height="394"/>
 
 
 </page>
diff --git a/getting-started/C/switching-tasks.page b/getting-started/C/switching-tasks.page
index 8bf83f4..dfcb718 100644
--- a/getting-started/C/switching-tasks.page
+++ b/getting-started/C/switching-tasks.page
@@ -15,7 +15,7 @@
 
   <title>Switching tasks</title>
 
-  <media type="video" src="figures/task-switching-0001-0734.ogg" width="700" height="394"/>
+  <media type="video" src="figures/task-switching.webm" width="700" height="394"/>
 
   <section id="switching-tasks-overview">
     <title>Switching tasks</title>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]