Active Topics

 



Notices


Reply
Thread Tools
Posts: 56 | Thanked: 2 times | Joined on Aug 2011
#1
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.
 
Posts: 463 | Thanked: 103 times | Joined on Jul 2010 @ Mumbai, India
#2
Use a video converter....Use aspect ratio 800X480...
 
Posts: 56 | Thanked: 2 times | Joined on Aug 2011
#3
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!
 
Posts: 45 | Thanked: 75 times | Joined on Dec 2010 @ India
#4
Originally Posted by tobymansell View Post
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
 
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#5
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...)
 
Posts: 56 | Thanked: 2 times | Joined on Aug 2011
#6
wicked guys nice 1!!!
 
Posts: 56 | Thanked: 2 times | Joined on Aug 2011
#7
Is there a download link to this?

Cheers.
 
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#8
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.
 
Posts: 56 | Thanked: 2 times | Joined on Aug 2011
#9
hi there ive actually just tried that above command and it now says 'Password:'
Is there a default password for it?
thanks.
 
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#10
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.
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:12.