Skip to content

Instantly share code, notes, and snippets.

@Temptationx
Created February 16, 2018 06:13
Show Gist options
  • Save Temptationx/5bb5b2d1390570ccd8184c1be6a6a3ab to your computer and use it in GitHub Desktop.
Save Temptationx/5bb5b2d1390570ccd8184c1be6a6a3ab to your computer and use it in GitHub Desktop.
6 omxplayer
nohup omxplayer --win 0,0,640,480 -n -1 SampleVideo_640x360_30mb.mp4 &
nohup omxplayer --win 640,0,1280,480 -n -1 SampleVideo_640x360_30mb.mp4 &
nohup omxplayer --win 1280,0,1920,480 -n -1 SampleVideo_640x360_30mb.mp4 &
nohup omxplayer --win 0,480,640,960 -n -1 SampleVideo_640x360_30mb.mp4 &
nohup omxplayer --win 640,480,1280,960 -n -1 SampleVideo_640x360_30mb.mp4 &
nohup omxplayer --win 1280,480,1920,960 -n -1 SampleVideo_640x360_30mb.mp4 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment