![]() |
2006-07-27
, 18:39
|
Posts: 14 |
Thanked: 0 times |
Joined on Jul 2006
|
#82
|
Forget about H.264. This device is not capable and benchmarking it is a complete waste of time.
What settings are you using for 'mpeg4'? QPEL? GMC? What is the spacing of your Iframes?
IMHO MP4 is best suited to this device in terms of capability to play back the video at decent compression ratios.
![]() |
2006-07-27
, 19:25
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#83
|
Not exact. With default player I can decompress mpeg4@352x240x800kbps+mp3@128kbps at < 25% CPU!
The few known limitations of this player are:
* can handle only few formats (no wmv, no flv, no h264, etc...);
* only < 352x288 resolutions and only 16x multiple
* jerky playback in full screen
* no B-frames
No problems with high bitrate/framerate, no CPU overloading with mpeg4. This is the reason why I hope Serge will use DSP for video too.
![]() |
2006-07-27
, 22:57
|
Posts: 59 |
Thanked: 5 times |
Joined on Nov 2005
|
#84
|
#!/bin/sh /usr/bin/mplayer -fs -framedrop -vo x11 -ao sdl -cache 800 "$1"
video/x-msvideo=7,/usr/bin/runmplayer,,runmplayer,avi,| video/mpeg=7,/usr/bin/runmplayer,,runmplayer,mpg,mpe,mpeg,|
![]() |
2006-07-30
, 21:29
|
Posts: 59 |
Thanked: 5 times |
Joined on Nov 2005
|
#85
|
![]() |
2006-08-02
, 06:48
|
|
Posts: 356 |
Thanked: 27 times |
Joined on Jun 2006
@ Madrid, Spain
|
#86
|
![]() |
2006-08-02
, 12:04
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#87
|
![]() |
2006-08-03
, 09:25
|
Posts: 59 |
Thanked: 5 times |
Joined on Nov 2005
|
#88
|
![]() |
2006-08-03
, 19:12
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#89
|
![]() |
2006-08-03
, 22:29
|
Posts: 59 |
Thanked: 5 times |
Joined on Nov 2005
|
#90
|
The few known limitations of this player are:
* can handle only few formats (no wmv, no flv, no h264, etc...);
* only < 352x288 resolutions and only 16x multiple
* jerky playback in full screen
* no B-frames
No problems with high bitrate/framerate, no CPU overloading with mpeg4. This is the reason why I hope Serge will use DSP for video too.