View previous topic :: View next topic |
Author |
Message |
Major Apprentice
Joined: 27 Feb 2004 Posts: 198 Location: Sherbrooke, Qc, Canada
|
Posted: Tue Aug 10, 2004 8:32 pm Post subject: Mplayer chumpy |
|
|
Im trying to watch a movie ..but the movie is all chumpy ... for a few second its all rigth and after it kind of stop and start again ....
what can I do to fix this ... Im using mplayer _________________ Major over and out |
|
Back to top |
|
|
twiggy n00b
Joined: 25 Nov 2003 Posts: 65 Location: Sweden
|
Posted: Tue Aug 10, 2004 11:20 pm Post subject: |
|
|
I have never ever had any problems with mplayer (atleast not with gentoo because of all the extra codecs you get) so i would bet on the movie is fucked or something.. _________________ Bite my shiny metal ass! |
|
Back to top |
|
|
Major Apprentice
Joined: 27 Feb 2004 Posts: 198 Location: Sherbrooke, Qc, Canada
|
Posted: Wed Aug 11, 2004 11:50 am Post subject: |
|
|
The movie was burned on a CD and was working properly before ...
ok lets say its the movies for a second how can I be sure its the movie. Can I prove it by whatsoever test ? _________________ Major over and out |
|
Back to top |
|
|
twiggy n00b
Joined: 25 Nov 2003 Posts: 65 Location: Sweden
|
Posted: Wed Aug 11, 2004 11:58 am Post subject: |
|
|
Mplayer prints out alot of messages all the time so if there is a error you should see it.. you can problably make it more verbose too _________________ Bite my shiny metal ass! |
|
Back to top |
|
|
Major Apprentice
Joined: 27 Feb 2004 Posts: 198 Location: Sherbrooke, Qc, Canada
|
Posted: Wed Aug 11, 2004 12:04 pm Post subject: |
|
|
The error that I see is that my CPU is too slow for the medi and/or the drive may be to slow. It suggest some way to fix it but its not working ...
I have an
AMD Athon 1.2
768 DDR MB RAM
TDK CDRW 12x10x32x
Pionner DVD 16x _________________ Major over and out |
|
Back to top |
|
|
ahubu Guru
Joined: 16 Aug 2003 Posts: 400 Location: Groningen, The Netherlands
|
Posted: Sat Aug 14, 2004 10:02 am Post subject: |
|
|
so, it could be so that indeed the cdrom drive is too slow.
Try to copy the file back to your drive to see whether it works still from the harddrive.
Maybe you don't have dma transfers enabled on your cddrive. Enable it with
Code: | hdparm -d1 /dev/hdc |
where hdc is your cdrom player. you should do this as root.
Furthermore, mplayer shouldn't be complaining about not able to use RTC. This also speeds up the process a lot. I don't know if it does, so just guessing. It should live at /dev/rtc. |
|
Back to top |
|
|
Lepaca Kliffoth l33t
Joined: 28 Apr 2004 Posts: 737 Location: Florence, Italy
|
Posted: Sat Aug 14, 2004 10:58 am Post subject: |
|
|
Sorry but in my experience RTC doesn't speed up zilch. Here is what (in my opinion) should be done to find out what really is slow.
1 - copy the movie on hard disk. If it isn't slow then it's cdrom's fault. Otherwise go on...
2 - mplayer -vo help; check what is available. Try fbdev under the console, sdl, xv and gl/gl2 under x, the latter only if you have 3d acceleration. Disable sound. Do not rely on your eyes only, instead use -benchmark to find out exactly how many frames are being dropped. The command looks like this:
mplayer -vo sdl -ao null -benchmark <filename>.
If the movie feels smoother with one of those video outputs then you've found out that it's a video card/video output choice issue. If it's smoother with ANY of those then it was the audio. If it still isn't smooth:
3 - Do: mplayer -vo null -ao null -benchmark <filename>. This way you'll be benchmarking only the codec used and the data throughput (but we already know it's not a throughput issue). So if it still isn't smooth it's the codec.
I hope this helps you. Let us know about what you find out. _________________ It isn't enough to win - everyone else must lose, and you also have to rub it in their face (maybe chop off an arm too for good measure).
Animebox! |
|
Back to top |
|
|
Major Apprentice
Joined: 27 Feb 2004 Posts: 198 Location: Sherbrooke, Qc, Canada
|
Posted: Sat Aug 14, 2004 9:30 pm Post subject: |
|
|
Yeap thanks a lot Ill check all this and let you know ... _________________ Major over and out |
|
Back to top |
|
|
|