Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-21-2003, 01:45 PM
|
#1
|
LQ Newbie
Registered: Aug 2003
Posts: 11
Rep:
|
vcd players????
are there vcd players for linux red hat,,????
because i was trying to see a movie but i could not run it...
|
|
|
08-21-2003, 01:49 PM
|
#2
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
|
|
|
08-21-2003, 02:10 PM
|
#3
|
Senior Member
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249
Rep:
|
Make sure you install the mplayer-gui. It has buttons and sliders that make playback easier. Once you install, you start it by typing "gmplayer" in a console instead of "mplayer". Right click on the gmplayer window to select VCD, DVD, or a video file.
|
|
|
08-21-2003, 02:48 PM
|
#4
|
Senior Member
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374
Rep:
|
xine is easyer in some cases, xine.sourceforge.net
|
|
|
08-21-2003, 05:12 PM
|
#5
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
Quote:
Make sure you install the mplayer-gui. It has buttons and sliders that make playback easier.
|
oh man that is so not true. using the gui makes things so so so much slower, just in order to "save" you learning 5 hot keys... try without it, it's obscenely faster
|
|
|
08-21-2003, 05:51 PM
|
#6
|
Senior Member
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249
Rep:
|
I haven't noticed a speed difference. The command line wins for flexibility thats for sure. It is easy to use options with the mplayer, but for general ease of use, I like gmplayer. I like to be able to use a slider to go to a specific point in a video rather than using pageup/down, arrows keys, etc. to jump in 10 sec, 1 min, or 10 min increments. Besides, the gui is intuitive for someone who has never used mplayer before. Mplayer comes with extensive documentation on playing and transcoding, for those who want to learn it. I did RTFM and subscribe to users mailing list to learn In fact, I no longer use windows for creating divx files because mencoder is faster and more flexible. (I do use the command line there because it is easier to apply filters and do vbr audio than it is with gmencoder).
|
|
|
08-21-2003, 08:08 PM
|
#7
|
Senior Member
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374
Rep:
|
until the most recent cvs I d-loaded the gui had trouble, for instance if i loaded prefs they would be in keep behind mode, i would have to minimise everything including the play window to use it (it still worked fine otherwise) also it crashed a lot, and last but not least I have nvidia twin view, on fullscreen mode it would fill my left screen only with picture (as it should0 then make my right screen completely black (rather than letting me use it) of cource the cvs fixed all this.
|
|
|
08-21-2003, 08:20 PM
|
#8
|
Senior Member
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307
Rep:
|
Quote:
Originally posted by acid_kewpie
oh man that is so not true. using the gui makes things so so so much slower, just in order to "save" you learning 5 hot keys... try without it, it's obscenely faster
|
For the recent versions of mplayer that statement is misleading. There's no noticable loss of performance when using a computer with somewhat current hardware specs.
I don't know the specs of your machine, so I'll leave it at that. But basically, if you can run KDE with no noticable slowness, then gmplayer's performance would be a non-issue.
|
|
|
08-22-2003, 09:07 PM
|
#9
|
LQ Newbie
Registered: Aug 2003
Posts: 11
Original Poster
Rep:
|
I tried using mplayer in red hat 9,,,,,but i could not load my VCD for some reason....would there be a possible reason of why mplayer did not regconize the vcds that i had......??????????
|
|
|
08-22-2003, 09:10 PM
|
#10
|
Senior Member
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307
Rep:
|
Did you try to mount the VCDs first? You shouldn't. Let's say your mount point for your CD-ROM drive is /mnt/cdrom and it points to /dev/cdrom, then just configure mplayer to recognise that you have such a device, and it should be able to play your VCDs.
OK, I've returned home and now can give a more detailed step-by-step guide.
1) Start gmplayer.
2) Right click on the GUI interface (not the media display window) and click Preference.
3) Click on the Misc tab (should be the last one) and look at the bottom of that section.
4) Fill in the correct value for CD-ROM device and DVD device (if you have any).
5) Click OK
Device should be in the /dev/location format. To know this value, try running this in a console: cat /etc/fstab and see where your CD-ROM mount point points to. It should be something similar to one of these:
/dev/scd0
/dev/hdb
/dev/cdrom
Hope this helps!
Last edited by Azmeen; 08-23-2003 at 02:35 AM.
|
|
|
08-25-2003, 12:38 PM
|
#11
|
LQ Newbie
Registered: Aug 2003
Posts: 11
Original Poster
Rep:
|
how do you run "gmplayer" because i can't locate it???
|
|
|
08-25-2003, 12:46 PM
|
#12
|
Senior Member
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374
Rep:
|
ahnwhdghk
first you need to get the mplayer source and compile it, there are packages but chances are you do not want them, as well you might want to get the windows dll's on there site for quicktime and relmedia. you do not need these for vcd, but they are nice to have around
you will need to compile the source, by default it will not make gmplayer however, follow these instructions to compile getting the gui and the windows dll codec support:
extract the dll files that you downloaded, place them in the directory /usr/lib/win32/ you may need to make the directory (mkdir /usr/lib/win32)
next you compile mplayer
extract the mplayer source and enter the directory it is extracted to
type:
./configure --enable-gui
when that finishes type the following:
make && make install
when that is done you should be able to run gmplayer
|
|
|
All times are GMT -5. The time now is 03:37 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|