source: multimedia/videoutils/videoutils.xml@ 333e8400

kde5-14686 systemd-13485
Last change on this file since 333e8400 was 755bb92, checked in by Krejzi <krejzi@…>, 11 years ago

Tidy up xml.

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

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter 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
8<!--
9$LastChangedBy$
10$Date$
11-->
12
13<chapter id="multimedia-videoutils">
14 <?dbhtml filename="videoutils.html"?>
15
16 <title>Video Utilities</title>
17
18 <para>
19 This chapter always seems to be the favorite chapter. It's
20 probably because there is a lot of satisfaction in playing your first
21 video when you have spent so much time getting to that point. All those
22 libraries, all the configurations and your reward is that you finally get to
23 watch a movie. Not to worry though, there is always one more
24 CODEC to install.
25 </para>
26
27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ffmpeg.xml"/>
28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mplayer.xml"/>
29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="transcode.xml"/>
30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vlc.xml"/>
31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xine-ui.xml"/>
32
33</chapter>
Note: See TracBrowser for help on using the repository browser.