The Quest for a movie player.. - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html) +---- Forum: Audio and Video (https://www.linux-noob.com/forums/forum-27.html) +---- Thread: The Quest for a movie player.. (/thread-3650.html) Pages:
1
2
|
The Quest for a movie player.. - Lem0 - 2004-02-04 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 -- Code: vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local display) 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... The Quest for a movie player.. - hijinks - 2004-02-05 if you use the w32codec pack for mplayer it can play divx's just fine. I haven't found a divx it wouldn't play The Quest for a movie player.. - anyweb - 2004-02-05 or just do a simple apt-get install mplayer :) works for me ! cheers anyweb The Quest for a movie player.. - Lem0 - 2004-02-06 hijinks: I've got that one installed, and it seems to begin to run fine, but whenever it goes to start the video, it stops with an error message about missing Xvideo support for my video card. anyweb: How does that work? I guessed that's a console line, but it came up as an unrecognised command. (using Redhat9) The Quest for a movie player.. - anyweb - 2004-02-06 Lemo read this [/url][url=<___base_url___>/index.php?showtopic=174][/url][url=<___base_url___>/index.php?showtopic=174]https://www.linux-noob.com/forums/index.php?showtopic=174 install apt-get then use it to install synaptic (a gui interface for apt-get) then apt-get install mplayer or apt-get install xine its sooooooooooo easy good luck :) cheers anyweb The Quest for a movie player.. - Lem0 - 2004-02-06 Code: [root@nads thing]# apt-get install snyaptic Same "couldnt find package" when working with mplayer, but it did get xine, so it's all good! ::general rejoicing:: Thanks, guys. The Quest for a movie player.. - Oroshi - 2004-02-07 you have to do this Code: # apt-get update then install whatever you want. like apt-get install synaptic not snyaptic :) The Quest for a movie player.. - Lem0 - 2004-02-07 i already ran the update though... The Quest for a movie player.. - Oroshi - 2004-02-08 Quote:yeah. but you copy and pasted the code show in quote, you spell snyaptic <--- wrong spell. it is synaptic :) The Quest for a movie player.. - Lem0 - 2004-02-09 o_O[img]<___base_url___>/uploads/emoticons/default_dry.png[/img] ....I suck... (works now, btw) |