comparison DOCS/documentation.html @ 1556:30078d692e63

*** empty log message ***
author gabucino
date Thu, 16 Aug 2001 16:40:08 +0000
parents ce8e8c342004
children 60edf6c17cf9
comparison
equal deleted inserted replaced
1555:076c27342828 1556:30078d692e63
1597 preprocessing, and only a few percent slower than ProjectMayo's OpenDivX 1597 preprocessing, and only a few percent slower than ProjectMayo's OpenDivX
1598 decoder. It uses YV12 pixel format, so old Voodoo users can use it for YUV. 1598 decoder. It uses YV12 pixel format, so old Voodoo users can use it for YUV.
1599 Also, open the possibility to play DivX on virtually every computer that 1599 Also, open the possibility to play DivX on virtually every computer that
1600 has a C compiler. Kinda great stuff, isn't it? 1600 has a C compiler. Kinda great stuff, isn't it?
1601 1601
1602 <B>Q: But configure tells me "Checking for libavcodec ... no"!
1603 </B>A: You need to get libavcodec from FFmpeg's CVS. Read the instructions in
1604 the <A HREF="#2.1.2.2">ffmpeg section</A> .
1605
1602 1606
1603 <A NAME=6.3>6.3. File playing problems 1607 <A NAME=6.3>6.3. File playing problems
1604 1608
1605 <B>Q: ...... works with avifile/aviplay while doesn't with <B>MPlayer</B> 1609 <B>Q: ...... works with avifile/aviplay while doesn't with <B>MPlayer</B>
1606 </B>A: <B>MPlayer</B> != avifile 1610 </B>A: <B>MPlayer</B> != avifile
1821 To build the package you will need GNU make (gmake, /usr/ports/devel/gmake), 1825 To build the package you will need GNU make (gmake, /usr/ports/devel/gmake),
1822 native BSD make will not work. 1826 native BSD make will not work.
1823 1827
1824 To run <B>MPlayer</B> you will need to re-compile the kernel with 1828 To run <B>MPlayer</B> you will need to re-compile the kernel with
1825 "options USER_LDT" (unless you are running -CURRENT, where this is default). 1829 "options USER_LDT" (unless you are running -CURRENT, where this is default).
1830 If you have a CPU with SSE also use "options CPU_ENABLE_SSE" to use it
1831 (FreeBSD-STABLE required, or use kernel patches).
1826 1832
1827 If <B>MPlayer</B> complains about "CD-ROM Device '/dev/cdrom' not found!" make a 1833 If <B>MPlayer</B> complains about "CD-ROM Device '/dev/cdrom' not found!" make a
1828 symbolic link : ln -s /dev/(your_cdrom_device) /dev/cdrom 1834 symbolic link : ln -s /dev/(your_cdrom_device) /dev/cdrom
1829 1835
1830 There's no DVD support for FreeBSD yet. 1836 There's no DVD support for FreeBSD yet.