Angstrom demo and mpeg4 720p with omapfbplay

480p works
720p doesn't work
sound not present
mplayer ?

With :
Angstrom-Beagleboard-demo-image-glibc-ipk-2009.X-test-20090111-
beagleboard.rootfs.tar.bz2
uImage-2.6.27-r12-beagleboard.bin
setenv bootargs 'console=ttyS2,115200n8 console=tty0 root=/dev/
mmcblk0p2 rootwait rootfstype=ext3 video=omapfb:mode:720p60,vram:
2M,vram:4M'

Doing after the boot
mknod /dev/fb1 c 29 1

I didn't need " rm /etc/dev.tar " as told me Koen.
I select in enlightment a static wallpaper, otherwise the situation is
wors than this.

I have a slow 720p from usb:
(On my pc I check
1. the speed of the usb pen: 'cat /sys/bus/usb/devices/8-3/speed' 480
2. mplayer /media/disk/MS_Teaser_Video.mp4
that runs perfectly)

root@beagleboard:~# omapfbplay /media/sda2/MS_Teaser_Video.mp4
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1c100]edit list not starting at 0, a/v
desync might occur, patch welco
me
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/media/sda2/
MS_Teaser_Video.mp4':
  Duration: 00:01:24.39, start: 0.000000, bitrate: 17329 kb/s
    Stream #0.0(eng): Audio: aac, 48000 Hz, stereo, s16
    Stream #0.1(eng): Video: h264, yuv420p, 1280x720, 29.97 tb(r)
Using 45 frame buffers, frame_size=1479936
  7 fps, buffer 0

Instead
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/media/sda2/Stardust_SD.mp4':
  Duration: 00:02:28.50, start: 0.000000, bitrate: 7984 kb/s
    Stream #0.0(eng): Audio: aac, 48000 Hz, stereo, s16
    Stream #0.1(eng): Video: h264, yuv420p, 720x480, 23.98 tb(r)
Using 116 frame buffers, frame_size=577536
  24 fps buffer 73
root@beagleboard:~#

480p good !

Thx!