2004-02-04, 10:28 PM
My number one grievance with having converted to linux is that I can't seem to get to my videos.
Here's how far I've progressed so far:
- downloaded divx and unpacked it to a folder
- tried in vain to install divx with "./configure && make && make install"
- downloaded various parts of mplayer, a promising-looking app with codecs that runs off rpms
- installed all packs it calls for to be able to run:
-- mplayer-vidix-nvidia-1.0pre3.20040125-0.1
-- mplayer-1.0pre3.20040125-0.1
-- mplayer-vidix-1.0pre3.20040125-0.1
-- mplayer-codecs-win32-1.1-1
-- mplayer-common-1.0pre3.20040125-0.1
-- mplayer-codecs-win32-mjpeg2k-1.0-1
Here are my obstacles:
- divx doesnt have a config file to run, "make" returns a no target found, and "make install" only turns "install.sh" into "install" --both of which copy files to a few directories but not in a way i can call divx from a command line
- mplayer returns one warning and one error when i call it from console:
--
Code:
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled with Runtime CPU Detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection.
--
Code:
vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local display)
It seems there is no Xvideo support for your video card available.
Run 'xvinfo' to verify its Xv support and read DOCS/HTML/en/devices.html#xv!
See 'mplayer -vo help' for other (non-xv) video out drivers. Try -vo x11
Error opening/initializing the selected video_out (-vo) device.
It is a rather ardous and tedious task, but believe me when I say that I would not have posted it if I had means to solve it on my own...