gnome-mplayer does not play videos in the correct aspect ratio

2011-07-12 Thread Eden
When I play via mplayer the resolution is perfect. It completely fullscreen.
The playback on the other hand is terrible. It freezes and goes in slow
motion. So is there a way I can get the resolution and playback to work in
gnome-mplayer?


Re: gnome-mplayer does not play videos in the correct aspect ratio

2011-07-12 Thread Camaleón
El 2011-07-11 a las 16:26 -0400, Eden escribió:

(resending to the list)

 On Sun, Jul 10, 2011 at 9:39 AM, Camaleón noela...@gmail.com wrote:

(...)

   I have tried it in the terminal as you can see from my terminal output:
   eltume@G41M-ES2l:~$ mplayer -vo gl /home/eltume/Videos/Super (2010).avi
   bash: syntax error near unexpected token `('.
 
  I'm afraid you need to enclose the file in quotes:
 
  mplayer -vo gl /home/eltume/Videos/Super (2010).avi
 
   I've tried chaning the aspect ratio. I will try using mplayer and not
   gnome-mplayer to play the video.
 
  Yep, in the end it's mplayer that makes all the hard job :-)

 When I play via mplayer the resolution is perfect. It completely fullscreen.
 The playback on the other hand is terrible. It freezes and goes in slow
 motion. So is there a way I can get the resolution and playback to work in
 gnome-mplayer?

Mmmm, couldn't be that gnome-mplayer detects that the current resolution 
can cause errors in playback and automatically switches into a more 
sensible one to prevent the video slowness?

In addition, have you tried by running gnome-mplayer from console with 
-v (verbose) switch?

Greetings,

-- 
Camaleón 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110712173100.ga8...@stt008.linux.site



Re: gnome-mplayer does not play videos in the correct aspect ratio

2011-07-12 Thread Camaleón
On Tue, 12 Jul 2011 06:50:54 -0400, Eden wrote:

(please, keep the messages in the same thread... you already opened one 
for this same matter and people is replying in there)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.07.12.18.29...@gmail.com



Re: gnome-mplayer does not play videos in the correct aspect ratio

2011-07-10 Thread Camaleón
On Sat, 09 Jul 2011 23:32:09 -0400, Eden wrote:

 When I try to watch a video it does not cover the entire screen.
 Sometimes it is a small box playing in the center when it is full screen
 other times there are large chunks of black space on both sides of the
 monitor. When I try to watch a video it does not cover the entire
 screen. Sometimes it is a small box playing in the center when it is
 full screen other times there are large chunks of black space on both
 sides of the monitor.

Yes, as others already told you, try with mplayer and if still having 
problems with aspect ratio, try to use the associated parameter mplayer -
aspect [value].

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.07.10.10.14...@gmail.com



Re: gnome-mplayer does not play videos in the correct aspect ratio

2011-07-10 Thread Camaleón
El 2011-07-10 a las 09:13 -0400, Eden escribió:

(resending to the list)

 On Sun, Jul 10, 2011 at 6:14 AM, Camaleón noela...@gmail.com wrote:
 
  On Sat, 09 Jul 2011 23:32:09 -0400, Eden wrote:
 
   When I try to watch a video it does not cover the entire screen.
   Sometimes it is a small box playing in the center when it is full screen
   other times there are large chunks of black space on both sides of the
   monitor. When I try to watch a video it does not cover the entire
   screen. Sometimes it is a small box playing in the center when it is
   full screen other times there are large chunks of black space on both
   sides of the monitor.
 
  Yes, as others already told you, try with mplayer and if still having
  problems with aspect ratio, try to use the associated parameter mplayer -
  aspect [value].

 I have tried it in the terminal as you can see from my terminal output:
 eltume@G41M-ES2l:~$ mplayer -vo gl /home/eltume/Videos/Super (2010).avi
 bash: syntax error near unexpected token `('. 

I'm afraid you need to enclose the file in quotes:

mplayer -vo gl /home/eltume/Videos/Super (2010).avi

 I've tried chaning the aspect ratio. I will try using mplayer and not 
 gnome-mplayer to play the video.

Yep, in the end it's mplayer that makes all the hard job :-)

Greetings,

-- 
Camaleón 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110710133955.ga5...@stt008.linux.site



gnome-mplayer does not play videos in the correct aspect ratio

2011-07-09 Thread Eden
When I try to watch a video it does not cover the entire screen. Sometimes
it is a small box playing in the center when it is full screen other times
there are large chunks of black space on both sides of the monitor.


Re: gnome-mplayer does not play videos in the correct aspect ratio

2011-07-09 Thread William Hopkins
On 07/09/11 at 11:32pm, Eden wrote:
 When I try to watch a video it does not cover the entire screen. Sometimes
 it is a small box playing in the center when it is full screen other times
 there are large chunks of black space on both sides of the monitor.

Try the files directly with mplayer on the command line, and provide the
output. It should tell you the aspect ratio set in the file and the
resolution/aspect ratio that is actually displayed.

-- 
Liam


signature.asc
Description: Digital signature


Re: gnome-mplayer does not play videos in the correct aspect ratio

2011-07-09 Thread George Standish

On 09/07/11 11:32 PM, Eden wrote:

When I try to watch a video it does not cover the entire screen.
Sometimes it is a small box playing in the center when it is full screen
other times there are large chunks of black space on both sides of the
monitor.


Try changing the Video Output.  From command line you could use 
something like mplayer -vo xv FILE, mplayer -vo gl FILE.  By what 
you describe it sounds like you're probably using x11 right now.


You can use mplayer -vo help to get a list of all video outputs.

If you use a GUI frontend for mplayer, there should be a Video Output 
option somewhere in preferences.


Good luck,
George


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4e192621.1090...@gmail.com