maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Aspect ratio adjustment for DivX files (N900) (https://talk.maemo.org/showthread.php?t=75727)

tobymansell 2011-08-14 08:39

Aspect ratio adjustment for DivX files (N900)
 
Hi there,

How do i get a divx movie on the phone to fit the whole screen. Im not seeing any settings with the default video player on the N900 to scale the video to fit the whole screen.

It's about the size of a matchbox at the moment.

cheers guys.

funkmunk 2011-08-14 08:55

Re: Aspect ratio adjustment for DivX files (N900)
 
Use a video converter....Use aspect ratio 800X480...

tobymansell 2011-08-14 09:06

Re: Aspect ratio adjustment for DivX files (N900)
 
Is there not a media player for the N900 which has settings to adjust the aspect ratio without the need to re encode every video?

Appreciate your help! :)

Electricgod 2011-08-14 09:22

Re: Aspect ratio adjustment for DivX files (N900)
 
Quote:

Originally Posted by tobymansell (Post 1069591)
Is there not a media player for the N900 which has settings to adjust the aspect ratio without the need to re encode every video?

Appreciate your help! :)

SiB player does!

enable 'stretch video' in setting

anthonie 2011-08-14 10:59

Re: Aspect ratio adjustment for DivX files (N900)
 
Yes, SiB-player, which is the frontend for the mplayer from the command line. If you want more options, or prefer to use command line, type
Code:

mplayer --help
for a list of options (More than you'd probably care for...)

tobymansell 2011-08-14 11:12

Re: Aspect ratio adjustment for DivX files (N900)
 
wicked guys nice 1!!!

tobymansell 2011-08-14 11:16

Re: Aspect ratio adjustment for DivX files (N900)
 
Is there a download link to this?

Cheers.

anthonie 2011-08-14 12:04

Re: Aspect ratio adjustment for DivX files (N900)
 
A download link to what?

Provided you have rootsh installed and use sudo to extecute root commands, type

Code:

sudo apt-get install mplayer
That should install mplayer for you which you then can start from the command line.

Any other program in installable the same way. Alternatively you can use Hildon Application Manager to install these things for you. Be aware though, that HAM is sloooooow.

tobymansell 2011-08-14 12:23

Re: Aspect ratio adjustment for DivX files (N900)
 
hi there ive actually just tried that above command and it now says 'Password:'
Is there a default password for it?
thanks.

anthonie 2011-08-14 13:03

Re: Aspect ratio adjustment for DivX files (N900)
 
No there is not. It's a matter of your sudoers file allowing you or not to work without a password as sudo.

The workaround is to simply change your identity to root first via

Code:

sudo gainroot
and then repeat the commands I gave you, but leave out the sudo part. So:

Code:

apt-get install mplayer
That should do the trick.

If this annoys you for whatever reason and you want to be able to use sudo without the need for a password, you'll have to edit a text file, located over at

Code:

/etc/sudoers/01sudo
In there you'll need to have a line saying

Code:

user ALL = NOPASSWD: /usr/bin/sudo
It requires a reboot to bring the change to effect. And ofcourse, this change will have to be done as root.


All times are GMT. The time now is 23:03.

vBulletin® Version 3.8.8