![]() |
2006-07-06
, 20:51
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#2
|
![]() |
2006-07-06
, 23:22
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#3
|
AVI file format detected. VIDEO: [DIVX] 320x176 24bpp 29.970 fps 323.2 kbps (39.4 kbyte/s) Clip info: Software: MEncoder 1.0pre8-3.4.6 ========================================================================== Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400) Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) ========================================================================== It seems there is no Xvideo support for your video card available. Run 'xvinfo' to verify its Xv support and read DOCS/HTML/en/video.html#xv! See 'mplayer -vo help' for other (non-xv) video out drivers. Try -vo x11 ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) ========================================================================== [AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory [AO ESD] latency: [server: 0.28s, net: 0.00s] (adjust 0.28s) AO: [esd] 44100Hz 2ch s16le (2 bytes per sample) Starting playback... VDec: vo config request - 320 x 176 (preferred colorspace: Planar YV12) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.82:1 - prescaling to correct movie aspect. VO: [x11] 320x176 => 320x176 Planar YV12 No accelerated colorspace conversion found SwScaler: using unscaled Planar YV12 -> BGR 16-bit special converter New_Face failed. Maybe the font path is wrong. Please supply the text font file (~/.mplayer/subfont.ttf). subtitle font: load_sub_face failed. A: 2.9 V: 2.1 A-V: 0.723 ct: 0.001 65/ 65 78% 8% 246.9% 50 0 ************************************************ **** Your system is too SLOW to play this! **** ************************************************ Possible reasons, problems, workarounds: - Most common: broken/buggy _audio_ driver - Try -ao sdl or use the OSS emulation of ALSA. - Experiment with different values for -autosync, 30 is a good start. - Slow video output - Try a different -vo driver (-vo help for a list) or try -framedrop! - Slow CPU - Don't try to play a big DVD/DivX on a slow CPU! Try some of the lavdopts, e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all. - Broken file - Try various combinations of -nobps -ni -forceidx -mc 0. - Slow media (NFS/SMB mounts, DVD, VCD etc) - Try -cache 8192. - Are you using -cache to play a non-interleaved AVI file? - Try -nocache. Read DOCS/HTML/en/video.html for tuning/speedup tips. If none of this helps you, read DOCS/HTML/en/bugreports.html.
What can be done with the hardware? - Hardware RANDR support - 2x upscaling - for video and games - cuts screen update memory by 4x! - YUV->RGB colorspace conversion
![]() |
2006-07-07
, 00:43
|
Posts: 63 |
Thanked: 21 times |
Joined on Jan 2006
|
#4
|
![]() |
2006-07-09
, 13:41
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#5
|
![]() |
2006-07-09
, 16:40
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#6
|
#!/bin/bash XRES=320 YRES=240 BITRATE=200 mplayer "$1" -ao pcm:fast:file=tmp.wav -vc null -vo null oggenc -q1 tmp.wav mencoder "$1" -nosound -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=$BITRATE -vf scale=$XRES:$YRES -sws 1 -ffourcc DIVX -o tmp.avi mkvmerge -o "$2" tmp.avi tmp.ogg
![]() |
2006-07-10
, 10:12
|
Posts: 12 |
Thanked: 0 times |
Joined on Jun 2006
|
#7
|
Here is a binary: http://ufo2000.xcomufo.com/files/mpl...9-armel.tar.gz
![]() |
2006-07-10
, 10:26
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#8
|
I extracted the file to my N770 device but I don't get it started. The device says "Unknown Filetype".
What do I have to do to start mplayer?
![]() |
2006-07-12
, 00:54
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#9
|
![]() |
2006-07-12
, 08:32
|
|
Posts: 1,463 |
Thanked: 81 times |
Joined on Oct 2005
@ UK
|
#10
|
can anyone tell me if I can install mplayer on my N770? Do I need a special version? I'm going to see videos streamed through a socket connection. Will that be possible with mplayer installed on a N770?
Thanks.