/usr/share/help/el/pitivi/codecscontainers.page is in pitivi 0.99-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:e="http://projectmallard.org/experimental/" type="topic" id="codecscontainers" xml:lang="el">
<info>
<link type="guide" xref="index#rendering"/>
<revision pkgversion="0.93" version="0.1" date="2014-04-06" status="complete"/>
<credit type="author">
<name>Jean-François Fortin Tam</name>
<email>nekohayo@gmail.com</email>
</credit>
<credit type="contributor">
<name>Tomáš Karger</name>
<email>tomkarger@gmail.com</email>
</credit>
<license>
<p>Creative Commons Share Alike 3.0</p>
</license>
<desc>Ποια είναι η διαφορά μεταξύ OGG και Vorbis; AVI και DivX; x264 and H.264; Μάθετε για κωδικοποιητές-αποκωδικοποιητές και μορφές περιεκτών εδώ.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name> Δημήτρης Σπίγγος</mal:name>
<mal:email>dmtrs32@gmail.com</mal:email>
<mal:years>2013, 2014</mal:years>
</mal:credit>
</info>
<title>Κατανόηση κωδικοποιητών-αποκωδικοποιητών και περιεκτών</title>
<p>The distinction between codecs and container file formats is often ambiguous. This is in part due to the general lack of standardization, confusing marketing terms and filename extensions. This page attempts to clarify this distinction briefly and without going into technical details. If you want to learn more about containers and codecs, you should probably look at Wikipedia's page on <link href="http://en.wikipedia.org/wiki/Digital_container_format">containers</link> and <link href="http://en.wikipedia.org/wiki/Codec">codecs</link>.</p>
<p><em>Container</em> is what we typically associate with the file format. Containers "contain" the various components of a video: the stream of images, the sound, and anything else. For example, you could have multiple soundtracks and subtitles included in a video file, if the container format allows it. Example of popular containers are OGG, Matroska, AVI, MPEG.</p>
<p><em>Codecs</em> are ways of "coding" and "decoding" streams. Their job is typically to compress data (and decompress it when playing it back) so that you can store and transmit files with a smaller filesize. There are many codecs available out there, each with their strengths, weaknesses and peculiarities, and choosing the right codec with the right settings for the right situation is close to be a form of art in itself.</p>
<figure>
<title>The relationship between containers and codecs</title>
<media type="image" mime="image/jpg" src="figures/codecscontainers.jpg" width="780"/>
</figure>
</page>
|