The position of video widows is not started at [0,0] by gplayer

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

The position of video widows is not started at [0,0] by gplayer

ソリューションへジャンプ
913件の閲覧回数
charleshuang
Senior Contributor II

While playing video by gplayer on Yocto 1.8, the position of video window is not started at [0,0] on the monitor

I used the command:

gplay-1.0 mpeg2sample.mpg --video-sink="imxv4l2sink  overlay-width=600 overlay-height=480"

Are there any advice about the issue?

Thanks

ラベル(3)
タグ(2)
0 件の賞賛
返信
1 解決策
725件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

try to use overlaysink to replace the imxv4l2sink, and try to use the parameter

overlay-top : The topmost (y) coordinate of the video overlay; top left corner of screen is 0...

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
726件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

try to use overlaysink to replace the imxv4l2sink, and try to use the parameter

overlay-top : The topmost (y) coordinate of the video overlay; top left corner of screen is 0...

0 件の賞賛
返信
725件の閲覧回数
charleshuang
Senior Contributor II

Hi Guanqiong Xie,

I play this command on Yocto 1.8

gst-launch-1.0 playbin uri=file:///run/media/sda/wetransfer-fd47c1/mpeg2sample.mpg video-sink="imxvideoconvert_ipu rotation=0 ! overlaysink overlay-top=0 overlay-left=0 overlay-width=640 overlay-height=480 display=:0"

The result is

       Black zone is full screen and video is still not started at [0,0] , one video is maybe at [0, 10] and another one is at [5, 0].

      

and  are there any solutions to play video on windows mode of black zone, not full screen ?

0 件の賞賛
返信