From 49b50262a5b22d167ab9733b8f7d48a5016278d3 Mon Sep 17 00:00:00 2001 From: humdinger Date: Thu, 25 Feb 2021 09:04:13 +0100 Subject: [PATCH] Medo: Improved description (#5740) Fixed some capitalization and added a paragraph pointing out Medo's beta status. I think that's important so people don't expect a polished product, but are amazed at its powerful features at this stage. --- haiku-apps/medo/medo-1.0.0~beta1.2.recipe | 26 +++++++++++++---------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/haiku-apps/medo/medo-1.0.0~beta1.2.recipe b/haiku-apps/medo/medo-1.0.0~beta1.2.recipe index 34db8142d..9b563860d 100644 --- a/haiku-apps/medo/medo-1.0.0~beta1.2.recipe +++ b/haiku-apps/medo/medo-1.0.0~beta1.2.recipe @@ -1,25 +1,29 @@ -SUMMARY="A Media Editor exclusively built for Haiku" -DESCRIPTION="A modern video editor with customisable OpenGL GLSL plugin based \ -effects. +SUMMARY="A media editor exclusively built for Haiku" +DESCRIPTION="Medo is a modern video editor with customisable OpenGL GLSL \ +plugin based effects. + +** Medo is still in early beta phase. While already usable, be prepared for +some rough edges... ** + There are many bundled media effects, including: -- Colour grading effects (Saturation/Exposure/Temperature etc.) -- Colour correction curves and white balance. +- Colour grading effects (saturation, exposure, temperature etc.) +- Colour correction curves and white balance - Support for Adobe LUT (Look Up Tables) - Create masks and keyframes -- Several bundled transitions -- Several special effects (Blur, Night Vision, Chroma Key etc.) -- Spatial tools to transform media (scale/rotate/position/crop) -- Multiple text effects, including 3D extruded fonts. +- Several transitions +- Several special effects (blur, night vision, Chroma Key etc.) +- Spatial tools to transform media (scale, rotate, position, crop) +- Multiple text effects, including 3D extruded fonts - Audio effects (20 band equaliser, fade) Medo can edit UHD 4K videos, export to any Haiku supported codec, is optimised \ for many CPU-core systems, and has low system resource requirements. -An SDK allows 3rd party developers to create Addons and Plugins." +An SDK allows 3rd party developers to create addons and plugins." HOMEPAGE="https://github.com/smallstepforman/Medo" COPYRIGHT="2019-2021 Zen Yes Pty Ltd" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/smallstepforman/Medo/archive/R1.0.0-Beta1-2.tar.gz" CHECKSUM_SHA256="b00a58ee661fd08168a4534dce0a79771bc339f010d3c3a8f19996b7adc14d12" SOURCE_DIR="Medo-R1.0.0-Beta1-2"