• 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 » Does CBR mean CVBR?
Share
Multimedia Software Codecs
  • Forum
Options
  • Subscribe via RSS

Forums

Does CBR mean CVBR?

This question is not answered
YOJI YASUDA
Posted by YOJI YASUDA
on Apr 11 2012 05:14 AM
Prodigy70 points

Hello everyone,

I am trying to fix the size of encoding video data by setting it in CBR.
But the video data have grown big/small than the value that I set.

(setting): 150kbps ---> (real): 560kbps/50kbps


Input sources are snowy noise/black 0%.
framerate: 1
bitrate: 150kbps
rcAlgorithm: CBR
I tried with DM8168DVRRDK. RDK version is 01_09_00_16.

Does CBR mean CVBR?
How do I fix the size of encoding video data?
Would you give any advice?

Best Regards
Yoji

H.264 DM8168 DVR dm81xx DM816X codec engine
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Yashwant Dutt
    Posted by Yashwant Dutt
    on Apr 14 2012 09:08 AM
    Genius15110 points

    Yoji,

    Can you specify the full encoder parameters, can you also send the i/p and o/p file. Looks like your test sequence comprise of Noise and black data.

    regards

    Yashwant

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • YOJI YASUDA
    Posted by YOJI YASUDA
    on Apr 15 2012 23:29 PM
    Prodigy70 points

    Hi Yashwant,

    Thank you for a reply.
    I understood it.
    I try it.
    Best regards.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • YOJI YASUDA
    Posted by YOJI YASUDA
    on Apr 17 2012 00:06 AM
    Prodigy70 points

    Hi Yashwant,

    I changed parameters.The parameters are as follows.

    //#define ENC_LINK_DEFAULT_ALGPARAMS_RATECONTROLPRESET (IVIDEO_STORAGE)

    #define ENC_LINK_DEFAULT_ALGPARAMS_RATECONTROLPRESET (IVIDEO_USER_DEFINED) // for change rcAlgo

    //#define ENC_LINK_DEFAULT_ALGPARAMS_TARGETBITRATE (2 * 1000 * 1000)

    #define ENC_LINK_DEFAULT_ALGPARAMS_TARGETBITRATE (200 * 1000) // 200kbps

    //#define ENC_LINK_DEFAULT_ALGPARAMS_MAXBITRATE (-1)

    #define ENC_LINK_DEFAULT_ALGPARAMS_MAXBITRATE (200 * 1000) // 200kbps but ignored

    //params->rateControlParams.rateControlParamsPreset = IH264_RATECONTROL_PARAMS_DEFAULT;

    params->rateControlParams.rateControlParamsPreset = IH264_RATECONTROL_PARAMS_USERDEFINED;

    params->rateControlParams.rcAlgo = IH264_RATECONTROL_DEFAULT;

    params->rateControlParams.rcAlgo = IH264_RATECONTROL_PRC_LOW_DELAY;

    But it worked only as VBR.

    I'll try more.

    Best Regards.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Veeranna Hanchinal
    Posted by Veeranna Hanchinal
    on Apr 17 2012 04:38 AM
    Expert5315 points

    YOJI YASUDA

    params->rateControlParams.rcAlgo = IH264_RATECONTROL_DEFAULT;

    params->rateControlParams.rcAlgo = IH264_RATECONTROL_PRC_LOW_DELAY;

    Not sure about 'IH264_RATECONTROL_DEFAULT'  and 'IH264_RATECONTROL_PRC_LOW_DELAY' values .  To enable CBR rate control you need to set params->rateControlParams.rcAlgo = 0.

    Please note that if you want enable Perceptual RC you need set it in dynamic param. And it is valid only for encQuality 0 and 1.

    Thanks,

    Veeranna

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • YOJI YASUDA
    Posted by YOJI YASUDA
    on Apr 25 2012 19:50 PM
    Prodigy70 points

    Hi Veeranna,

    Thank you for a reply.

    It is not yet solved.

    I set

     params->rateControlParams.rcAlgo = 0.

    But it works as VBR.

    I think

     VENC_RATE_CTRL_VBR=0,

     VENC_RATE_CTRL_CBR=1.

    It was written in "ti_venc.h".

    I'll try more in detail.

    Best Regards
    Yoji

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
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