• 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 » All Tags » Davinci 6467
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".

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:
Davinci 6467
  • 1080p
  • 1080p/30 encode
  • 6467
  • 720p
  • C64x
  • Codec
  • Codec Engine
  • codec server
  • codecs
  • Da Vinci dm6467
  • davinci
  • decode
  • DM6467
  • dm6467 H.264
  • dm6467T
  • encode
  • encoder
  • H.264
  • H.264 Encoder
  • h264
  • H264 Decoder
  • H264 Encoder
  • h264enc
  • MPEG4
  • XDM
Related Posts
  • 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
  • Forum Post: Framerate dropped suddenly when running encode demo on dm6467

    zhifei zhang zhifei zhang
    Hi, When I run encode demo on dm6467, I find a strange problem. There is a sudden drop of framerate in the process of encoding. The output information is as follow: # ./encode -v 1.264 -a 1.aac Encode demo started ... Encode demo ARM Load: 9% DSP Load: 70% Display Type: 720P 50Hz Video...
    on Nov 12, 2010
  • Forum Post: Frame Rate (H264 Encoder 1.20.02.00)

    BrandyJ BrandyJ
    Hello, I am trying to set the frame rate and the bit rate in my encoder instance. I would like the Frame Rate to 8 frames per second and the CBR to 800000bps. I set static parameters to: params.rateControlPreset = IVIDEO_LOW_DELAY; params.maxBitRate = 800000; params.inputChromaFormat = XDM_YUV_420SP;...
    on Jan 24, 2011
  • Forum Post: DM6467 H.264 Encoder Latency

    babs76 babs76
    Can someone tell me (or point me to a document) what the latency of the H.264 encoder is? I understand that there is algorithm latency (e.g. the algorithm takes 14.4 ms until it spits out an answer), but is there multiframe latency associated with the encoder? Does the encoder need multiple frames buffered...
    on Feb 1, 2011
  • Forum Post: decode codec stops outputing display buffers

    Nir Aloni Nir Aloni
    I am currently using DM6467 with the h.264 decode codec version 1.10. I am having a problem where after some time decoding a stream where the codec outputs 1 display buffer for each call to the DMAI function 'Vdec2_getDisplayBuf' , suddenly the codec outputs 8 display buffers at once and after...
    on Feb 22, 2011
  • Forum Post: Re: multiple slices on DM6467

    liang yun liang yun
    Thank you. I really need the second one(H241), can you tell me where to download it(releave version 01.21.00.02)?
    on Mar 23, 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: DM6467T H.264 Decode 1080p 60 fps

    S Smith S Smith
    All, Looking for the codec datasheet for 6467T H.264 decoder. The codec FAQ says to request the datasheet. Who do I request the datasheet from and/or where is it available for download? What is the performance of each of the codecs on the DM6467? Please request for the datasheets of...
    on Aug 15, 2011
  • Forum Post: why VIDDEC2_process not return?

    libo Huang libo Huang
    Hello: I have met a strange problem. on Dm6467t platform , using video_dec (H.264 High Profile Decoder (v01.10.05)) + my DeInterlace + ittem H264Encode, it can run severe miniute, then the decode VIDDEC2_process not return and blocking. when i remove my DeInterlace, it maybe run severe hours. can...
    on Sep 20, 2011
  • Forum Post: Re: why VIDDEC2_process not return?

    libo Huang libo Huang
    Mahantesh, my H264 decoder library is the latest ver: 01.10.05.03. you mean i must add lock to all the modules? which resource will influence the modules in parallel? the other, what is the relationship between EDMA3.maxEdmaChannels in server cfg and edma event map in linux driver. I know, total...
    on Sep 21, 2011
  • Forum Post: create video decoder error on dm6467t

    liang yun liang yun
    Hi, In my program, The Vdec2_create() and Venc1_create() would be called twice respectively,When i called Vdec2_create() at the second time , sometimes it didn't return.it stop at VIDDEC_control(,XDM_SETPARAMS,...), why? with evm:dm6467t dvsdk:3.10_00_19 codec engine:2.25.05.16 ...
    on Oct 24, 2011
  • Forum Post: [ISSUE] DVTB failed when decode mpeg4 file with resolution >D1

    xiaoyang xie xiaoyang xie
    Hi, experts Our product development has completed with the H264&mpeg2 part. And now we need to add mpeg4 decode support. I verify the problem by running the dvtb. Also, I modify the decode demo in the dvsdk_demos_3_10_00_16 to support mpeg4, but it fails at another step(D1 is OK). So I think...
    on Dec 22, 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: Does dm6467t support 3A(AF AE AWB)

    David David
    HI ALL Does dm6467t support 3A(AF AE AWB) ?
    on Mar 17, 2012
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