[gimp-web/testing] Update videos
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/testing] Update videos
- Date: Wed, 23 Aug 2017 20:48:52 +0000 (UTC)
commit f23477c0d876d83fa121018e83ecf86f21e39147
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Wed Aug 23 23:48:32 2017 +0300
Update videos
.../news/2017-08-22 GIMP 2.9.6 Released/index.md | 34 +++++++++++++-------
1 files changed, 22 insertions(+), 12 deletions(-)
---
diff --git a/content/news/2017-08-22 GIMP 2.9.6 Released/index.md b/content/news/2017-08-22 GIMP 2.9.6
Released/index.md
index a4c9e49..2575749 100644
--- a/content/news/2017-08-22 GIMP 2.9.6 Released/index.md
+++ b/content/news/2017-08-22 GIMP 2.9.6 Released/index.md
@@ -91,12 +91,13 @@ unless someone sends a clean patch).
* GEGL-based filters can be interacted with directly on the canvas
(*Spiral* and *Supernova* so far as test case).
-<div class='fluid-video'>
- <video width="880" height="528" controls>
- <source src="https://download.gimp.org/pub/gimp/video/v2.9/spiral.mp4" type="video/mp4">
- Your browser does not support the video tag.
-</video>
-</div>
+<p>
+<video width="880" height="528" controls>
+ <source src="https://download.gimp.org/mirror/pub/gimp/video/v2.9/gimp-2-9-6-spiral-filter.webm"
type="video/webm">
+ <source src="https://download.gimp.org/mirror/pub/gimp/video/v2.9/gimp-2-9-6-spiral-filter.mp4"
type="video/mp4">
+Your browser does not support the video tag.
+</video>
+</p>
So far one still needs to write C code to make a GEGL-based filter use
on-canvas interaction. We expect to spend some time figuring out a way to
@@ -189,6 +190,14 @@ hang of it, you love it.
Thanks to Ell, the *Warp Transform* tool is now a lot faster, partially thanks
to a switch that toggles high-quality preview that isn't always necessary.
+<p>
+<video width="856" height="566" controls>
+ <source src="https://download.gimp.org/mirror/pub/gimp/video/v2.9/gimp-2-9-6-warp-transform.webm"
type="video/webm">
+ <source src="https://download.gimp.org/mirror/pub/gimp/video/v2.9/gimp-2-9-6-warp-transform.mp4"
type="video/mp4">
+ Your browser does not support the video tag.
+</video>
+</p>
+
All transformation tools don't display grid by default anymore, and during
an interactive transformation the original layer gets hidden now. The latter
greatly simplifies transforming upper layer in relation to a lower layer.
@@ -271,12 +280,13 @@ Another new feature that we expect to develop further is GUM—a simple
metadata language that helps automatically building more sensible UI for
GEGL filters. Here's a quick video:
-<div class='fluid-video'>
- <video width="384" height="544" controls>
- <source src="https://download.gimp.org/pub/gimp/video/v2.9/dynamic-op-ui.mp4" type="video/mp4">
- Your browser does not support the video tag.
-</video>
-</div>
+<p>
+<video width="384" height="544" controls>
+ <source src="https://download.gimp.org/mirror/pub/gimp/video/v2.9/gimp-2-9-6-gegl-dynamic-op-ui.webm"
type="video/webm">
+ <source src="https://download.gimp.org/mirror/pub/gimp/video/v2.9/gimp-2-9-6-gegl-dynamic-op-ui.mp4"
type="video/mp4">
+Your browser does not support the video tag.
+</video>
+</p>
## Resources and Presets
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]