blob: 794d43b55a2e30d138ec5c4905893160c4dd0ec4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018-2019 John Stebbins <your@email.com> -->
<component type="desktop-application">
<id>fr.handbrake.ghb</id>
<translation>ghb</translation>
<update_contact>jstebbins.hb_AT_gmail.com</update_contact>
<launchable type="desktop-id">fr.handbrake.ghb.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<_name>HandBrake</_name>
<_summary>Video Transcoder</_summary>
<description>
<_p>HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.</_p>
<_p>Reasons you'll love Handbrake:</_p>
<ul>
<_li>Convert video from nearly any format</_li>
<_li>Free and Open Source</_li>
<_li>Multi-Platform (Windows, Mac and Linux)</_li>
</ul>
</description>
<url type="homepage">https://handbrake.fr/</url>
<url type="help">https://handbrake.fr/docs/</url>
<url type="bugtracker">https://github.com/HandBrake/HandBrake/issues</url>
<url type="translate">https://www.transifex.com/victorr2007/</url>
<mimetypes>
<mimetype>application/ogg</mimetype>
<mimetype>application/x-extension-mp4</mimetype>
<mimetype>application/x-flac</mimetype>
<mimetype>application/x-matroska</mimetype>
<mimetype>application/x-ogg</mimetype>
<mimetype>audio/ac3</mimetype>
<mimetype>audio/mp4</mimetype>
<mimetype>audio/mpeg</mimetype>
<mimetype>audio/ogg</mimetype>
<mimetype>audio/x-flac</mimetype>
<mimetype>audio/x-matroska</mimetype>
<mimetype>audio/x-mp3</mimetype>
<mimetype>audio/x-mpeg</mimetype>
<mimetype>audio/x-vorbis</mimetype>
<mimetype>video/mp4</mimetype>
<mimetype>video/mp4v-es</mimetype>
<mimetype>video/mpeg</mimetype>
<mimetype>video/msvideo</mimetype>
<mimetype>video/quicktime</mimetype>
<mimetype>video/vnd.divx</mimetype>
<mimetype>video/x-avi</mimetype>
<mimetype>video/x-m4v</mimetype>
<mimetype>video/x-matroska</mimetype>
<mimetype>video/x-mpeg</mimetype>
<mimetype>video/ogg</mimetype>
<mimetype>video/x-ogm+ogg</mimetype>
<mimetype>video/x-theora+ogg</mimetype>
<mimetype>x-content/video-dvd</mimetype>
<mimetype>x-content/video-vcd</mimetype>
<mimetype>x-content/video-svcd</mimetype>
</mimetypes>
<screenshots>
<screenshot type="default">
<image>https://download.handbrake.fr/handbrake/images/HandBrake_1.1.x_Summary_linux.png</image>
<_caption>Main window and settings summary</_caption>
</screenshot>
<screenshot>
<image>https://download.handbrake.fr/handbrake/images/HandBrake_1.1.x_Dimensions_linux.png</image>
<_caption>Video resolution and cropping settings</_caption>
</screenshot>
<screenshot>
<image>https://download.handbrake.fr/handbrake/images/HandBrake_1.1.x_Video_linux.png</image>
<_caption>Video encoder settings</_caption>
</screenshot>
<screenshot>
<image>https://download.handbrake.fr/handbrake/images/HandBrake_1.1.x_Audio_linux.png</image>
<_caption>Audio track selection and settings</_caption>
</screenshot>
<screenshot>
<image>https://download.handbrake.fr/handbrake/images/HandBrake_1.1.x_Chapters_linux.png</image>
<_caption>Chapter title editing</_caption>
</screenshot>
</screenshots>
<provides>
<binary>ghb</binary>
</provides>
<releases>
RELEASE_TAG
</releases>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>
|