Changeset d374b41
- Timestamp:
- 09/25/2003 02:15:17 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 902871b
- Parents:
- 8c3989b2
- Location:
- multimedia/videoutils
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/videoutils/avifile.xml
r8c3989b2 rd374b41 1 <sect1 id="avifile" xreflabel=" avifile-&avifile-version;">1 <sect1 id="avifile" xreflabel="Avifile-&avifile-version;"> 2 2 <?dbhtml filename="avifile.html" dir="multimedia"?> 3 <title> avifile-&avifile-version;</title>3 <title>Avifile-&avifile-version;</title> 4 4 5 5 &avifile-intro; -
multimedia/videoutils/avifile/avifile-desc.xml
r8c3989b2 rd374b41 2 2 <title>Contents</title> 3 3 4 <para>The avifile package contains <command>aviplay</command>, 5 <command>avibench</command>, <command>avifile-config</command>, 6 <command>mmxnow-config</command>, <command>avirecompress</command>, <command>avicap</command>, 7 <command>avirec</command>, <command>kv4lsetup</command>, <command>avicat</command>, 4 <para>The <application>Avifile</application> package contains 5 <command>aviplay</command>, <command>avibench</command>, <command> 6 avifile-config</command>, <command>mmxnow-config</command>, <command> 7 avirecompress</command>, <command>avicap</command>, <command>avirec</command>, 8 <command>kv4lsetup</command>, <command>avicat</command>, 8 9 <command>avitype</command> and <command>avimake</command>.</para> 9 10 … … 13 14 14 15 <sect3><title>aviplay</title> 15 <para><command>aviplay</command> manages the input formats, the codecs and the output 16 formats to display <acronym>AVI</acronym> video files on your screen.</para></sect3> 16 <para><command>aviplay</command> manages the input formats, the codecs and the 17 output formats to display <acronym>AVI</acronym> video files on your screen. 18 </para></sect3> 17 19 18 20 <sect3><title>avibench</title> 19 <para><command>avibench</command> performs a measurement of the avifile library's20 performance for a file.</para></sect3>21 <para><command>avibench</command> performs a measurement of the <application> 22 AVI file support</application> library's performance for a file.</para></sect3> 21 23 22 24 <sect3><title>avifile-config</title> 23 <para><command>avifile-config</command> is run by configure for programs wishing to link to 24 the avifile library.</para></sect3> 25 <para><command>avifile-config</command> is run by configure for programs 26 wishing to link to the <application>Avifile</application> library. 27 </para></sect3> 25 28 26 29 <sect3><title>mmxnow-config</title> 27 <para><command>mmxnow-config</command> is run by configure for programs wishing to link to28 t he mmxnow library.</para></sect3>30 <para><command>mmxnow-config</command> is run by configure for programs wishing 31 to link to the mmxnow library.</para></sect3> 29 32 30 33 <sect3><title>avirecompress</title> 31 <para><command>avirecompress</command> is a widget that takes an input file of one codec 32 type and converts it into a video file of another codec.</para></sect3> 34 <para><command>avirecompress</command> is a widget that takes an input file of 35 one codec type and converts it into a video file of another codec.</para> 36 </sect3> 33 37 34 38 <sect3><title>avicap</title> 35 <para><command>avicap</command> is a widget that displays acquired video from a Video For36 Windows (vfw) compatible device, like a webcam or a 37 TV-tuner.</para></sect3>39 <para><command>avicap</command> is a widget that displays acquired video from a 40 Video For Windows (vfw) compatible device, like a webcam or a TV-tuner.</para> 41 </sect3> 38 42 39 43 <sect3><title>avirec</title> 40 <para><command>avirec</command> is a command line video recording tool.</para></sect3> 44 <para><command>avirec</command> is a command line video recording tool.</para> 45 </sect3> 41 46 42 47 <sect3><title>kv4lsetup</title> 43 <para><command>kv4lsetup</command> is a small tool which tells video4linux about the44 current video mode</para></sect3>48 <para><command>kv4lsetup</command> is a small tool which tells video4linux 49 about the current video mode</para></sect3> 45 50 46 51 <sect3><title>avicat</title> 47 <para><command>avicat</command> takes a set of <acronym>AVI</acronym> files and combines48 them into a single file.</para></sect3>52 <para><command>avicat</command> takes a set of <acronym>AVI</acronym> files and 53 combines them into a single file.</para></sect3> 49 54 50 55 <sect3><title>avitype</title> 51 <para><command>avitype</command> will read and display 52 <acronym>AVI</acronym>file header information.</para></sect3>56 <para><command>avitype</command> will read and display <acronym>AVI</acronym> 57 file header information.</para></sect3> 53 58 54 59 <sect3><title>avimake</title> 55 <para><command>avimake</command> takes a set of <acronym>JPG</acronym> images and creates a56 movie.</para></sect3>60 <para><command>avimake</command> takes a set of <acronym>JPG</acronym> images 61 and creates a movie.</para></sect3> 57 62 58 63 </sect2> -
multimedia/videoutils/avifile/avifile-inst.xml
r8c3989b2 rd374b41 1 1 <sect2> 2 <title>Installation of <application> avifile</application></title>2 <title>Installation of <application>Avifile</application></title> 3 3 4 <para>Install <application>avifile</application> by running the following commands:</para> 4 <para>Install <application>Avifile</application> by running the 5 following commands:</para> 5 6 <screen><userinput><command>install -d /usr/lib/avifile-0.7/win32 && 6 7 tar xzvf ../binaries-011002.tgz -C /usr/lib/avifile-0.7 && -
multimedia/videoutils/avifile/avifile-intro.xml
r8c3989b2 rd374b41 1 1 <sect2> 2 <title>Introduction to <application> avifile</application></title>2 <title>Introduction to <application>Avifile</application></title> 3 3 4 <para>The <application> avifile</application> package contains an4 <para>The <application>Avifile</application> package contains an 5 5 <acronym>AVI</acronym> video file player, tools and 6 6 support libraries. This is useful for viewing and editing … … 22 22 </itemizedlist></sect3> 23 23 24 <sect3><title><application> avifile</application> dependencies</title>24 <sect3><title><application>Avifile</application> dependencies</title> 25 25 <sect4><title>Required</title> 26 26 <para><xref linkend="qt"/> and <xref linkend="SDL"/></para></sect4> -
multimedia/videoutils/ffmpeg.xml
r8c3989b2 rd374b41 1 <sect1 id="ffmpeg" xreflabel=" ffmpeg-&ffmpeg-version;">1 <sect1 id="ffmpeg" xreflabel="FFmpeg-&ffmpeg-version;"> 2 2 <?dbhtml filename="ffmpeg.html" dir="multimedia"?> 3 <title> ffmpeg-&ffmpeg-version;</title>3 <title>FFmpeg-&ffmpeg-version;</title> 4 4 5 5 &ffmpeg-intro; -
multimedia/videoutils/ffmpeg/ffmpeg-config.xml
r8c3989b2 rd374b41 1 1 <sect2> 2 <title>Configuring ffmpeg</title>2 <title>Configuring <application>FFmpeg</application></title> 3 3 4 4 <sect3><title>Config files</title> -
multimedia/videoutils/ffmpeg/ffmpeg-desc.xml
r8c3989b2 rd374b41 2 2 <title>Contents</title> 3 3 4 <para>The ffmpeg package contains <command>ffmpeg</command>,5 < command>ffserver</command>, <command>ffplay</command>, <filename6 class="libraryfile">libavcodec</filename> and4 <para>The <application>FFmpeg</application> package contains <command>ffmpeg 5 </command>, <command>ffserver</command>, <command>ffplay</command>, 6 <filename class="libraryfile">libavcodec</filename> and 7 7 <filename class="libraryfile">libavformat</filename>.</para> 8 8 … … 12 12 13 13 <sect3><title>ffmpeg</title> 14 <para><command>ffmpeg</command> is a command line tool to convert video files, network streams,15 input from a TV card to several video formats.</para></sect3>14 <para><command>ffmpeg</command> is a command line tool to convert video files, 15 network streams, input from a TV card to several video formats.</para></sect3> 16 16 17 17 <sect3><title>ffserver</title> 18 18 <para><command>ffserver</command> is a streaming server for everything 19 that <command>ffmpeg</command> could use 20 as input (files, streams, TV cardinput, webcam, etc.).</para></sect3>19 that <command>ffmpeg</command> could use as input (files, streams, TV card 20 input, webcam, etc.).</para></sect3> 21 21 22 22 <sect3><title>ffplay</title> 23 23 <para><command>ffplay</command> is a very simple and portable media 24 player using the ffmpeg libraries and the <acronym>SDL</acronym> library.25 </ para></sect3>24 player using the <filename>ffmpeg</filename> libraries and the <acronym>SDL 25 </acronym> library.</para></sect3> 26 26 27 27 <sect3><title>libavcodec/libavformat</title> -
multimedia/videoutils/ffmpeg/ffmpeg-inst.xml
r8c3989b2 rd374b41 1 1 <sect2> 2 <title>Installation of <application> ffmpeg</application></title>2 <title>Installation of <application>FFmpeg</application></title> 3 3 4 <para>Install <application>ffmpeg</application> by running the following commands:</para> 4 <para>Install <application>FFmpeg</application> by running the following 5 commands:</para> 5 6 6 7 <note><para>The package maintaners recommend compiling without any -
multimedia/videoutils/ffmpeg/ffmpeg-intro.xml
r8c3989b2 rd374b41 1 1 <sect2> 2 <title>Introduction to <application> ffmpeg</application></title>2 <title>Introduction to <application>FFmpeg</application></title> 3 3 4 <para><application> ffmpeg</application> is a solution to record, convert and stream audio and4 <para><application>FFmpeg</application> is a solution to record, convert and stream audio and 5 5 video. Due to heavy development, not all of this functions will work.</para> 6 6 … … 14 14 </sect3> 15 15 16 <sect3><title><application> ffmpeg</application> dependencies</title>16 <sect3><title><application>FFmpeg</application> dependencies</title> 17 17 <sect4><title>Optional</title> 18 18 <para><xref linkend="libvorbis"/>, <xref linkend="lame"/>, <xref -
multimedia/videoutils/videoutils.xml
r8c3989b2 rd374b41 2 2 <?dbhtml filename="videoutils.html" dir="multimedia"?> 3 3 <title>Video utilities</title> 4 5 <para>This chapter always seems to be the favorite chapter. It's 6 probably because there is a lot of satisfaction in playing your first 7 video when you have spent so much time getting to that point. All the 8 libraries, all the configurations and your reward is that you get to 9 watch a movie. Not to worry though, there is always one more codex to 10 install.</para> 4 11 5 12 &xvid; -
multimedia/videoutils/xvid.xml
r8c3989b2 rd374b41 1 <sect1 id="xvid" xreflabel=" xvid-&xvid-version;">1 <sect1 id="xvid" xreflabel="XviD-&xvid-version;"> 2 2 <?dbhtml filename="xvid.html" dir="multimedia"?> 3 <title> xvid-&xvid-version;</title>3 <title>XviD-&xvid-version;</title> 4 4 5 5 &xvid-intro;
Note:
See TracChangeset
for help on using the changeset viewer.