• 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 » h264enc
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:
h264enc
  • 720p
  • AAC
  • audio
  • Codec
  • Codec Engine
  • codecs
  • davinci
  • DM365
  • DM365 + DVSDK
  • dm365 + h264
  • DM365 H264 Encoder
  • DM365 H264 Platinum Encoder
  • DM365 Platinum Encoder
  • DM368
  • DM6467
  • encode
  • encoder
  • H.264
  • H.264 Encoder
  • h264
  • H264 Decoder
  • H264 Encoder
  • MPEG4
  • Video
  • XDM
Related Posts
  • Forum Post: Doubts over dm6467T EVM

    Xavier Tisaire Xavier Tisaire
    Hi all, It's my first post here, just joindt the community, thanks in advance for any help! We have just bought the dm6467t EVM, in a couple of days we'll recieve it. Maybe it's too early to ask, but we have some doubts that we would like to know: -We want to implement an NTSC/PAL...
    on Apr 28, 2010
  • Forum Post: Comapre between H264 DM365 codecs 1.10.00.08 & Platinum Codec 2.00.00.09

    sujit mahapatro sujit mahapatro
    Hi has any one started using the Platinum Codec released version 2.00.00.09 this month. i tried to port the H264 encoder replacing H264 encoder 1.10.00.08 in to my camera running on DM365. i am trying to find out the differences between the two using DM365 only ( Not DM368). i have not yet...
    on Jul 13, 2010
  • Forum Post: h.264 platinum encoder & dm6467

    ronan ronan
    Hi, I was wondering if the latest h.264 platinum encoder (v2.00.00.09) will be available on DM6467 ? If yes, when would it be available ? Thank you. Actually, i noticed strange results using the v1.20.02.00 when the video becomes more complex (i use a live cam shooting tree with leafs). The encoding...
    on Aug 23, 2010
  • Forum Post: DM365 H264 Platinum Codec ROI Enabling

    sujit mahapatro sujit mahapatro
    Hi, i enabeled ROI feature by setting Dynamic Params-> enableROI = 1; input Arguments for ROI parameters before the VIDENC_process() call. inArgs.roiPrm.numROI = 5 inArgs.roiParameters.listROI[0].topLeft.x = 80; inArgs.roiParameters.listROI[0].topLeft.y = 128; inArgs.roiParameters.listROI...
    on Oct 15, 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: multiple calls to VIDENC1_create causing cmemk kernel dump

    Bernard Vachon Bernard Vachon
    We've using dvsdk 2_10_01_18 on a dm368 for a video encoding application. In our application we create two encoders through VIDENC1_create. The first one is a MPEG4 encoder, the second is a H.264 encoder. Every once in a while, we get a kernel dump (see below) when creating the second encoder...
    on May 26, 2011
  • Forum Post: 160 x 120 resolutions not supported in dm37xx dsp

    Jitendra Kumar Jitendra Kumar
    hi, In DM 37xx, while doing video encode using dsp via h264 encoder for QQVGA resolution 160x120. we get following error: root@omap3evm:~/dsp/ti-dmai-apps # ./video_encode_io1_dm3730.x470MV -c h264enc -i /home/root/snap_1280x720_1_AF_ENA.uyvy -o testoutput.264 -r 160x1 20 -n 8 Starting application...
    on Jun 24, 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: cannot change h264 parameters with DM368

    HIROTAKA RYU HIROTAKA RYU
    Hello all, I have a TMDXEVM368 board and the SDK with this board. I want to encode the YUV file to H.264 stream. I know the way using the application "video_encode_io1_dm368.x470MV" included the SDK, but cannot change the parameters, as example below: --stream with B-picture...
    on Oct 6, 2011
  • Forum Post: DM8168 Codecs info

    anil kumar89919 anil kumar89919
    Dear all, I am using TI DM8168 for the DVR, So I want help on this... 1. what type Codecs are using for audio and video? 2. From where I can find out the codec details in our EZSDK source . 3. what is the diff between 1080i and 1080p & also which one is the best. Thanks u for giving...
    on Jan 12, 2012
  • 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: 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
  • 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: Re: How to improve H.264 performance (baseline profile, res=640x480)?

    Rohan Babtiwale Rohan Babtiwale
    Hi Adithya, Thanks for the quick reply I have to use baseline profile as this is a video phone application. So I cant use high profile and the other parameters which you mentioned. I have made some changes in the parameters. Please check the above post. Anything else I should look into??...
    on Apr 3, 2012
  • Forum Post: DM365 H.264 encoder 2.10.00.06 codec-specific error flags

    Frank Talbot Frank Talbot
    Hi, We're testing an in house encoder application that uses TI's H.264 Platinum encoder (v. 2.10.00.06) on a DM365 eval board. The example application that comes bundled with the encoder works, so I know the right pieces are in place in Linux. When we try to run our encoder application...
    on Apr 6, 2012
  • Forum Post: Re: How to improve H.264 performance (baseline profile, res=640x480)?

    Rohan Babtiwale Rohan Babtiwale
    Hi, I have tried changing these parameters and few other parameters. But there is no apparent change in video quality. I am only concerned about the pixel blocks in the image and picture clarity when there is motion. Can you give me overall back ground of how to remove pixalization at lower bit rates...
    on Apr 9, 2012
  • Forum Post: Integrate H264ENC into DVSDK with existing H264ENC

    Andreas Nagel Andreas Nagel
    Hello, I have installed the DVSDK which already provides several codecs. One of them is H264ENC (for OMAP3530) which is limited to maximum resolution 352x288 pixel. Thus I downloaded an alternate codec ( this one ) which targets C64x+ devices and provides much higher resolutions including full HD....
    on Jun 3, 2012
  • Forum Post: H264HPVENC process() function doesn't return

    Ilya Shcherbak Ilya Shcherbak
    Hello, I try to use h264hpvenc application on tms320c6678 but I have an issue a process() function doesn't return back. Algorithm was successfully created and initialize. RMAN resource was initializing, assign and activated was successfully. But an encoder call does't work correctly it just freezing...
    on May 1, 2013
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