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
Post a Comment