[pitivi-web] News about the last three releases



commit c9feb72097b7a24ba3c66db5158c42230c0fb449
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Tue Jun 28 11:20:57 2022 +0200

    News about the last three releases

 .gitlab-ci.yml                                     |   2 +-
 README.md                                          |   2 +-
 .../news/2020-10-11-pitivi-2020-09-hocus-focus.md  |   6 +-
 .../2021-01-01-pitivi-2021-01-retro-perspective.md |  24 +++++++
 .../2021-05-30-pitivi-2021-05-oubliette/index.md   |  22 ++++++
 .../media-library-clips-tagging.png                | Bin 0 -> 206871 bytes
 .../beat-detection-and-vu-meter.png                | Bin 0 -> 78507 bytes
 .../clip-properties-enhancements.png               | Bin 0 -> 72350 bytes
 .../2022-06-26-pitivi-2022-06-reel-easing/index.md |  76 +++++++++++++++++++++
 .../object-tracker-perspective.png                 | Bin 0 -> 559537 bytes
 10 files changed, 127 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64704c2..a96d651 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ pages:
   stage: deploy
   script:
     - pwd
-    - hugo
+    - hugo --buildFuture
     - git clone https://gitlab.gnome.org/GNOME/pitivi.git
     - mkdir -p public/manual/
     - yelp-build html -o public/manual/ pitivi/help/C
diff --git a/README.md b/README.md
index 051eb20..a49cbad 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ cd pitivi-web
 4. Build the site and make it available:
 
 ```
-$ hugo server -D
+$ hugo server --buildDrafts --buildFuture
 ```
 
 5. Browse to [http://localhost:1313](http://localhost:1313) to view the
diff --git a/content/news/2020-10-11-pitivi-2020-09-hocus-focus.md 
b/content/news/2020-10-11-pitivi-2020-09-hocus-focus.md
index 2f8cb3f..33d06c9 100644
--- a/content/news/2020-10-11-pitivi-2020-09-hocus-focus.md
+++ b/content/news/2020-10-11-pitivi-2020-09-hocus-focus.md
@@ -1,12 +1,12 @@
 ---
-title: Pitivi 2020.09 — Hocus focus
+title: Pitivi 2020.09 — Hocus Focus
 date: Sun, 11 Oct 2020 14:05:54 +0000
 tags:
   - Release
-summary: The Pitivi team proudly presents Pitivi version **2020.09**, a new milestone towards the most 
reliable video editor.
+summary: The Pitivi team proudly presents Pitivi version **2020.09**.
 ---
 
-The Pitivi team proudly presents Pitivi version **2020.09**, a new milestone towards the most reliable video 
editor.
+The Pitivi team proudly presents Pitivi version **2020.09** "Hocus focus", a new milestone towards the most 
reliable video editor.
 
 New features
 ------------
diff --git a/content/news/2021-01-01-pitivi-2021-01-retro-perspective.md 
b/content/news/2021-01-01-pitivi-2021-01-retro-perspective.md
new file mode 100644
index 0000000..1c9d8a2
--- /dev/null
+++ b/content/news/2021-01-01-pitivi-2021-01-retro-perspective.md
@@ -0,0 +1,24 @@
+---
+title: Pitivi 2021.01 — Retro Perspective
+date: Mon, 01 Feb 2021 07:00:00 +0000
+tags:
+  - Release
+summary: Bug fixes.
+---
+
+The Pitivi team retroactively presents Pitivi version **2021.01** "Retro Perspective". This release includes 
a handful of bug fixes.
+
+That's all?
+-----------
+
+We did promise to release more often. What did you expect?
+
+Under the hood
+--------------
+
+Please see the corresponding [2021.01 milestone](https://gitlab.gnome.org/GNOME/pitivi/-/milestones/7) for 
details.
+
+Thanks
+------
+
+Many thanks to all the contributors!
\ No newline at end of file
diff --git a/content/news/2021-05-30-pitivi-2021-05-oubliette/index.md 
b/content/news/2021-05-30-pitivi-2021-05-oubliette/index.md
new file mode 100644
index 0000000..81162af
--- /dev/null
+++ b/content/news/2021-05-30-pitivi-2021-05-oubliette/index.md
@@ -0,0 +1,22 @@
+---
+title: Pitivi 2021.05 — Oubliette
+date: Sun, 30 May 2021 07:00:00 +0000
+tags:
+  - Release
+summary: Media Libay clips tagging.
+---
+
+The Pitivi team remembered to present Pitivi version **2021.05** "Oubliette".
+
+New features
+------------
+
+Clips in the Media Library can now be tagged and filtered by tags. Abhishek Kumar Singh initially refactored 
the Media Library to simplify and cleanup the code. The buttons which act on the selected clips have been 
moved at the bottom of the Media Library so they can be identified more easily. We hope you enjoy the sleek 
Media Library UI!
+
+This allowed, in the second half of his Google Summer of Code internship, to develop the tagging of clips in 
the Media Library. It's also possible to tag multiple clips at once.
+
+{{< figure src="media-library-clips-tagging.png" title="Pitivi tagging of clips in the Media Library" >}}
+
+Searching for clips tagged with "manifestation", for example, is done by writing "tag:manifestation" in the 
Media Library search box. Come to our chat room and tell us how else we can put tags to good use!
+
+The timeline also got two small improvements. It's now possible to move keyframes vertically or horizontally 
by dragging them while keeping Ctrl pressed. To seek to the previous/next marker you can now use keyboard 
shortcuts. Click the timeline, press `/`, then type "marker" to discover the actual keyboard shortcuts.
diff --git a/content/news/2021-05-30-pitivi-2021-05-oubliette/media-library-clips-tagging.png 
b/content/news/2021-05-30-pitivi-2021-05-oubliette/media-library-clips-tagging.png
new file mode 100644
index 0000000..5bc1ed8
Binary files /dev/null and b/content/news/2021-05-30-pitivi-2021-05-oubliette/media-library-clips-tagging.png 
differ
diff --git a/content/news/2022-06-26-pitivi-2022-06-reel-easing/beat-detection-and-vu-meter.png 
b/content/news/2022-06-26-pitivi-2022-06-reel-easing/beat-detection-and-vu-meter.png
new file mode 100644
index 0000000..0ffc627
Binary files /dev/null and 
b/content/news/2022-06-26-pitivi-2022-06-reel-easing/beat-detection-and-vu-meter.png differ
diff --git a/content/news/2022-06-26-pitivi-2022-06-reel-easing/clip-properties-enhancements.png 
b/content/news/2022-06-26-pitivi-2022-06-reel-easing/clip-properties-enhancements.png
new file mode 100644
index 0000000..662528e
Binary files /dev/null and 
b/content/news/2022-06-26-pitivi-2022-06-reel-easing/clip-properties-enhancements.png differ
diff --git a/content/news/2022-06-26-pitivi-2022-06-reel-easing/index.md 
b/content/news/2022-06-26-pitivi-2022-06-reel-easing/index.md
new file mode 100644
index 0000000..fa6d3ee
--- /dev/null
+++ b/content/news/2022-06-26-pitivi-2022-06-reel-easing/index.md
@@ -0,0 +1,76 @@
+---
+title: Pitivi 2022.06 — Reel Easing
+date: Tue, 28 Jun 2022 08:28:00 +0000
+tags:
+  - Release
+summary: Object tracking, beat detection and Clip Properties enhancements.
+---
+
+The Pitivi team proudly presents Pitivi version **2022.06** "Reel easing".
+
+What's new
+----------
+
+This release includes two large features originating from GSoC internships. The continued collaboration with 
the University of Nebraska-Lincoln's SOFT-261 resulted in a handful of very cool and useful features. 
Multiple occasional individual contributors made awesome enhancements and bug-fixes.
+
+Note a possibly disruptive change in the click timeline behavior. Now, by default left-click is for 
selecting and dragging clips and right-click for seeking or scrubbing. If you only use a single mouse button, 
enable the previous combined select-and-seek by left-clicking behavior in the preferences.
+
+Quality
+-------
+
+Sensible unit-tests have been added to prevent the 20+ fixed bugs to reappear.
+
+New features
+------------
+
+Vivek R contributed during GSoC 2020 the initial object tracking functionality, based on 
[OpenCV](https://opencv.org). The UI and logic have been further enhanced to allow verifying and correcting 
frame by frame the positions provided by the tracker. For now, the tracked object can be covered by a colored 
rectangle. This allows for example to hide faces, licence plates, etc. or just as well put a bright colored 
rectangle on a moving spot.
+
+The tracking logic interfacing with OpenCV has actually been developed as part of GStreamer, so everybody 
can use it. You're welcome.
+
+{{< figure src="object-tracker-perspective.png" title="Pitivi object tracker" >}}
+
+Piotrek Brzeziński integrated [librosa](https://librosa.org/) during GSoC 2021 to allow detecting music 
beats. The beats are displayed as markers on the clip. The other clips can be easily arranged to music as 
they will snap at these markers when dragged.
+
+{{< figure src="beat-detection-and-vu-meter.png" title="Pitivi beat detection. Pitivi VU meter. Sneak peek 
at clip speed control." >}}
+
+For some reason we failed to merge earlier the playback sound VU meter developed by a team from University 
of Nebraska-Lincoln's SOFT-261 course two years ago. The VU meter resides currently at the right of the 
viewer, see the screenshot above.
+
+Other teams from University of Nebraska-Lincoln's SOFT-261 course spring 2021 contributed features visible 
in the Clip Properties panel. Some involved enhancements in Pitivi's GStreamer Editing Services backend 
library.
+ - Title clip text border and shadow are not forced anymore and can be controlled. 
+ - The aspect-ratio can be maintained when resizing clips.
+ - The Source blending mode can be selected instead of Over. More blending modes to come in time.
+ - Fading in or fading out clips is now easier with new controls. For finer control one can still interact 
directly with the keyframes line on the clip itself.
+
+{{< figure src="clip-properties-enhancements.png" title="Pitivi clip properties enhancements" >}}
+
+Now it's possible to cut selected clips to paste them at a different position.
+
+Under the hood
+--------------
+
+Note both the object tracking and beat detection depend on 3rd party libraries, namely OpenCV_contrib and 
librosa. They need to be installed on your system for the features to be presented.
+
+Please see the corresponding [2022.06 milestone](https://gitlab.gnome.org/GNOME/pitivi/-/milestones/9) for 
details about the changes that went into this release, including the full list of bugs which have been fixed.
+
+Download
+--------
+
+You should be able to install Pitivi 2022.06 in the next week or two with flatpak. We'll tweet about it when 
it's ready.
+
+What's next
+-----------
+
+Object tracking and beat detection pave the way towards more advanced features. Come to our chat room and 
tell us further developments you'd like!
+
+We're in the process of merging the zoom-fitted timeline which will allow quick clip operations over the 
entire timeline.
+
+Hopefully soon we'll fix the last issues with clip speed control and we can enable the feature, until then 
it remains hidden. See how it looks in one of the screenshots above.
+
+Despite missing the deadline for registering as a standalone org in this year's Google Summer of Code, we 
did find a place under GNOME's umbrella. This summer we're focusing on polishing the timeline and on porting 
Pitivi to GTK 4.
+
+Once we're done with GSoC we'll look into merging this year's UNL SOFT-261 contributions.
+
+Thanks
+------
+
+Many thanks to all the contributors and translators! Not the last to the librosa and OpenCV developers.
diff --git a/content/news/2022-06-26-pitivi-2022-06-reel-easing/object-tracker-perspective.png 
b/content/news/2022-06-26-pitivi-2022-06-reel-easing/object-tracker-perspective.png
new file mode 100644
index 0000000..d426a59
Binary files /dev/null and 
b/content/news/2022-06-26-pitivi-2022-06-reel-easing/object-tracker-perspective.png differ


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