This -geometry 256x144+1095+600 work to show video in rigth bottom:
mplayer -ontop -noborder -geometry 256x144+1095+600 -loop 0 -idle -fixed-vo -msglevel all=-1 2>/dev/null video.mp4
But this one (-vo caca) always stay in same position with same width and height regardless of -geometry any_value:
mplayer -vo caca -ontop -noborder -geometry 256x144+1095+600 -loop 0 -idle -fixed-vo -msglevel all=-1 2>/dev/null video.mp4
My ultimate goal is display it in virtual console, so i wanted to know the equivalent format of -geometry for -vo caca. (It could be nice to know -vo fbdev too :)


