source: multimedia/libdriv/x264.xml@ 59417918

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 59417918 was 59417918, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tag most of multimedia and dependencies

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21190 af4574ff-66df-0310-9fd7-8a98e5e911e0

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