<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Set VBR with bitrate limit IMX8MM</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2097006#M237194</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/250343"&gt;@DR_Akzhol&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can try setting an explicit maximum bitrate. Try the following:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ gst-launch-1.0 v4l2src ! videoconvert ! vpuenc_h264 bitrate=0 quant=35 max-bitrate=3000000 ! mp4mux ! filesink location=output.mp4
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 May 2025 06:30:00 GMT</pubDate>
    <dc:creator>Manuel_Salas</dc:creator>
    <dc:date>2025-05-14T06:30:00Z</dc:date>
    <item>
      <title>Set VBR with bitrate limit IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2095390#M237120</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello there, could you find a solution for that? We have tested VBR with highprofile mode. At DAY we have normal Bitrate 100kb-3Mb, night time camera gives more noise, so the bitrate goes to 15-20Mb (too big files at night). How can we limit the upper bitrate for VBR mode, or what kind of parameters can be adjusted to get lower bitrate at night&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 09:49:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2095390#M237120</guid>
      <dc:creator>DR_Akzhol</dc:creator>
      <dc:date>2025-05-12T09:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set VBR with bitrate limit IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2096710#M237170</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/250343"&gt;@DR_Akzhol&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you are doing very well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share more details about your application?&lt;/P&gt;
&lt;P&gt;What BSP you are using? Are you using GStreamer, V4L2?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 18:14:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2096710#M237170</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2025-05-13T18:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set VBR with bitrate limit IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2096949#M237182</link>
      <description>&lt;P&gt;Hello Manuel,&lt;BR /&gt;Ubuntu, Kernel 5.4.70&lt;BR /&gt;Modified VPU driver to enable highprofile&lt;BR /&gt;Using Gstreamer included into Ubuntu and V4L2, VPUENC plugin.&lt;/P&gt;&lt;P&gt;VBR: Set Quant = 35, bitrate = 0(default)&lt;BR /&gt;&lt;BR /&gt;Our goal is to get VBR in range up to 3Mb bitrate (not above this)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 05:36:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2096949#M237182</guid>
      <dc:creator>DR_Akzhol</dc:creator>
      <dc:date>2025-05-14T05:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set VBR with bitrate limit IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2097006#M237194</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/250343"&gt;@DR_Akzhol&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can try setting an explicit maximum bitrate. Try the following:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ gst-launch-1.0 v4l2src ! videoconvert ! vpuenc_h264 bitrate=0 quant=35 max-bitrate=3000000 ! mp4mux ! filesink location=output.mp4
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 06:30:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2097006#M237194</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2025-05-14T06:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set VBR with bitrate limit IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2097256#M237204</link>
      <description>&lt;P&gt;We do not see this option for vpuenc. See message:&lt;BR /&gt;"WARNING: erroneous pipeline: no property "max-bitrate" in element "vpuenc_h264-0""&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 10:31:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2097256#M237204</guid>
      <dc:creator>DR_Akzhol</dc:creator>
      <dc:date>2025-05-14T10:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set VBR with bitrate limit IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2099502#M237322</link>
      <description>&lt;P&gt;Is there any solution for this?&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 05:54:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2099502#M237322</guid>
      <dc:creator>DR_Akzhol</dc:creator>
      <dc:date>2025-05-19T05:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set VBR with bitrate limit IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2100038#M237350</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please run:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ gst-inspect-1.0 vpuenc_h264
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then look for bitrate options to see if vpuenc_264 supports bitrate options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 17:18:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2100038#M237350</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2025-05-19T17:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set VBR with bitrate limit IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2100333#M237375</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;Factory Details:&lt;BR /&gt;Rank primary + 1 (257)&lt;BR /&gt;Long-name IMX VPU-based AVC/H264 video encoder&lt;BR /&gt;Klass Codec/Encoder/Video&lt;BR /&gt;Description Encode raw data to compressed video&lt;BR /&gt;Author Multimedia Team &amp;lt;shmmmw@freescale.com&amp;gt;&lt;/P&gt;&lt;P&gt;Plugin Details:&lt;BR /&gt;Name vpu&lt;BR /&gt;Description VPU video codec&lt;BR /&gt;Filename /usr/lib/gstreamer-1.0/libgstvpu.so&lt;BR /&gt;Version 4.6.3&lt;BR /&gt;License LGPL&lt;BR /&gt;Source module imx-gst1.0-plugin&lt;BR /&gt;Binary package Freescle Gstreamer Multimedia Plugins&lt;BR /&gt;Origin URL &lt;A href="http://www.freescale.com" target="_blank"&gt;http://www.freescale.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;GObject&lt;BR /&gt;+----GInitiallyUnowned&lt;BR /&gt;+----GstObject&lt;BR /&gt;+----GstElement&lt;BR /&gt;+----GstVideoEncoder&lt;BR /&gt;+----vpuenc_h264&lt;/P&gt;&lt;P&gt;Implemented Interfaces:&lt;BR /&gt;GstPreset&lt;/P&gt;&lt;P&gt;Pad Templates:&lt;BR /&gt;SRC template: 'src'&lt;BR /&gt;Availability: Always&lt;BR /&gt;Capabilities:&lt;BR /&gt;video/x-h264&lt;BR /&gt;stream-format: { (string)avc, (string)byte-stream }&lt;BR /&gt;alignment: { (string)au, (string)nal }&lt;BR /&gt;&lt;BR /&gt;SINK template: 'sink'&lt;BR /&gt;Availability: Always&lt;BR /&gt;Capabilities:&lt;BR /&gt;video/x-raw&lt;BR /&gt;format: { (string)NV12, (string)I420, (string)YUY2, (string)UYVY, (string)RGBA, (string)RGBx, (string)RGB16, (string)RGB15, (string)BGRA, (string)BGRx, (string)BGR16 }&lt;BR /&gt;width: [ 64, 1920 ]&lt;BR /&gt;height: [ 64, 1088 ]&lt;BR /&gt;framerate: [ 0/1, 2147483647/1 ]&lt;/P&gt;&lt;P&gt;Element has no clocking capabilities.&lt;BR /&gt;Element has no URI handling capabilities.&lt;/P&gt;&lt;P&gt;Pads:&lt;BR /&gt;SINK: 'sink'&lt;BR /&gt;Pad Template: 'sink'&lt;BR /&gt;SRC: 'src'&lt;BR /&gt;Pad Template: 'src'&lt;/P&gt;&lt;P&gt;Element Properties:&lt;BR /&gt;bitrate : set bit rate in kbps (0 for automatic)&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Unsigned Integer. Range: 0 - 2147483647 Default: 0&lt;BR /&gt;gop-size : How many frames a group-of-picture shall contain&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Unsigned Integer. Range: 0 - 32767 Default: 30&lt;BR /&gt;min-force-key-unit-interval: Minimum interval between force-keyunit requests in nanoseconds&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Unsigned Integer64. Range: 0 - 18446744073709551615 Default: 0&lt;BR /&gt;name : The name of the object&lt;BR /&gt;flags: readable, writable, 0x2000&lt;BR /&gt;String. Default: "vpuenc_h264-0"&lt;BR /&gt;parent : The parent of the object&lt;BR /&gt;flags: readable, writable, 0x2000&lt;BR /&gt;Object of type "GstObject"&lt;BR /&gt;qos : Handle Quality-of-Service events from downstream&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Boolean. Default: false&lt;BR /&gt;quant : set quant value: H.264(0-51) (-1 for automatic)&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Integer. Range: -1 - 51 Default: -1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;There is option -bitrate, there is no option -max-bitrate&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 05:46:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2100333#M237375</guid>
      <dc:creator>DR_Akzhol</dc:creator>
      <dc:date>2025-05-20T05:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set VBR with bitrate limit IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2100367#M237377</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;Factory Details:&lt;BR /&gt;Rank primary + 1 (257)&lt;BR /&gt;Long-name IMX VPU-based AVC/H264 video encoder&lt;BR /&gt;Klass Codec/Encoder/Video&lt;BR /&gt;Description Encode raw data to compressed video&lt;BR /&gt;Author Multimedia Team &amp;lt;shmmmw@freescale.com&amp;gt;&lt;/P&gt;&lt;P&gt;Plugin Details:&lt;BR /&gt;Name vpu&lt;BR /&gt;Description VPU video codec&lt;BR /&gt;Filename /usr/lib/gstreamer-1.0/libgstvpu.so&lt;BR /&gt;Version 4.6.3&lt;BR /&gt;License LGPL&lt;BR /&gt;Source module imx-gst1.0-plugin&lt;BR /&gt;Binary package Freescle Gstreamer Multimedia Plugins&lt;BR /&gt;Origin URL &lt;A href="http://www.freescale.com" target="_blank"&gt;http://www.freescale.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;GObject&lt;BR /&gt;+----GInitiallyUnowned&lt;BR /&gt;+----GstObject&lt;BR /&gt;+----GstElement&lt;BR /&gt;+----GstVideoEncoder&lt;BR /&gt;+----vpuenc_h264&lt;/P&gt;&lt;P&gt;Implemented Interfaces:&lt;BR /&gt;GstPreset&lt;/P&gt;&lt;P&gt;Pad Templates:&lt;BR /&gt;SRC template: 'src'&lt;BR /&gt;Availability: Always&lt;BR /&gt;Capabilities:&lt;BR /&gt;video/x-h264&lt;BR /&gt;stream-format: { (string)avc, (string)byte-stream }&lt;BR /&gt;alignment: { (string)au, (string)nal }&lt;BR /&gt;&lt;BR /&gt;SINK template: 'sink'&lt;BR /&gt;Availability: Always&lt;BR /&gt;Capabilities:&lt;BR /&gt;video/x-raw&lt;BR /&gt;format: { (string)NV12, (string)I420, (string)YUY2, (string)UYVY, (string)RGBA, (string)RGBx, (string)RGB16, (string)RGB15, (string)BGRA, (string)BGRx, (string)BGR16 }&lt;BR /&gt;width: [ 64, 1920 ]&lt;BR /&gt;height: [ 64, 1088 ]&lt;BR /&gt;framerate: [ 0/1, 2147483647/1 ]&lt;/P&gt;&lt;P&gt;Element has no clocking capabilities.&lt;BR /&gt;Element has no URI handling capabilities.&lt;/P&gt;&lt;P&gt;Pads:&lt;BR /&gt;SINK: 'sink'&lt;BR /&gt;Pad Template: 'sink'&lt;BR /&gt;SRC: 'src'&lt;BR /&gt;Pad Template: 'src'&lt;/P&gt;&lt;P&gt;Element Properties:&lt;BR /&gt;&lt;STRONG&gt;bitrate&lt;/STRONG&gt; : set bit rate in kbps (0 for automatic)&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Unsigned Integer. Range: 0 - 2147483647 Default: 0&lt;BR /&gt;&lt;STRONG&gt;gop-size&lt;/STRONG&gt; : How many frames a group-of-picture shall contain&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Unsigned Integer. Range: 0 - 32767 Default: 30&lt;BR /&gt;&lt;STRONG&gt;min-force-key-unit-interval&lt;/STRONG&gt;: Minimum interval between force-keyunit requests in nanoseconds&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Unsigned Integer64. Range: 0 - 18446744073709551615 Default: 0&lt;BR /&gt;&lt;STRONG&gt;name&lt;/STRONG&gt; : The name of the object&lt;BR /&gt;flags: readable, writable, 0x2000&lt;BR /&gt;String. Default: "vpuenc_h264-0"&lt;BR /&gt;&lt;STRONG&gt;parent&lt;/STRONG&gt; : The parent of the object&lt;BR /&gt;flags: readable, writable, 0x2000&lt;BR /&gt;Object of type "GstObject"&lt;BR /&gt;&lt;STRONG&gt;qos&lt;/STRONG&gt; : Handle Quality-of-Service events from downstream&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Boolean. Default: false&lt;BR /&gt;&lt;STRONG&gt;quant&lt;/STRONG&gt; : set quant value: H.264(0-51) (-1 for automatic)&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Integer. Range: -1 - 51 Default: -1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;There is option -bitrate, no option max-bitrate&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 06:11:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2100367#M237377</guid>
      <dc:creator>DR_Akzhol</dc:creator>
      <dc:date>2025-05-20T06:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set VBR with bitrate limit IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2100370#M237379</link>
      <description>&lt;P&gt;Have check already, there is option -bitrate, no option -max-bitrate&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Factory Details:&lt;BR /&gt;Rank primary + 1 (257)&lt;BR /&gt;Long-name IMX VPU-based AVC/H264 video encoder&lt;BR /&gt;Klass Codec/Encoder/Video&lt;BR /&gt;Description Encode raw data to compressed video&lt;BR /&gt;Author Multimedia Team &amp;lt;shmmmw@freescale.com&amp;gt;&lt;/P&gt;&lt;P&gt;Plugin Details:&lt;BR /&gt;Name vpu&lt;BR /&gt;Description VPU video codec&lt;BR /&gt;Filename /usr/lib/gstreamer-1.0/libgstvpu.so&lt;BR /&gt;Version 4.6.3&lt;BR /&gt;License LGPL&lt;BR /&gt;Source module imx-gst1.0-plugin&lt;BR /&gt;Binary package Freescle Gstreamer Multimedia Plugins&lt;BR /&gt;Origin URL &lt;A href="http://www.freescale.com" target="_blank"&gt;http://www.freescale.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;GObject&lt;BR /&gt;+----GInitiallyUnowned&lt;BR /&gt;+----GstObject&lt;BR /&gt;+----GstElement&lt;BR /&gt;+----GstVideoEncoder&lt;BR /&gt;+----vpuenc_h264&lt;/P&gt;&lt;P&gt;Implemented Interfaces:&lt;BR /&gt;GstPreset&lt;/P&gt;&lt;P&gt;Pad Templates:&lt;BR /&gt;SRC template: 'src'&lt;BR /&gt;Availability: Always&lt;BR /&gt;Capabilities:&lt;BR /&gt;video/x-h264&lt;BR /&gt;stream-format: { (string)avc, (string)byte-stream }&lt;BR /&gt;alignment: { (string)au, (string)nal }&lt;BR /&gt;&lt;BR /&gt;SINK template: 'sink'&lt;BR /&gt;Availability: Always&lt;BR /&gt;Capabilities:&lt;BR /&gt;video/x-raw&lt;BR /&gt;format: { (string)NV12, (string)I420, (string)YUY2, (string)UYVY, (string)RGBA, (string)RGBx, (string)RGB16, (string)RGB15, (string)BGRA, (string)BGRx, (string)BGR16 }&lt;BR /&gt;width: [ 64, 1920 ]&lt;BR /&gt;height: [ 64, 1088 ]&lt;BR /&gt;framerate: [ 0/1, 2147483647/1 ]&lt;/P&gt;&lt;P&gt;Element has no clocking capabilities.&lt;BR /&gt;Element has no URI handling capabilities.&lt;/P&gt;&lt;P&gt;Pads:&lt;BR /&gt;SINK: 'sink'&lt;BR /&gt;Pad Template: 'sink'&lt;BR /&gt;SRC: 'src'&lt;BR /&gt;Pad Template: 'src'&lt;/P&gt;&lt;P&gt;Element Properties:&lt;BR /&gt;bitrate : set bit rate in kbps (0 for automatic)&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Unsigned Integer. Range: 0 - 2147483647 Default: 0&lt;BR /&gt;gop-size : How many frames a group-of-picture shall contain&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Unsigned Integer. Range: 0 - 32767 Default: 30&lt;BR /&gt;min-force-key-unit-interval: Minimum interval between force-keyunit requests in nanoseconds&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Unsigned Integer64. Range: 0 - 18446744073709551615 Default: 0&lt;BR /&gt;name : The name of the object&lt;BR /&gt;flags: readable, writable, 0x2000&lt;BR /&gt;String. Default: "vpuenc_h264-0"&lt;BR /&gt;parent : The parent of the object&lt;BR /&gt;flags: readable, writable, 0x2000&lt;BR /&gt;Object of type "GstObject"&lt;BR /&gt;qos : Handle Quality-of-Service events from downstream&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Boolean. Default: false&lt;BR /&gt;quant : set quant value: H.264(0-51) (-1 for automatic)&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Integer. Range: -1 - 51 Default: -1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 20 May 2025 06:13:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2100370#M237379</guid>
      <dc:creator>DR_Akzhol</dc:creator>
      <dc:date>2025-05-20T06:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set VBR with bitrate limit IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2100372#M237380</link>
      <description>&lt;P&gt;Checked,&lt;BR /&gt;There is option -bitrate (CBR)&lt;BR /&gt;There is no option -max-bitrate&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 06:15:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2100372#M237380</guid>
      <dc:creator>DR_Akzhol</dc:creator>
      <dc:date>2025-05-20T06:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set VBR with bitrate limit IMX8MM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2100378#M237383</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;Plugin Details:&lt;BR /&gt;Name vpu&lt;BR /&gt;Description VPU video codec&lt;BR /&gt;Filename /usr/lib/gstreamer-1.0/libgstvpu.so&lt;BR /&gt;Version 4.6.3&lt;BR /&gt;License LGPL&lt;BR /&gt;Source module imx-gst1.0-plugin&lt;BR /&gt;Binary package Freescle Gstreamer Multimedia Plugins&lt;BR /&gt;Origin URL &lt;A href="http://www.freescale.com" target="_blank"&gt;http://www.freescale.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Element Properties:&lt;BR /&gt;bitrate : set bit rate in kbps (0 for automatic)&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Unsigned Integer. Range: 0 - 2147483647 Default: 0&lt;BR /&gt;gop-size : How many frames a group-of-picture shall contain&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Unsigned Integer. Range: 0 - 32767 Default: 30&lt;BR /&gt;min-force-key-unit-interval: Minimum interval between force-keyunit requests in nanoseconds&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Unsigned Integer64. Range: 0 - 18446744073709551615 Default: 0&lt;BR /&gt;name : The name of the object&lt;BR /&gt;flags: readable, writable, 0x2000&lt;BR /&gt;String. Default: "vpuenc_h264-0"&lt;BR /&gt;parent : The parent of the object&lt;BR /&gt;flags: readable, writable, 0x2000&lt;BR /&gt;Object of type "GstObject"&lt;BR /&gt;qos : Handle Quality-of-Service events from downstream&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Boolean. Default: false&lt;BR /&gt;quant : set quant value: H.264(0-51) (-1 for automatic)&lt;BR /&gt;flags: readable, writable&lt;BR /&gt;Integer. Range: -1 - 51 Default: -1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 20 May 2025 06:20:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-VBR-with-bitrate-limit-IMX8MM/m-p/2100378#M237383</guid>
      <dc:creator>DR_Akzhol</dc:creator>
      <dc:date>2025-05-20T06:20:36Z</dc:date>
    </item>
  </channel>
</rss>

