• 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 » dm365-codecs
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:
dm365-codecs
  • Codec
  • codecs
  • DaVinci DM368
  • DM365
  • DM-365
  • DM365 + DVSDK
  • dm365 + h264
  • DM365 Audio
  • DM365 DVEVM
  • DM365 Encoder
  • DM365 H264 Decoder
  • DM365 H264 Encoder
  • DM365 H264 Platinum Encoder
  • DM365 Platinum Encoder
  • DM368
  • DM36x
  • encode
  • encoder
  • H.264
  • H.264 Encoder
  • h264
  • H264 Decoder
  • H264 Encoder
  • h264enc
  • Video
Related Posts
  • Forum Post: Re: issue on rebuilding the codec_engine_3_20_00_16

    siva prasad siva prasad
    hi, i had added " $(XDC_INSTALL_DIR)/packages" in the xdc path of my make file... even though i was ended up with the folowing error.. ======== .libraries [/media/B06883256882E984/dvsdk4-dm365/codec_engine_3_20_00_16/packages/ti/sdo/ce] ======== rm -f package/lib/lib/release/ce/rms.ov5T...
    on Dec 21, 2010
  • Forum Post: Codec Engine Port - no HDVICP interrupt for H264VDEC

    Thomas Haupt68299 Thomas Haupt68299
    Hi, we're porting Codec Engine / Framework Components to the QNX Neutrino OS on a TMS320DM365, aiming to do H264 video decoding. Work is based upon CodecEngine version 2.25.05.16. The port is largely derived from the Linux version and mainly finished, but now we are hitting some trouble trying to...
    on Mar 3, 2011
  • Forum Post: DM365 encoder audio capture demo application - Taking high cpu time and generate bit rate double of the requested value randomly

    Muhammed Adookkattil Muhammed Adookkattil
    Hi, I am running the encode demo application and capturing audio on DM365. I noticed its taking high CPU time and generate bit rate close to double of the requested value randomly. This cause frame drop when I try to recoder audio and video using gstreamer. Did any one noticed this issue? root...
    on Jun 2, 2011
  • Forum Post: Input data of DM368 h.264 decoder

    hirain hsieh hirain hsieh
    Hi all: I can use cmd "./moduletest.out alg_vidDec" to decode a h.264 file well, now I modify the ALG_vidDecTestMain function to build my own h.264 decoder function for real time stream, but the output video is not good, it will have some Remnant shade and wrongcolor when video is...
    on Jun 17, 2011
  • Forum Post: Get Acoustic Echo canceling (AEC) working with dm365...

    charles miglietti charles miglietti
    Hi, I want to integrate the AEC in my project running on the dm365 but I can't get it work... I managed to compile it and integrate it thanks to this post http://e2e.ti.com/support/embedded/f/356/p/108009/381318.aspx But I can't get any results applying it. Following the sample app I...
    on Jun 30, 2011
  • Forum Post: Re: DM36x H.264 encoder error 0x8010 at relatively high bitrates+low resolutions

    John Whittington John Whittington
    Adithya, Thanks for your support. I have indeed seen the issue with sliceMode 0 as well. In fact I first noticed the issue in sliceMode 0. Here are the parameters for sliceMode 0 (VGA resolution at 9 Mbits/sec, H.264 encode v2.20.00.05): Base params =========== size 124 encodingPreset...
    on Aug 16, 2011
  • Forum Post: h264enc 2_20_00_05 regression

    Pete Eberlein Pete Eberlein
    When I use the h264enc concurrently with any of the mpeg2 or mpeg4 codecs, the dm365 will lock up after encoding a few frames. I've set h264DynParams.resetHDVICPeveryFrame = 1, and I'm using a mutex to protect access to the HDVICP. Using h264enc concurrently with other h264enc or h264dec instances...
    on Jul 8, 2011
  • Forum Post: Re: How to improve H.264 performance (baseline profile, res=640x480)?

    Rohan Babtiwale Rohan Babtiwale
    Hi Thanks for the quick reply. I changed the encoder version to "dm365_h264enc_02_30_00_03_production" Here are some changes which I made in the parameters, encodingPreset = XDM_USER_DEFINED rateControlPreset = IVIDEO_USER_DEFINED encQuality = 0 // To enable perpetualRC ----...
    on Apr 3, 2012
  • Forum Post: DM36x H.264 encoder error 0x8010 at relatively high bitrates+low resolutions

    John Whittington John Whittington
    When the DM36x H.264 encoder is set at a relatively large bitrate (e.g. 1-10 Mbits/second for QVGA), the encoder frequently fails with extended error 0x8010 (IH264VENC_ERR_PROCESS_CALL). The error has been seen with encoder versions 2.20.00.005 and 2.30.00.01. The error frequently...
    on Aug 15, 2011
  • Forum Post: DM365 H264dec codec problem: first call of Vdec2_process will cause segmentation fault if you call Vdec2_delete and Vdec2_create again

    Johnny Ling Johnny Ling
    version of DVSDK: 02_10_01_18 version of DMAI: 01_21_00_10 version of h264dec is: 02.00.00.00.11 (the latest one from TI's web site) version of mpeg4dec is: 01.10.00.01(the latest one from TI's web site) becuase we have to decode different streams one by one, so we have to close the...
    on Jan 18, 2011
  • Forum Post: How to improve H.264 performance (baseline profile, res=640x480)?

    Rohan Babtiwale Rohan Babtiwale
    Hi, I am using H.264 codec to encode video on DM368. I want constant bit rate of 512K maximum. The performance is okay with the still image but it degrades with the moving picture. There are blocks (pixalization) in the video stream. At 2M bit rate the performance is good. But I want a better picture...
    on Apr 2, 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