Other Parts Discussed in Thread: TVP7002
Hi all, sory bad english
I want run davincieffect.mpeg4 on the TV display
I am trying to run decode that demo file of DVSDK on dm365. But I get an error when I execute:
./loadmodules.sh
./decode -v /data/videos/davincieffect.mpeg4 -y 2 -O composite
Decode demo started.
DavinciDisplay DavinciDisplay.1: Before finishing with S_FMT:
layer.pix_fmt.bytesperline = 736,
layer.pix_fmt.width = 720,
layer.pix_fmt.height = 480,
layer.pix_fmt.sizeimage =529920
DavinciDisplay DavinciDisplay.1: pixfmt->width = 720,
layer->layer_info.config.line_length= 736
Error: Failed to decode video buffer
My bootargs:
setenv bootargs mem=76M console=ttyS0,115200n8 root=/dev/nfs rw nfsroot=$(nfshost):$(rootpath) ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off video=davincifb:vid0=0,2500K:vid1=0,2500K:osd0=720x576x16,2025K dm365_imp.oper_mode=0 davinci_capture.device_type=4 davinci_enc_mngr.ch0_output=COMPOSITE davinci_enc_mngr.ch0_mode=PAL
Anybody, Help me please!
Thanks