How to resize the video in gstreamer-1.0?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to resize the video in gstreamer-1.0?

1,760件の閲覧回数
neohong
Contributor I

Hi all,

    Can anybody tell me how to resize the video in gstreamer-1.0 ?

I found that no such elements "mfw_ipucsc" or named begin with "mfw" in my development environment ?

I know the gstreamer have this capabilities ? But I don't know how to use .

Pls help me ,thanks very much!

ラベル(6)
0 件の賞賛
返信
4 返答(返信)

1,255件の閲覧回数
VilemZ
NXP Employee
NXP Employee

Hi,

for example, you can use this:

gst-launch v4l2src device=/dev/video0 ! mfw_v4lsink device=/dev/video18 disp-width=1920 disp-height=1080

Best Regards,

Vilem

0 件の賞賛
返信

1,255件の閲覧回数
neohong
Contributor I

Thanks ,I have found that v4l2sink has the property to resize the video scale.And I have make it.

0 件の賞賛
返信

1,255件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

if you need to resize to output, pls try to use the paramters "disp-width" and "disp-height"

0 件の賞賛
返信

1,255件の閲覧回数
neohong
Contributor I

Thansk a lot

0 件の賞賛
返信