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