linux - Using ffplay to open a video at a specific window location -


i need use ffplay open video file, need pass x,y coordinates can have play video want to.

as default ffplay opens video @ top left corner.

i've tried searching options in ffplay couldnt find it. tried using window managers fluxbox, again couldnt find command)

please note need run shell command.

any appreciated.

thanks in advance

i think job xdotool. devilspie can used also.

for instance, if play best_movie.avi in ffplay, moving window easy as:

xdotool search --name best_movie windowmove 100 100

hth


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -