720p Big Buck Bunny trailer not running smoothly with BeagleBoard demo image.

Dear BeagleBoard folks,

I tried to play the Big Buck Bunny trailer [1] using the file from the
QuickTime column with 720p/5.1 surround.

Unfortunately running

    $ omapfbplay trailer_720p.mov

it is not running smoothly.

I am using the BeagleBoard demo image from [2] updated with `opkg
update; opkg upgrade` as of now.

    $ more /proc/cmdline
    ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait mem=99M@0x80000000 mem=128M@0x88000000 omapfb.mode=dvi:1280x1024MR-16@60

    $ lsmod
    Module Size Used by
    g_cdc 25332 0
    bufferclass_ti 3389 0
    omaplfb 8749 0
    pvrsrvkm 124731 2 bufferclass_ti,omaplfb
    sdmak 3743 0
    lpm_omap3530 6597 0
    dsplinkk 125541 1 lpm_omap3530
    cmemk 20978 0
    rfcomm 33488 0
    ircomm_tty 30629 0
    ircomm 16429 1 ircomm_tty
    irda 163469 2 ircomm_tty,ircomm
    ipv6 249183 10
    hidp 11193 0
    l2cap 30104 4 rfcomm,hidp
    bluetooth 49221 3 rfcomm,hidp,l2cap
    rfkill 15030 1 bluetooth
    rtc_twl 4427 0
    rtc_core 12599 1 rtc_twl
    mailbox_mach 4183 0
    mailbox 3609 1 mailbox_mach

What other information do you need to tell me what I am doing wrong.

Thanks,

Paul

[1] http://www.bigbuckbunny.org/index.php/trailer-page/
[2] http://www.angstrom-distribution.org/demo/beagleboard/

Dear BeagleBoard folks,

I tried to play the Big Buck Bunny trailer [1] using the file from the
QuickTime column with 720p/5.1 surround.

Unfortunately running

   $ omapfbplay trailer_720p.mov

it is not running smoothly.

You're trying to play the h264 version, which would need DSP assistance (and likely updated DSP codecs) to play smoothly. In the past we used the MPEG4 ASP version: http://mirror.bigbuckbunny.de/peach/bigbuckbunny_movies/big_buck_bunny_720p_surround.avi

regards,

Koen

Dear BeagleBoard folks,

I tried to play the Big Buck Bunny trailer [1] using the file from the
QuickTime column with 720p/5.1 surround.

Unfortunately running

$ omapfbplay trailer\_720p\.mov

it is not running smoothly.

I am using the BeagleBoard demo image from [2] updated with `opkg
update; opkg upgrade` as of now.

$ more /proc/cmdline
ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait mem=99M@0x80000000 mem=128M@0x88000000 omapfb\.mode=dvi:1280x1024MR\-16@60

$ lsmod
Module                  Size  Used by
g\_cdc                  25332  0
bufferclass\_ti          3389  0
omaplfb                 8749  0
pvrsrvkm              124731  2 bufferclass\_ti,omaplfb
sdmak                   3743  0
lpm\_omap3530            6597  0
dsplinkk              125541  1 lpm\_omap3530
cmemk                  20978  0
rfcomm                 33488  0
ircomm\_tty             30629  0
ircomm                 16429  1 ircomm\_tty
irda                  163469  2 ircomm\_tty,ircomm
ipv6                  249183  10
hidp                   11193  0
l2cap                  30104  4 rfcomm,hidp
bluetooth              49221  3 rfcomm,hidp,l2cap
rfkill                 15030  1 bluetooth
rtc\_twl                 4427  0
rtc\_core               12599  1 rtc\_twl
mailbox\_mach            4183  0
mailbox                 3609  1 mailbox\_mach

What other information do you need to tell me what I am doing wrong.

Thanks,

Paul

[1]http://www.bigbuckbunny.org/index.php/trailer-page/
[2]http://www.angstrom-distribution.org/demo/beagleboard/

I suppose you use omapfbplay. The omapfbplay can play only mp4 720p
video at 24fps. But *_720p.mov uses h264. The omapfbplay can not reach
24fps at the moment.

> Dear BeagleBoard folks,

> I tried to play the Big Buck Bunny trailer [1] using the file from the
> QuickTime column with 720p/5.1 surround.

> Unfortunately running

> $ omapfbplay trailer_720p.mov

> it is not running smoothly.

You're trying to play the h264 version, which would need DSP assistance (and likely updated DSP codecs) to play smoothly. In the past we used the MPEG4 ASP version:bigbuckbunny.de - This website is for sale! - bigbuckbunny Resources and Information.

regards,

Koen

IIRC, a TI doc. mentions DSP codec doesn't support 720p for omap3. I
don't know if there is an update since then.