mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-28 23:20:10 +08:00
Merge pull request #29749 from lkxed/20230721-0-Gyroflow-An-Open-Source-App-to-Stabilize-Video-Footage
[手动选题][news]: 20230721.0 ⭐️ Gyroflow An Open-Source App to Stabilize Video Footage.md
This commit is contained in:
commit
d76561a2ad
@ -0,0 +1,93 @@
|
||||
[#]: subject: "Gyroflow: An Open-Source App to Stabilize Video Footage"
|
||||
[#]: via: "https://news.itsfoss.com/gyroflow/"
|
||||
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: " "
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Gyroflow: An Open-Source App to Stabilize Video Footage
|
||||
======
|
||||
|
||||
A free and open-source app to smoothen your videos with stabilization? Sounds impressive! Let's check it out!
|
||||
|
||||
![gyroflow][1]
|
||||
|
||||
Have you ever recorded action cam footage that was too shaky to be used? 🤔
|
||||
|
||||
Well, then, we have just the right tool for you to stabilize those shaky shots!
|
||||
|
||||
Enter, Gyroflow. It's an **open-source**, **cross-platform** app that can stabilize videos using motion data from a camera's onboard gyroscope or accelerometer.
|
||||
|
||||
Let's take a look at it.
|
||||
|
||||
### Gyroflow: Overview ⭐
|
||||
|
||||
![a screenshot of gyroflow][2]
|
||||
|
||||
Written primarily using the **Rust programming language** and the **QML user interface markup language**, Gyroflow is a **post-processing video stabilization software** that uses the motion data logged on cameras to do its job.
|
||||
|
||||
What makes Gyroflow different from other video editors with stabilization support is that it uses the logged motion data to do the following; It allows for **precise lens calibrations**, and **rolling shutter correction**, with the **ability to tweak the stabilization algorithms** for producing very stable video outputs.
|
||||
|
||||
> 📋 Do keep in mind that not all cameras log motion data.
|
||||
|
||||
The developers also add that there is a **minimal weight penalty**, and Gyfroflow **will work regardless of the lighting conditions** or how many moving subjects are there in a scene.
|
||||
|
||||
Other than that, Gyroflow is equipped with a plethora of cool features; here are some that are worth noting:
|
||||
|
||||
- **Real-time preview.**
|
||||
- **A proper render queue.**
|
||||
- **Support for Keyframes.**
|
||||
- **16-bit video processing.**
|
||||
- **Hardware accelerated video playback.**
|
||||
- **Support for 10-bit videos; ProRes, DNxHR, 32-bit OpenEXR and Blackmagic RAW.**
|
||||
- **Native support for gyro data from GoPro, Insta360, Sony, Runcam, Drone black-box, and more.**
|
||||
|
||||
#### Initial Impressions
|
||||
|
||||
![a screenshot of gyroflow exporting a video][3]
|
||||
|
||||
I tried my hand on it with an attempt to stabilize a video, but for some reason, when exporting a video, it **wouldn't use my GPU** (Nvidia GTX 1070ti) and switched to the CPU for completing the render. The default was set to GPU encoding.
|
||||
|
||||
![a screenshot of gyroflow after export of a video is complete][4]
|
||||
|
||||
The output was more stable than the original video, and the file size could also be adjusted for a smaller storage footprint.
|
||||
|
||||
Looking back, I did have the correct GPU drivers installed; your experience can vary with a different GPU. You can report it to them on their GitHub repo linked below if it doesn't work for you.
|
||||
|
||||
I suggest you go through the [documentation][5] for Gyroflow to know more.
|
||||
|
||||
Gyroflow has a pretty expansive set of features that make it easy to stabilize videos according to one's preference. That makes it a great contender for our list of open-source video editors (for a specific use case).
|
||||
|
||||
### 📥 Download Gyroflow
|
||||
|
||||
Gyroflow is available for **Linux**, **Windows**, and **macOS**. You can grab the package of your choice from the [official website][6].
|
||||
|
||||
[Gyroflow][7]
|
||||
|
||||
If you are interested in the source code or want to build it yourself, you can head to its [GitHub repo][8].
|
||||
|
||||
_💬 What do you think? Is it an exciting and valuable open-source tool for you?_
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/gyroflow/
|
||||
|
||||
作者:[Sourav Rudra][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/sourav/
|
||||
[b]: https://github.com/lkxed/
|
||||
[1]: https://news.itsfoss.com/content/images/size/w1304/2023/07/gyroflow.png
|
||||
[2]: https://news.itsfoss.com/content/images/2023/07/Gyroflow_1.jpg
|
||||
[3]: https://news.itsfoss.com/content/images/2023/07/Gyroflow_2.jpg
|
||||
[4]: https://news.itsfoss.com/content/images/2023/07/Gyroflow_3.jpg
|
||||
[5]: https://docs.gyroflow.xyz:443/
|
||||
[6]: https://gyroflow.xyz:443/download
|
||||
[7]: https://gyroflow.xyz:443/download
|
||||
[8]: https://github.com:443/gyroflow/gyroflow
|
Loading…
Reference in New Issue
Block a user