[gnome-getting-started-docs] most agressive bitrate/size encoding to get the smallest filesize



commit af89fdb17405cbcef57c6632e7c3ffc057f3f44b
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri Jan 25 17:49:23 2013 +0100

    most agressive bitrate/size encoding to get the smallest filesize
    
    - I think this is too much.

 animation/gnome-change-wallpaper.py                |    2 +-
 animation/gnome-launching-applications.py          |    2 +-
 animation/gnome-responding-to-messages.py          |    2 +-
 animation/gnome-task-switching.py                  |    2 +-
 animation/gnome-windows-and-workspaces.py          |    2 +-
 animation/gnome-yelp-intro.py                      |    2 +-
 .../C/figures/gnome-change-wallpaper.webm          |  Bin 1316150 -> 572150 bytes
 .../C/figures/gnome-launching-applications.webm    |  Bin 2852772 -> 871586 bytes
 .../C/figures/gnome-responding-to-messages.webm    |  Bin 3028890 -> 1234281 bytes
 .../C/figures/gnome-task-switching.webm            |  Bin 4608897 -> 1157169 bytes
 .../C/figures/gnome-windows-and-workspaces.webm    |  Bin 8445230 -> 2000758 bytes
 getting-started/C/figures/gnome-yelp-intro.webm    |  Bin 2448151 -> 2525107 bytes
 .../cs/figures/gnome-change-wallpaper.webm         |  Bin 1303048 -> 572334 bytes
 .../cs/figures/gnome-launching-applications.webm   |  Bin 2837933 -> 869746 bytes
 .../cs/figures/gnome-responding-to-messages.webm   |  Bin 2736757 -> 1117448 bytes
 .../cs/figures/gnome-task-switching.webm           |  Bin 4615109 -> 1161322 bytes
 .../cs/figures/gnome-windows-and-workspaces.webm   |  Bin 4656327 -> 1974688 bytes
 getting-started/cs/figures/gnome-yelp-intro.webm   |  Bin 2461601 -> 2490625 bytes
 18 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/animation/gnome-change-wallpaper.py b/animation/gnome-change-wallpaper.py
index cad4b0e..9d8b92c 100644
--- a/animation/gnome-change-wallpaper.py
+++ b/animation/gnome-change-wallpaper.py
@@ -32,7 +32,7 @@ def transcode(lang):
   transcodepath = "../getting-started/%s/figures/" % (lang)
   
   #print(transcodepath,webmfile,sndfile,framepath)
-  transcodecmd = "gst-launch-1.0 webmmux name=mux ! filesink location=\"%s/%s\"    file://%s ! decodebin ! audioconvert ! vorbisenc ! mux.     multifilesrc location=\"%s/%%04d.png\" index=1 caps=\"image/png,framerate=\(fraction\)24/1\" ! pngdec ! videoconvert ! videoscale ! videorate ! vp8enc threads=4 ! mux." % (transcodepath,webmfile,sndfile,framepath)
+  transcodecmd = "gst-launch-1.0 webmmux name=mux ! filesink location=\"%s/%s\"    file://%s ! decodebin ! audioconvert ! vorbisenc bitrate=96000 ! mux.     multifilesrc location=\"%s/%%04d.png\" index=1 caps=\"image/png,framerate=\(fraction\)24/1\" ! pngdec ! videoconvert ! videoscale ! video/x-raw, width=720,height=480 ! videorate ! vp8enc threads=12 target-bitrate=100000 ! mux." % (transcodepath,webmfile,sndfile,framepath)
   if (not os.path.isfile(transcodepath+webmfile)):
     os.system(transcodecmd)
   else:
diff --git a/animation/gnome-launching-applications.py b/animation/gnome-launching-applications.py
index 65cf763..f5549f0 100644
--- a/animation/gnome-launching-applications.py
+++ b/animation/gnome-launching-applications.py
@@ -31,7 +31,7 @@ def transcode(lang):
   transcodepath = "../getting-started/%s/figures/" % (lang)
   
   #print(transcodepath,webmfile,sndfile,framepath)
-  transcodecmd = "gst-launch-1.0 webmmux name=mux ! filesink location=\"%s/%s\"    file://%s ! decodebin ! audioconvert ! vorbisenc ! mux.     multifilesrc location=\"%s/%%04d.png\" index=1 caps=\"image/png,framerate=\(fraction\)24/1\" ! pngdec ! videoconvert ! videoscale ! videorate ! vp8enc threads=4 ! mux." % (transcodepath,webmfile,sndfile,framepath)
+  transcodecmd = "gst-launch-1.0 webmmux name=mux ! filesink location=\"%s/%s\"    file://%s ! decodebin ! audioconvert ! vorbisenc bitrate=96000 ! mux.     multifilesrc location=\"%s/%%04d.png\" index=1 caps=\"image/png,framerate=\(fraction\)24/1\" ! pngdec ! videoconvert ! videoscale ! video/x-raw, width=720,height=480 ! videorate ! vp8enc threads=12 target-bitrate=100000 ! mux." % (transcodepath,webmfile,sndfile,framepath)
   if (not os.path.isfile(transcodepath+webmfile)):
     os.system(transcodecmd)
   else:
diff --git a/animation/gnome-responding-to-messages.py b/animation/gnome-responding-to-messages.py
index 263661e..ef0f51a 100644
--- a/animation/gnome-responding-to-messages.py
+++ b/animation/gnome-responding-to-messages.py
@@ -31,7 +31,7 @@ def transcode(lang):
   transcodepath = "../getting-started/%s/figures/" % (lang)
   
   #print(transcodepath,webmfile,sndfile,framepath)
-  transcodecmd = "gst-launch-1.0 webmmux name=mux ! filesink location=\"%s/%s\"    file://%s ! decodebin ! audioconvert ! vorbisenc ! mux.     multifilesrc location=\"%s/%%04d.png\" index=1 caps=\"image/png,framerate=\(fraction\)24/1\" ! pngdec ! videoconvert ! videoscale ! videorate ! vp8enc threads=4 ! mux." % (transcodepath,webmfile,sndfile,framepath)
+  transcodecmd = "gst-launch-1.0 webmmux name=mux ! filesink location=\"%s/%s\"    file://%s ! decodebin ! audioconvert ! vorbisenc bitrate=96000 ! mux.     multifilesrc location=\"%s/%%04d.png\" index=1 caps=\"image/png,framerate=\(fraction\)24/1\" ! pngdec ! videoconvert ! videoscale ! video/x-raw, width=720,height=480 ! videorate ! vp8enc threads=12 target-bitrate=100000 ! mux." % (transcodepath,webmfile,sndfile,framepath)
   if (not os.path.isfile(transcodepath+webmfile)):
     os.system(transcodecmd)
   else:
diff --git a/animation/gnome-task-switching.py b/animation/gnome-task-switching.py
index d0d0587..078e9ed 100644
--- a/animation/gnome-task-switching.py
+++ b/animation/gnome-task-switching.py
@@ -31,7 +31,7 @@ def transcode(lang):
   transcodepath = "../getting-started/%s/figures/" % (lang)
   
   #print(transcodepath,webmfile,sndfile,framepath)
-  transcodecmd = "gst-launch-1.0 webmmux name=mux ! filesink location=\"%s/%s\"    file://%s ! decodebin ! audioconvert ! vorbisenc ! mux.     multifilesrc location=\"%s/%%04d.png\" index=1 caps=\"image/png,framerate=\(fraction\)24/1\" ! pngdec ! videoconvert ! videoscale ! videorate ! vp8enc threads=4 ! mux." % (transcodepath,webmfile,sndfile,framepath)
+  transcodecmd = "gst-launch-1.0 webmmux name=mux ! filesink location=\"%s/%s\"    file://%s ! decodebin ! audioconvert ! vorbisenc bitrate=96000 ! mux.     multifilesrc location=\"%s/%%04d.png\" index=1 caps=\"image/png,framerate=\(fraction\)24/1\" ! pngdec ! videoconvert ! videoscale ! video/x-raw, width=720,height=480 ! videorate ! vp8enc threads=12 target-bitrate=100000 ! mux." % (transcodepath,webmfile,sndfile,framepath)
   if (not os.path.isfile(transcodepath+webmfile)):
     os.system(transcodecmd)
   else:
diff --git a/animation/gnome-windows-and-workspaces.py b/animation/gnome-windows-and-workspaces.py
index 05e16b2..d1002ca 100644
--- a/animation/gnome-windows-and-workspaces.py
+++ b/animation/gnome-windows-and-workspaces.py
@@ -32,7 +32,7 @@ def transcode(lang):
   transcodepath = "../getting-started/%s/figures/" % (lang)
   
   #print(transcodepath,webmfile,sndfile,framepath)
-  transcodecmd = "gst-launch-1.0 webmmux name=mux ! filesink location=\"%s/%s\"    file://%s ! decodebin ! audioconvert ! vorbisenc ! mux.     multifilesrc location=\"%s/%%04d.png\" index=1 caps=\"image/png,framerate=\(fraction\)24/1\" ! pngdec ! videoconvert ! videoscale ! videorate ! vp8enc threads=4 ! mux." % (transcodepath,webmfile,sndfile,framepath)
+  transcodecmd = "gst-launch-1.0 webmmux name=mux ! filesink location=\"%s/%s\"    file://%s ! decodebin ! audioconvert ! vorbisenc bitrate=96000 ! mux.     multifilesrc location=\"%s/%%04d.png\" index=1 caps=\"image/png,framerate=\(fraction\)24/1\" ! pngdec ! videoconvert ! videoscale ! video/x-raw, width=720,height=480 ! videorate ! vp8enc threads=12 target-bitrate=100000 ! mux." % (transcodepath,webmfile,sndfile,framepath)
   if (not os.path.isfile(transcodepath+webmfile)):
     os.system(transcodecmd)
   else:
diff --git a/animation/gnome-yelp-intro.py b/animation/gnome-yelp-intro.py
index dfc2ae4..4c6f3f0 100644
--- a/animation/gnome-yelp-intro.py
+++ b/animation/gnome-yelp-intro.py
@@ -31,7 +31,7 @@ def transcode(lang):
   transcodepath = "../getting-started/%s/figures/" % (lang)
   
   #print(transcodepath,webmfile,sndfile,framepath)
-  transcodecmd = "gst-launch-1.0 webmmux name=mux ! filesink location=\"%s/%s\"    file://%s ! decodebin ! audioconvert ! vorbisenc ! mux.     multifilesrc location=\"%s/%%04d.png\" index=1 caps=\"image/png,framerate=\(fraction\)24/1\" ! pngdec ! videoconvert ! videoscale ! videorate ! vp8enc threads=4 ! mux." % (transcodepath,webmfile,sndfile,framepath)
+  transcodecmd = "gst-launch-1.0 webmmux name=mux ! filesink location=\"%s/%s\"    file://%s ! decodebin ! audioconvert ! vorbisenc bitrate=128000 ! mux.     multifilesrc location=\"%s/%%04d.png\" index=1 caps=\"image/png,framerate=\(fraction\)24/1\" ! pngdec ! videoconvert ! videoscale ! videorate ! vp8enc threads=12 ! mux." % (transcodepath,webmfile,sndfile,framepath)
   if (not os.path.isfile(transcodepath+webmfile)):
     os.system(transcodecmd)
   else:
diff --git a/getting-started/C/figures/gnome-change-wallpaper.webm b/getting-started/C/figures/gnome-change-wallpaper.webm
index cb317d4..b979703 100644
Binary files a/getting-started/C/figures/gnome-change-wallpaper.webm and b/getting-started/C/figures/gnome-change-wallpaper.webm differ
diff --git a/getting-started/C/figures/gnome-launching-applications.webm b/getting-started/C/figures/gnome-launching-applications.webm
index 2f9b642..a960681 100644
Binary files a/getting-started/C/figures/gnome-launching-applications.webm and b/getting-started/C/figures/gnome-launching-applications.webm differ
diff --git a/getting-started/C/figures/gnome-responding-to-messages.webm b/getting-started/C/figures/gnome-responding-to-messages.webm
index 570fa9d..9a9b0c6 100644
Binary files a/getting-started/C/figures/gnome-responding-to-messages.webm and b/getting-started/C/figures/gnome-responding-to-messages.webm differ
diff --git a/getting-started/C/figures/gnome-task-switching.webm b/getting-started/C/figures/gnome-task-switching.webm
index cfb3df1..32232aa 100644
Binary files a/getting-started/C/figures/gnome-task-switching.webm and b/getting-started/C/figures/gnome-task-switching.webm differ
diff --git a/getting-started/C/figures/gnome-windows-and-workspaces.webm b/getting-started/C/figures/gnome-windows-and-workspaces.webm
index 4e206db..836de0d 100644
Binary files a/getting-started/C/figures/gnome-windows-and-workspaces.webm and b/getting-started/C/figures/gnome-windows-and-workspaces.webm differ
diff --git a/getting-started/C/figures/gnome-yelp-intro.webm b/getting-started/C/figures/gnome-yelp-intro.webm
index 00207d8..3c6dca9 100644
Binary files a/getting-started/C/figures/gnome-yelp-intro.webm and b/getting-started/C/figures/gnome-yelp-intro.webm differ
diff --git a/getting-started/cs/figures/gnome-change-wallpaper.webm b/getting-started/cs/figures/gnome-change-wallpaper.webm
index bec426d..aa9d10c 100644
Binary files a/getting-started/cs/figures/gnome-change-wallpaper.webm and b/getting-started/cs/figures/gnome-change-wallpaper.webm differ
diff --git a/getting-started/cs/figures/gnome-launching-applications.webm b/getting-started/cs/figures/gnome-launching-applications.webm
index 3a18383..f84547d 100644
Binary files a/getting-started/cs/figures/gnome-launching-applications.webm and b/getting-started/cs/figures/gnome-launching-applications.webm differ
diff --git a/getting-started/cs/figures/gnome-responding-to-messages.webm b/getting-started/cs/figures/gnome-responding-to-messages.webm
index d26af7b..fffcab1 100644
Binary files a/getting-started/cs/figures/gnome-responding-to-messages.webm and b/getting-started/cs/figures/gnome-responding-to-messages.webm differ
diff --git a/getting-started/cs/figures/gnome-task-switching.webm b/getting-started/cs/figures/gnome-task-switching.webm
index fbb1266..becc4ce 100644
Binary files a/getting-started/cs/figures/gnome-task-switching.webm and b/getting-started/cs/figures/gnome-task-switching.webm differ
diff --git a/getting-started/cs/figures/gnome-windows-and-workspaces.webm b/getting-started/cs/figures/gnome-windows-and-workspaces.webm
index 6a22c86..e5f1086 100644
Binary files a/getting-started/cs/figures/gnome-windows-and-workspaces.webm and b/getting-started/cs/figures/gnome-windows-and-workspaces.webm differ
diff --git a/getting-started/cs/figures/gnome-yelp-intro.webm b/getting-started/cs/figures/gnome-yelp-intro.webm
index b82bcaa..0fc12b3 100644
Binary files a/getting-started/cs/figures/gnome-yelp-intro.webm and b/getting-started/cs/figures/gnome-yelp-intro.webm differ



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