• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Embedded Software » Multimedia Software Codecs » Multimedia Software Codecs forum » All Tags » Da Vinci dm6467
Share
Multimedia Software Codecs
  • Forum

Browse by Tags

Multimedia Software Codecs

Welcome to the Multimedia Software Codecs Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
Da Vinci dm6467
  • 1080 video encoding DM6467
  • 1080p
  • 1080p/30 encode
  • 6467
  • 720p
  • algorithm
  • Codec
  • codecs
  • Davinci 6467
  • DaVinci HD
  • decode
  • DM6467
  • dm6467 H.264
  • dm6467T
  • encode
  • encode demo
  • encoder
  • H.264
  • H.264 Encoder
  • H.264 encoder DM6467
  • h264
  • H264 Decoder
  • H264 Encoder
  • h264enc
  • resizer
Related Posts
  • Forum Post: h264fhdvenc codec outputs 0 encoded bytes

    Nir Aloni Nir Aloni
    I use the h264fhdvenc codec (version 01.10.01.00 November 2009) with the DM6467. While running TI's DVSDK encode demo, I can see that the encoder outputs 0 encoded bytes when capturing the attached full-screen images. What is the reason for this?
    on Sep 27, 2010
  • Forum Post: Algorithm creation failure on DM6467 for H.264 decoder version 1.10.04.00

    Nir Aloni Nir Aloni
    In order to implement a workaround for a problem I have, I want to reset my decoder on the DM6467 using XDM_RESET. Since my CODEC was an old one (1.00.011) which does not support XDM_RESET, I downloaded a newer one (1.10.04.00). I compiled the DVSDK with the new CODEC, but when I try to run my application...
    on Feb 10, 2011
  • Forum Post: Can TI decoder support more than two channel in DM6467?

    Saige Lin Saige Lin
    Hi all, Our platform is DM6467 DVSDK version is dvsdk_3_10_00_19 Kernel version is 2.6.32-rc2-davinci1 When we create 4 instances, decode h264 bit stream simultaneously. After decode, we put decoded frame to resize engine. Then cause "Assertion", we watch srcDim.y that is random value and >...
    on Jun 14, 2011
  • Forum Post: increasing noise at black areas after decoding

    Nir Aloni Nir Aloni
    Hello, In my streaming application I have two boards based on DM6467 - one for encoding and the other for decoding. The encoding board is connected to a video source and the decoding board is connected to a display. I notice that while streaming, as time progresses, noise accumulates on black...
    on Apr 7, 2011
  • Forum Post: Can DM6467 decode 6 D1 at the same time?

    Saige Lin Saige Lin
    I decode 6 D1 h264 bit stream, and total bit rate is about 10Mbps. But I use the 6 decoders at the same time, the output frames are something wrong. The frame's x is 0 and y is very large number (like 3990752). I use the 5 decoders at the same time, and they work fine. Thanks & B...
    on Jul 8, 2011
  • Forum Post: encode demo error :Failed to create video encoder ***

    David David
    I add a new codec algorhythm to produce a x64p server ,but when I run my program on the dm6467T evm I get the err: failed to create video encoder ***(the *** represent my codec algorhythm name),can anyone give me a hand,thanks! source: Create the video encoder */ hVe1 = Venc1_create(hEngine...
    on Aug 26, 2011
  • Forum Post: DM6467: H264FHDV encoder: num_units_in_tick and time_scale VUI parameters

    Michele Hallak Michele Hallak
    Hi I need to configure the frame rate in the SPS part of the header; for that I need access to the num_units_in_tick and time_scale VUI parameters. As far as I understand, it is not supported with this encoder (H264FHDVENC) on this platform (DM6467). Has someone different information? What...
    on Mar 16, 2012
  • Forum Post: Re: h264fhdvenc can only reach 10 fps

    David David
    Hi, Chris First ,sorry for so late reply . I set my server.tcf according the cs2dm6467 "CS" demo like below: /* Specify the L2 memory setting */ var device_regs = { l1PMode: "32k", l1DMode: "32k", l2Mode: "64k" }; ... if (config.hasReportedError...
    on Mar 20, 2012
  • Forum Post: h264fhdvenc can only reach 10 fps

    David David
    Hi,all The parameters are set as bellow: VIDENC1_DynamicParams dynParams = Venc1_DynamicParams_DEFAULT; VIDENC1_Params params = Venc1_Params_DEFAULT; params.maxWidth = 1920; params.maxHeight = 1088; params.inputChromaFormat = XDM_YUV_420SP; params.reconChromaFormat = XDM_CHROMA_NA; params...
    on Feb 26, 2012
  • Forum Post: DM6467 H264 High profile decoder questions

    Santosh M Santosh M
    Hi, In TI's H.264 decoder for DM6467, how many reference frames are supported? We are using TI's H.264 decoder version 01.10.04.00. So far we have been using it to decode the Main Profile video with 1 reference frame. However, for the next generation of the s/w we are planning to...
    on Apr 2, 2012
  • Forum Post: DM6467 DSP side crash! help!

    Qing Chang Qing Chang
    Hello:) I have tried to make a video-analysis system following the steps: 1) I use h264dec to decode my stream ; 2) Copy the decoded frame to Cmem, and call my alg(named "dummy") process; 3) alg done. Copy the modified frame from CMEM to my buffer and call encoder. 4) Get net...
    on Apr 3, 2012
  • Forum Post: DM6467T - JPEGENC 2.00.01.00 - Custom QUANTIFICATION Table

    mike soso mike soso
    I want to use custom quantification table for the jpegenc codec. I'm using DVSDK 3.10 with gstreamer_ti : gst-launch -v ticapturesrc num-buffers=1 video-standard=1080i ! TIVidResize ! 'video/x-raw-yuv, width=720, height=288' ! TIC6xColorspace engineName=codecServer ! queue ! TIImgenc1...
    on Dec 23, 2011
  • Forum Post: DM6467 periodical IDR frame generation possible bug

    Nir Aloni Nir Aloni
    I followed TI's instructions for forcing IDR frames on the DM6467 h.264 encoder CODEC and it works fine and I can force IDR frame every desired number of frames. After running my application for a long time I start to see pixelization artifacts every several seconds (which later found to be the...
    on Sep 16, 2010
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use