mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-21 18:02:35 +01:00
Fix metadata so that linter is happy and flatpak builds can resume (#2152)
* add caption to screenshot * trim summary down to <35 chars https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/quality-guidelines#not-too-long-1
This commit is contained in:
parent
69f600a0c0
commit
f3d2a93db3
@ -4,7 +4,7 @@
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-2.0</project_license>
|
||||
<name>LosslessCut</name>
|
||||
<summary>Save space by quickly and losslessly trimming video and audio files</summary>
|
||||
<summary>Losslessly trim audio and video</summary>
|
||||
<description>
|
||||
<p>Simple and ultra fast cross platform tool for lossless trimming/cutting of video and audio files. Great for saving space by rough cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby losing quality. It extremely fast because it does an almost direct data copy. It is fueled by the awesome ffmpeg (included) for doing the grunt work. It also features some other lossless operations on videos.</p>
|
||||
</description>
|
||||
@ -12,6 +12,7 @@
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://raw.githubusercontent.com/mifi/lossless-cut/master/main_screenshot.jpg</image>
|
||||
<caption>A screenshot of the main window of LosslessCut</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">https://mifi.no/losslesscut/</url>
|
||||
|
Loading…
Reference in New Issue
Block a user