DM6467 - Encoding in 1080i with DMAI

2009-02-20 Thread Marcelo Guedes Silva
Hi. I am using the DMEVM board TMS320DM6467 with MontaVista Linux. I ran the demo with success. The problem began when I tried to modify the demo a little bit. I want to encode a video in 1080i resolution and the demo only accept 720p. A tried to do it in different ways and nothing worked until no

Re: DM6467 - Encoding in 1080i with DMAI

2009-06-16 Thread Robert Chen
Sincerely, Robert Chen -------- Re: DM6467 - Encoding in 1080i with DMAI Marcelo Guedes Silva Mon, 02 Mar 2009 11:29:13 -0800 Hi, it didn´t work. I ran the new loadmodules.sh and received this message: r...@10.0.0.100:/opt/dvsdk# ./loadmo

RE: DM6467 - Encoding in 1080i with DMAI

2009-02-23 Thread Mahendra Kumar Angamuthu Ganesan
Hi Marcelo Guedes, Change the source code of "capture.c" as shown below to make encoder of DM6467 demo working for 1080I as shown below and compile it. /* Calculate the dimensions of a video standard given a color space */ #if RES_720 if (BufferGfx_calcDimensions(VideoStd_720P_60,ColorS

Re: DM6467 - Encoding in 1080i with DMAI

2009-03-02 Thread Marcelo Guedes Silva
Mahendra Kumar, very thanks. I will try it ASAP. And look, it happened again. Some people said that it´s impossible. Others said that yes, it can be done. The doubt is spread over all forums and sites about it. 2009/2/23 Mahendra Kumar Angamuthu Ganesan > Hi Marcelo Guedes, > > Change the sour

Re: DM6467 - Encoding in 1080i with DMAI

2009-03-02 Thread Marcelo Guedes Silva
Hi, it didn´t work. I ran the new loadmodules.sh and received this message: r...@10.0.0.100:/opt/dvsdk# ./loadmodules.sh > ioremap_nocache(0x8780, 69206016)=0xc808 > allocated heap buffer 0xc808 of size 0x239000 > cmem initialized 5 pools between 0x8780 and 0x8ba0 > DSPLINK Mod

RE: Re: DM6467 - Encoding in 1080i with DMAI

2009-06-17 Thread Robert Chen
We figured out the issue (turned out to be a buffer management issue). -Robert -Original Message- From: Robert Chen Sent: Tuesday, June 16, 2009 6:34 AM To: 'davinci-linux-open-source@linux.davincidsp.com' Subject: Re: DM6467 - Encoding in 1080i with DMAI This is a fo

RE: Re: DM6467 - Encoding in 1080i with DMAI

2009-06-22 Thread Robert Chen
oopback example helped resolved this. -Robert -Original Message- From: Robert Chen Sent: Wednesday, June 17, 2009 5:58 AM To: davinci-linux-open-source@linux.davincidsp.com Subject: RE: Re: DM6467 - Encoding in 1080i with DMAI We figured out the issue (turned out to be a buffer m