source: multimedia/libdriv/x264.xml@ 05eb990a

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 05eb990a was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY x264-download-http "&sources-anduin-http;/x264/x264-&x264-version;.tar.xz">
8 <!ENTITY x264-download-ftp " ">
9 <!ENTITY x264-md5sum "15a410f70ca4c323dfcc7d4390c7c7b5">
10 <!ENTITY x264-size "672 KB">
11 <!ENTITY x264-buildsize "14 MB">
12 <!ENTITY x264-time "0.4 SBU (Using parallelism=4)">
13]>
14
15<sect1 id="x264" xreflabel="x264-&x264-version;">
16 <?dbhtml filename="x264.html"?>
17
18
19 <title>x264-&x264-version;</title>
20
21 <indexterm zone="x264">
22 <primary sortas="a-x264">x264</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to x264</title>
27
28 <para>
29 <application>x264</application> package provides a library for encoding
30 video streams into the H.264/MPEG-4 AVC format.
31 </para>
32
33 &lfs112_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&x264-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&x264-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &x264-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &x264-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &x264-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &x264-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">x264 Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Recommended</bridgehead>
72 <para role="recommended">
73 <xref linkend="nasm"/>
74 </para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <ulink url="https://github.com/FFMS/ffms2">ffms2</ulink>,
79 <ulink url="https://github.com/gpac/gpac/releases/">gpac</ulink> or
80 <ulink url="https://github.com/l-smash/l-smash">liblsmash</ulink>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url='&blfs-wiki;/x264'/>
85 </para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of x264</title>
91
92 <para>
93 Install <application>x264</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>./configure --prefix=/usr \
98 --enable-shared \
99 --disable-cli &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <para>
118 <parameter>--disable-cli</parameter>: This switch disables building the
119 command-line encoder which is redundant since it requires FFmpeg for
120 most of the input formats.
121 </para>
122
123 <para>
124 <option>--disable-asm</option>: Use this switch if you didn't install
125 NASM.
126 </para>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Library</segtitle>
136 <segtitle>Installed Directory</segtitle>
137
138 <seglistitem>
139 <seg>
140 None
141 </seg>
142 <seg>
143 libx264.so
144 </seg>
145 <seg>
146 None
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="libx264">
157 <term><filename class="libraryfile">libx264.so</filename></term>
158 <listitem>
159 <para>
160 provides the functions used to encode video streams into the
161 H.264/MPEG-4 AVC format
162 </para>
163 <indexterm zone="x264 libx264">
164 <primary sortas="c-libx264">libx264.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.