[gnome-getting-started-docs] selected format wouldn't mux audio :(



commit 103da672209b2c6fdcb56bb9836966af25a436e5
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Nov 8 15:13:22 2012 +0100

    selected format wouldn't mux audio :(

 animation/gnome-change-wallpaper.blend       |  Bin 1478804 -> 1480932 bytes
 animation/gnome-change-wallpaper.py          |    2 +-
 animation/gnome-launching-applications.blend |  Bin 1683356 -> 1685484 bytes
 animation/gnome-launching-applications.py    |    2 +-
 animation/gnome-responding-to-messages.blend |  Bin 2187224 -> 2189352 bytes
 animation/gnome-responding-to-messages.py    |    2 +-
 animation/gnome-task-switching.blend         |  Bin 2606580 -> 2608988 bytes
 animation/gnome-task-switching.py            |    2 +-
 animation/gnome-yelp-intro.blend             |  Bin 1536788 -> 1535404 bytes
 animation/gnome-yelp-intro.py                |    2 +-
 10 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/animation/gnome-change-wallpaper.blend b/animation/gnome-change-wallpaper.blend
index 2cd7809..d0c36ac 100644
Binary files a/animation/gnome-change-wallpaper.blend and b/animation/gnome-change-wallpaper.blend differ
diff --git a/animation/gnome-change-wallpaper.py b/animation/gnome-change-wallpaper.py
index b9bad21..bcba174 100644
--- a/animation/gnome-change-wallpaper.py
+++ b/animation/gnome-change-wallpaper.py
@@ -14,7 +14,7 @@ def render(lang):
   else:
     print('already rendered',bpy.context.scene.render.frame_path())
   transcodepath = "../getting-started/" + lang + "/figures/"
-  regexobj = re.search(r"^(.*\/)(.*)-(\d*)-(\d*)(\.mp4)$", bpy.context.scene.render.frame_path())
+  regexobj = re.search(r"^(.*\/)(.*)-(\d*)-(\d*)(\.avi)$", bpy.context.scene.render.frame_path())
   webmfile = regexobj.group(2) + ".webm"
   transcodecmd = "ffmpeg -y -i " + bpy.context.scene.render.frame_path() + " -b:v 8000k " + transcodepath + webmfile
   if (not os.path.isfile(transcodepath+webmfile)):
diff --git a/animation/gnome-launching-applications.blend b/animation/gnome-launching-applications.blend
index 765b5a4..cc2ab05 100644
Binary files a/animation/gnome-launching-applications.blend and b/animation/gnome-launching-applications.blend differ
diff --git a/animation/gnome-launching-applications.py b/animation/gnome-launching-applications.py
index 49df444..32363a8 100644
--- a/animation/gnome-launching-applications.py
+++ b/animation/gnome-launching-applications.py
@@ -25,7 +25,7 @@ def render(lang):
   else:
     print('already rendered')
   transcodepath = "../getting-started/" + lang + "/figures/"
-  regexobj = re.search(r"^(.*\/)(.*)-(\d*)-(\d*)(\.mp4)$", bpy.context.scene.render.frame_path())
+  regexobj = re.search(r"^(.*\/)(.*)-(\d*)-(\d*)(\.avi)$", bpy.context.scene.render.frame_path())
   webmfile = regexobj.group(2) + ".webm"
   transcodecmd = "ffmpeg -y -i " + bpy.context.scene.render.frame_path() + " -b:v 8000k " + transcodepath + webmfile
   if (not os.path.isfile(transcodepath+webmfile)):
diff --git a/animation/gnome-responding-to-messages.blend b/animation/gnome-responding-to-messages.blend
index fec3643..52df27f 100644
Binary files a/animation/gnome-responding-to-messages.blend and b/animation/gnome-responding-to-messages.blend differ
diff --git a/animation/gnome-responding-to-messages.py b/animation/gnome-responding-to-messages.py
index 6a1d0c4..1c4bdf5 100644
--- a/animation/gnome-responding-to-messages.py
+++ b/animation/gnome-responding-to-messages.py
@@ -30,7 +30,7 @@ def render(lang):
   else:
     print('already rendered')
   transcodepath = "../getting-started/" + lang + "/figures/"
-  regexobj = re.search(r"^(.*\/)(.*)-(\d*)-(\d*)(\.mp4)$", bpy.context.scene.render.frame_path())
+  regexobj = re.search(r"^(.*\/)(.*)-(\d*)-(\d*)(\.avi)$", bpy.context.scene.render.frame_path())
   webmfile = regexobj.group(2) + ".webm"
   transcodecmd = "ffmpeg -y -i " + bpy.context.scene.render.frame_path() + " -b:v 8000k " + transcodepath + webmfile
   if (not os.path.isfile(transcodepath+webmfile)):
diff --git a/animation/gnome-task-switching.blend b/animation/gnome-task-switching.blend
index bfcdcb9..3c94e7b 100644
Binary files a/animation/gnome-task-switching.blend and b/animation/gnome-task-switching.blend differ
diff --git a/animation/gnome-task-switching.py b/animation/gnome-task-switching.py
index 1d7d307..588b082 100644
--- a/animation/gnome-task-switching.py
+++ b/animation/gnome-task-switching.py
@@ -24,7 +24,7 @@ def render(lang):
   else:
     print('already rendered')
   transcodepath = "../getting-started/" + lang + "/figures/"
-  regexobj = re.search(r"^(.*\/)(.*)-(\d*)-(\d*)(\.mp4)$", bpy.context.scene.render.frame_path())
+  regexobj = re.search(r"^(.*\/)(.*)-(\d*)-(\d*)(\.avi)$", bpy.context.scene.render.frame_path())
   webmfile = regexobj.group(2) + ".webm"
   transcodecmd = "ffmpeg -y -i " + bpy.context.scene.render.frame_path() + " -b:v 8000k " + transcodepath + webmfile
   if (not os.path.isfile(transcodepath+webmfile)):
diff --git a/animation/gnome-yelp-intro.blend b/animation/gnome-yelp-intro.blend
index c37f6f3..6a99114 100644
Binary files a/animation/gnome-yelp-intro.blend and b/animation/gnome-yelp-intro.blend differ
diff --git a/animation/gnome-yelp-intro.py b/animation/gnome-yelp-intro.py
index b91a325..1307979 100644
--- a/animation/gnome-yelp-intro.py
+++ b/animation/gnome-yelp-intro.py
@@ -14,7 +14,7 @@ def render(lang):
   else:
     print('already rendered')
   transcodepath = "../getting-started/" + lang + "/figures/"
-  regexobj = re.search(r"^(.*\/)(.*)-(\d*)-(\d*)(\.mp4)$", bpy.context.scene.render.frame_path())
+  regexobj = re.search(r"^(.*\/)(.*)-(\d*)-(\d*)(\.avi)$", bpy.context.scene.render.frame_path())
   webmfile = regexobj.group(2) + ".webm"
   transcodecmd = "ffmpeg -y -i " + bpy.context.scene.render.frame_path() + " -b:v 8000k " + transcodepath + webmfile
   if (not os.path.isfile(transcodepath+webmfile)):



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