how to set GOB size in vpuenc_h263

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to set GOB size in vpuenc_h263

953 Views
p12patel
Contributor II

in gstreamer plugin avenc_h263 there is parameter "rtp-payload-size" to set GOB size. How to set GOB size in vpuenc_h263 plugin ?

we are using imx6 based board and for voip application we are using avenc_h263 plugin and we want to migrate to vpuenc_h263 plugin to reduce CPU load.

Labels (1)
0 Kudos
Reply
3 Replies

819 Views
joanxie
NXP TechSupport
NXP TechSupport

one can use  gst-inspect-1.0 vpuenc_h263 to find gop-size parameter to set the gop size:

gop-size            : How many frames a group-of-picture shall contain
                        flags: readable, writable
                        Unsigned Integer. Range: 0 - 32767 Default: 15 

0 Kudos
Reply

819 Views
p12patel
Contributor II

Hello Joan Xie,

gop-size  parameter is different than GOB size. In plugin avenc_h263, there are different parameter for gop and GOB.

in vpuenc_h263 there is no parameter to set GOB size.

0 Kudos
Reply

819 Views
joanxie
NXP TechSupport
NXP TechSupport

sorry for my misunderstanding, I read the word wrong, you're right, vpuenc_h263 just has gop size, no gob size.

0 Kudos
Reply